public class NodeCronEntry extends CronEntry
isActive() is implemented using related 'mmservers' objects.CronEntry.Type| Constructor and Description |
|---|
NodeCronEntry(Node node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Two CronEntrys as considered equal if they have the same id, name, classname and configuration.
|
protected Node |
getNode() |
String |
getServers()
A String indicating on the servers on which this Job must run.
|
protected void |
incCount() |
boolean |
isActive()
Whether this Entry would run.
|
void |
setConfiguration(String conf) |
protected void |
setCronTime(String ct) |
protected void |
setLastCost(int i) |
protected void |
setLastRun(Date d) |
String |
toString() |
getClassName, getConfiguration, getCount, getCronTime, getDayOfMonthEntry, getDayOfWeekEntry, getHourEntry, getId, getLastCost, getLastRun, getMaxDuration, getMinuteEntry, getMonthEntry, getName, getThread, getThreads, getType, hashCode, init, interrupt, isAlive, isAlive, isMustBeOne, kick, stopprotected Node getNode()
public String getServers()
CronEntryCronEntry.isActive(), but this is not required.getServers in class CronEntrypublic boolean isActive()
CronEntryprotected void setCronTime(String ct)
setCronTime in class CronEntrypublic void setConfiguration(String conf)
setConfiguration in class CronEntryprotected void setLastRun(Date d)
setLastRun in class CronEntryprotected void setLastCost(int i)
setLastCost in class CronEntryMMBase 1.9-SNAPSHOT - ${javadoctimestamp}