org.jgroups.protocols
Class UNICAST.ReceiverEntry

java.lang.Object
  extended by org.jgroups.protocols.UNICAST.ReceiverEntry
Enclosing class:
UNICAST

protected static final class UNICAST.ReceiverEntry
extends java.lang.Object


Field Summary
protected  Table<Message> received_msgs
           
protected  long recv_conn_id
           
protected  java.util.concurrent.atomic.AtomicLong timestamp
           
 
Constructor Summary
UNICAST.ReceiverEntry(Table<Message> received_msgs, long recv_conn_id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

UNICAST.ReceiverEntry

public UNICAST.ReceiverEntry(Table<Message> received_msgs,
                             long recv_conn_id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.