| Modifier | Constructor and Description |
|---|---|
protected |
JobImpl(org.apache.activemq.broker.scheduler.JobLocation location,
ByteSequence bs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronEntry() |
static long |
getDataTime(String value) |
static String |
getDateTime(long value) |
long |
getDelay() |
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
|
protected JobImpl(org.apache.activemq.broker.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 static String getDateTime(long value)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.