mapping
Class TimeOutAnnouncer.TimeNode
java.lang.Object
mapping.TimeOutAnnouncer.TimeNode
- Enclosing class:
- TimeOutAnnouncer
public static class TimeOutAnnouncer.TimeNode
- extends java.lang.Object
This class stores the time when a job should be completed.
- Author:
- Majd Kokaly
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TimeOutAnnouncer.TimeNode
public TimeOutAnnouncer.TimeNode(java.util.GregorianCalendar cal,
long jobID)
TimeOutAnnouncer.TimeNode
public TimeOutAnnouncer.TimeNode(double AfterInMinutes,
long jobID)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object