All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JavaGroups.AckReceiverWindow
next_to_remove
(which will be incremented when a message is
removed).
next_to_remove
, increments the latter.
public AckReceiverWindow(long initial_seqno)
public void Add(long seqno, Message msg)
public Message Remove()
next_to_remove
, increments the latter.
Returns message that was removed, or null, if no message can be removed. Messages are thus
removed in order.
public void Reset()
public String toString()
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index