| Modifier | Constructor and Description |
|---|---|
protected |
JobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location,
ByteSequence bs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronEntry() |
long |
getDelay() |
int |
getExecutionCount()
Gets the total number of times this job has executed.
|
String |
getJobId() |
String |
getNextExecutionTime()
Get the time the job is next due to execute
|
byte[] |
getPayload() |
long |
getPeriod() |
int |
getRepeat() |
long |
getStart() |
String |
getStartTime()
Get the start time as a Date time string
|
String |
toString() |
protected JobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location, ByteSequence bs)
public byte[] getPayload()
getPayload in interface Jobpublic String getCronEntry()
getCronEntry in interface Jobpublic String getNextExecutionTime()
JobgetNextExecutionTime in interface Jobpublic String getStartTime()
JobgetStartTime in interface Jobpublic int getExecutionCount()
JobgetExecutionCount in interface JobCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.