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 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 int getExecutionCount()
Job
getExecutionCount
in interface Job
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.