mapping
Class EndOfFailureAnnouncer.TimeNodeForServers

java.lang.Object
  extended by 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

Constructor Summary
EndOfFailureAnnouncer.TimeNodeForServers(double AfterInMinutes, Server server)
           
EndOfFailureAnnouncer.TimeNodeForServers(java.util.GregorianCalendar cal, Server server)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfFailureAnnouncer.TimeNodeForServers

public EndOfFailureAnnouncer.TimeNodeForServers(java.util.GregorianCalendar cal,
                                                Server server)

EndOfFailureAnnouncer.TimeNodeForServers

public EndOfFailureAnnouncer.TimeNodeForServers(double AfterInMinutes,
                                                Server server)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object