| Modifier | Constructor and Description |
|---|---|
protected |
JobImpl(org.apache.activemq.broker.scheduler.JobLocation location,
ByteSequence bs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCronEntry() |
static long |
getDataTime(java.lang.String value) |
static java.lang.String |
getDateTime(long value) |
long |
getDelay() |
java.lang.String |
getJobId() |
java.lang.String |
getNextExecutionTime()
Get the time the job is next due to execute
|
byte[] |
getPayload() |
long |
getPeriod() |
int |
getRepeat() |
long |
getStart() |
java.lang.String |
getStartTime()
Get the start time as a Date time string
|
protected JobImpl(org.apache.activemq.broker.scheduler.JobLocation location, ByteSequence bs)
public java.lang.String getJobId()
public byte[] getPayload()
getPayload in interface Jobpublic java.lang.String getCronEntry()
getCronEntry in interface Jobpublic java.lang.String getNextExecutionTime()
JobgetNextExecutionTime in interface Jobpublic java.lang.String getStartTime()
JobgetStartTime in interface Jobpublic static long getDataTime(java.lang.String value) throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getDateTime(long value)
Copyright © 2005-2012. All Rights Reserved.