public class AckMcastReceiverWindow extends Object
| Constructor and Description |
|---|
AckMcastReceiverWindow() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected static final Log log
public boolean add(Object sender, long seqno)
sender - The sender of the messageseqno - The sequence number associated with the messagepublic long size()
public void reset()
public void removeAll()
public void suspect(Object sender)
public static void main(String[] args) throws UnknownHostException
UnknownHostExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.