public class RunningCronEntry extends Object implements Delayed, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CronEntry |
entry |
protected String |
machine |
protected String |
message |
(package private) static long |
serialVersionUID |
protected Date |
started |
protected int |
thread |
| Constructor and Description |
|---|
RunningCronEntry(CronEntry entry,
Date started,
String machine,
int thread) |
RunningCronEntry(CronEntry entry,
Date started,
String machine,
int thread,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Delayed d) |
boolean |
equals(Object o) |
CronEntry |
getCronEntry() |
long |
getDelay(TimeUnit unit) |
int |
getId() |
String |
getMachine() |
String |
getMessage() |
Date |
getStart()
Time when this jobs was supposed to be started.
|
int |
hashCode() |
String |
toString() |
static final long serialVersionUID
protected final CronEntry entry
protected final Date started
protected final int thread
protected final String machine
protected final String message
public RunningCronEntry(CronEntry entry, Date started, String machine, int thread, String message)
public CronEntry getCronEntry()
public Date getStart()
public int getId()
public String getMachine()
public String getMessage()
public int compareTo(Delayed d)
compareTo in interface Comparable<Delayed>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}