org.jgroups.stack
public class AckMcastReceiverWindow extends Object
| Field Summary | |
|---|---|
| protected static Log | log |
| Method Summary | |
|---|---|
| boolean | add(Object sender, long seqno)
Records the sender/seqno pair in the message table |
| static void | main(String[] args) |
| void | remove(Object sender, Vector seqnos) |
| void | removeAll() |
| void | reset() |
| long | size() |
| void | suspect(Object sender) |
| String | toString() |
Parameters: sender The sender of the message seqno The sequence number associated with the message
Returns: boolean If false, message is already present. Otherwise true.