JavaGroups.JavaStack.Protocols
Class Digest
java.lang.Object
|
+--JavaGroups.JavaStack.Protocols.Digest
- public class Digest
- extends java.lang.Object
- implements java.io.Serializable
Message digest, collecting the highest sequence number seen so far for each member, plus the
messages that have higher seqnos than the ones given.
- See Also:
- Serialized Form
|
Constructor Summary |
Digest(int size)
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
highest_seqnos
public long[] highest_seqnos
msgs
public List msgs
Digest
public Digest(int size)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object