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 Job
public String getCronEntry()
getCronEntry
in interface Job
public String getNextExecutionTime()
Job
getNextExecutionTime
in interface Job
public String getStartTime()
Job
getStartTime
in interface Job
public static String getDateTime(long value)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.