org.apache.activemq.broker.scheduler
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 Job
public java.lang.String getCronEntry()
getCronEntry
in interface Job
public java.lang.String getNextExecutionTime()
Job
getNextExecutionTime
in interface Job
public java.lang.String getStartTime()
Job
getStartTime
in interface Job
public static long getDataTime(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public static java.lang.String getDateTime(long value)
Copyright © 2005-2014. All Rights Reserved.