mapping
Class EndOfFailureAnnouncer.TimeNodeForServers
java.lang.Object
mapping.EndOfFailureAnnouncer.TimeNodeForServers
- Enclosing class:
- EndOfFailureAnnouncer
public static class EndOfFailureAnnouncer.TimeNodeForServers
- extends java.lang.Object
This class represents the time when a server should be declared as up. It
is used as the nodes in the linked list of the EndOfFailureAnnouncer.
- Author:
- Majd Kokaly
- See Also:
EndOfFailureAnnouncer
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndOfFailureAnnouncer.TimeNodeForServers
public EndOfFailureAnnouncer.TimeNodeForServers(java.util.GregorianCalendar cal,
Server server)
EndOfFailureAnnouncer.TimeNodeForServers
public EndOfFailureAnnouncer.TimeNodeForServers(double AfterInMinutes,
Server server)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object