Class JobImpl
java.lang.Object
org.apache.activemq.store.kahadb.scheduler.JobImpl
- All Implemented Interfaces:
Job
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location, ByteSequence bs) -
Method Summary
-
Constructor Details
-
JobImpl
-
-
Method Details
-
getJobId
-
getPayload
public byte[] getPayload()- Specified by:
getPayloadin interfaceJob
-
getPeriod
public long getPeriod() -
getRepeat
public int getRepeat() -
getStart
public long getStart() -
getDelay
public long getDelay() -
getCronEntry
- Specified by:
getCronEntryin interfaceJob
-
getNextExecutionTime
- Specified by:
getNextExecutionTimein interfaceJob
-
getStartTime
- Specified by:
getStartTimein interfaceJob
-
getExecutionCount
public int getExecutionCount()- Specified by:
getExecutionCountin interfaceJob
-
toString
-
getDestinationName
- Specified by:
getDestinationNamein interfaceJob
-
setDestinationName
- Specified by:
setDestinationNamein interfaceJob
-