Class GlobalEventJobInstanceImpl
- java.lang.Object
-
- org.ikasan.job.orchestration.model.job.SchedulerJobImpl
-
- org.ikasan.job.orchestration.model.instance.SchedulerJobInstanceImpl
-
- org.ikasan.job.orchestration.model.instance.GlobalEventJobInstanceImpl
-
- All Implemented Interfaces:
java.io.Serializable,org.ikasan.spec.scheduled.instance.model.GlobalEventJobInstance,org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance,org.ikasan.spec.scheduled.instance.model.StatefulEntity,org.ikasan.spec.scheduled.job.model.GlobalEventJob,org.ikasan.spec.scheduled.job.model.SchedulerJob
public class GlobalEventJobInstanceImpl extends SchedulerJobInstanceImpl implements org.ikasan.spec.scheduled.instance.model.GlobalEventJobInstance
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ikasan.job.orchestration.model.job.SchedulerJobImpl
childContextNames, contextName, description, displayName, heldContexts, jobIdentifier, jobName, ordinal, skippedContexts, startupControlType
-
-
Constructor Summary
Constructors Constructor Description GlobalEventJobInstanceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAgentName()voidsetAgentName(java.lang.String agentName)-
Methods inherited from class org.ikasan.job.orchestration.model.instance.SchedulerJobInstanceImpl
getChildContextName, getContextInstanceId, getScheduledProcessEvent, getStatus, isHeld, isInitiationEventRaised, isSkip, setChildContextName, setContextInstanceId, setHeld, setInitiationEventRaised, setScheduledProcessEvent, setSkip, setStatus, toString
-
Methods inherited from class org.ikasan.job.orchestration.model.job.SchedulerJobImpl
equals, getChildContextNames, getContextName, getDisplayName, getHeldContexts, getIdentifier, getJobDescription, getJobName, getOrdinal, getSkippedContexts, getStartupControlType, hashCode, setChildContextNames, setContextName, setDisplayName, setHeldContexts, setIdentifier, setJobDescription, setJobName, setOrdinal, setSkippedContexts, setStartupControlType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ikasan.spec.scheduled.job.model.SchedulerJob
getAggregateJobName, getChildContextNames, getContextName, getDisplayName, getHeldContexts, getIdentifier, getJobDescription, getJobName, getOrdinal, getSkippedContexts, getStartupControlType, setChildContextNames, setContextName, setDisplayName, setHeldContexts, setIdentifier, setJobDescription, setJobName, setOrdinal, setSkippedContexts, setStartupControlType
-
Methods inherited from interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
getChildContextName, getContextInstanceId, getScheduledProcessEvent, getStatus, isHeld, isInitiationEventRaised, isSkip, setChildContextName, setContextInstanceId, setHeld, setInitiationEventRaised, setScheduledProcessEvent, setSkip, setStatus
-
-
-
-
Method Detail
-
getAgentName
public final java.lang.String getAgentName()
- Specified by:
getAgentNamein interfaceorg.ikasan.spec.scheduled.job.model.SchedulerJob- Overrides:
getAgentNamein classSchedulerJobImpl
-
setAgentName
public final void setAgentName(java.lang.String agentName)
- Specified by:
setAgentNamein interfaceorg.ikasan.spec.scheduled.job.model.SchedulerJob- Overrides:
setAgentNamein classSchedulerJobImpl
-
-