All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.Digest

java.lang.Object
   |
   +----JavaGroups.JavaStack.Protocols.Digest

public class Digest
extends Object
implements 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.


Variable Index

 o highest_seqnos
 o msgs

Constructor Index

 o Digest(int)

Method Index

 o toString()

Variables

 o highest_seqnos
 public long highest_seqnos[]
 o msgs
 public List msgs

Constructors

 o Digest
 public Digest(int size)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index