|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.scheduler.Schedule.ScheduleEntry
Field Summary | |
private int |
m_expirationCode
|
Constructor Summary | |
Schedule.ScheduleEntry(int expirationCode)
|
Method Summary | |
private boolean |
isExpired()
|
boolean |
isReady()
Returns true if the runnable is ready to start. |
void |
run()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int m_expirationCode
Constructor Detail |
public Schedule.ScheduleEntry(int expirationCode)
Method Detail |
private boolean isExpired()
public boolean isReady()
ReadyRunnable
isReady
in interface ReadyRunnable
public void run()
run
in interface java.lang.Runnable
public java.lang.String toString()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |