org.jboss.ha.timestamp
Class TimestampDiscrepancyService.Server

java.lang.Object
  extended by org.jboss.ha.timestamp.TimestampDiscrepancyService.Server
All Implemented Interfaces:
Serializable, Comparable<TimestampDiscrepancyService.Server>
Enclosing class:
TimestampDiscrepancyService

public static class TimestampDiscrepancyService.Server
extends Object
implements Serializable, Comparable<TimestampDiscrepancyService.Server>

See Also:
Serialized Form

Method Summary
 int compareTo(TimestampDiscrepancyService.Server o)
           
 boolean equals(Object obj)
           
 org.jboss.ha.framework.interfaces.ClusterNode getNode()
           
 long getTimestampChecked()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getNode

public org.jboss.ha.framework.interfaces.ClusterNode getNode()

getTimestampChecked

public long getTimestampChecked()

compareTo

public int compareTo(TimestampDiscrepancyService.Server o)
Specified by:
compareTo in interface Comparable<TimestampDiscrepancyService.Server>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.