jgroup.relacs.gm
Class TimestampService.Timestamp

java.lang.Object
  extended by jgroup.relacs.gm.TimestampService.Timestamp
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
TimestampService

public static class TimestampService.Timestamp
extends java.lang.Object
implements java.io.Serializable

The timestamp object is used to detect duplicate invocations from several members of the same group, and yet distinguish the invocations amongst multiple groups.

See Also:
Serialized Form

Field Summary
 int viewSize
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

viewSize

public int viewSize
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.