org.jgroups.protocols
Class UNICAST.ReceiverEntry
java.lang.Object
org.jgroups.protocols.UNICAST.ReceiverEntry
- Enclosing class:
- UNICAST
protected static final class UNICAST.ReceiverEntry
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
received_msgs
protected final Table<Message> received_msgs
recv_conn_id
protected final long recv_conn_id
timestamp
protected final java.util.concurrent.atomic.AtomicLong timestamp
UNICAST.ReceiverEntry
public UNICAST.ReceiverEntry(Table<Message> received_msgs,
long recv_conn_id)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.