Class SchedulerJobLockParticipantImpl
- java.lang.Object
-
- org.ikasan.job.orchestration.model.job.SchedulerJobImpl
-
- org.ikasan.job.orchestration.model.job.SchedulerJobLockParticipantImpl
-
- All Implemented Interfaces:
java.io.Serializable,org.ikasan.spec.scheduled.job.model.SchedulerJob,org.ikasan.spec.scheduled.job.model.SchedulerJobLockParticipant
public class SchedulerJobLockParticipantImpl extends SchedulerJobImpl implements org.ikasan.spec.scheduled.job.model.SchedulerJobLockParticipant
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ikasan.job.orchestration.model.job.SchedulerJobImpl
agentName, childContextNames, contextName, description, displayName, heldContexts, jobIdentifier, jobName, ordinal, skippedContexts, startupControlType
-
-
Constructor Summary
Constructors Constructor Description SchedulerJobLockParticipantImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLockCount()voidsetLockCount(long lockCount)-
Methods inherited from class org.ikasan.job.orchestration.model.job.SchedulerJobImpl
equals, getAgentName, getChildContextNames, getContextName, getDisplayName, getHeldContexts, getIdentifier, getJobDescription, getJobName, getOrdinal, getSkippedContexts, getStartupControlType, hashCode, setAgentName, setChildContextNames, setContextName, setDisplayName, setHeldContexts, setIdentifier, setJobDescription, setJobName, setOrdinal, setSkippedContexts, setStartupControlType, toString
-
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
getAgentName, getAggregateJobName, getChildContextNames, getContextName, getDisplayName, getHeldContexts, getIdentifier, getJobDescription, getJobName, getOrdinal, getSkippedContexts, getStartupControlType, setAgentName, setChildContextNames, setContextName, setDisplayName, setHeldContexts, setIdentifier, setJobDescription, setJobName, setOrdinal, setSkippedContexts, setStartupControlType
-
-
-
-
Method Detail
-
getLockCount
public long getLockCount()
- Specified by:
getLockCountin interfaceorg.ikasan.spec.scheduled.job.model.SchedulerJobLockParticipant
-
setLockCount
public void setLockCount(long lockCount)
- Specified by:
setLockCountin interfaceorg.ikasan.spec.scheduled.job.model.SchedulerJobLockParticipant
-
-