org.gwe.persistence.model.order.p2el
Class PJobDescriptor
java.lang.Object
org.gwe.persistence.model.order.JobDescriptor
org.gwe.persistence.model.order.p2el.PJobDescriptor
- All Implemented Interfaces:
- java.io.Serializable
public class PJobDescriptor
- extends JobDescriptor
- Since:
- Aug 8, 2007
- Author:
- Marco Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PJobDescriptor
public PJobDescriptor()
PJobDescriptor
public PJobDescriptor(PPermutation permutation,
java.lang.String template)
processSystemDependencies
public void processSystemDependencies(DaemonConfigDesc config,
JobInfo job)
- Specified by:
processSystemDependencies
in class JobDescriptor
initExecutionInternal
protected java.util.Map<JobSideWorkerType,JobSideWorker> initExecutionInternal(JobLive jobLive)
throws P2ELDependentVariableNotResolvedException,
P2ELFunctionNotSupported
- Specified by:
initExecutionInternal
in class JobDescriptor
- Throws:
P2ELDependentVariableNotResolvedException
P2ELFunctionNotSupported
finalizeExecution
public void finalizeExecution(JobLive jobLive)
- Overrides:
finalizeExecution
in class JobDescriptor
getPermutationValues
public java.util.Map<java.lang.String,java.lang.Object> getPermutationValues()
- Specified by:
getPermutationValues
in class JobDescriptor
toStringDetailed
public java.lang.String toStringDetailed()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTemplate
public java.lang.String getTemplate()
getPermutation
public PPermutation getPermutation()
getUploads
public java.util.List<java.lang.String> getUploads()
Copyright © 2007-2009. All Rights Reserved.