Uses of Class
org.jgroups.protocols.UNICAST.ReceiverEntry

Packages that use UNICAST.ReceiverEntry
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of UNICAST.ReceiverEntry in org.jgroups.protocols
 

Fields in org.jgroups.protocols with type parameters of type UNICAST.ReceiverEntry
protected  java.util.concurrent.ConcurrentMap<Address,UNICAST.ReceiverEntry> UNICAST.recv_table
           
 

Methods in org.jgroups.protocols that return UNICAST.ReceiverEntry
protected  UNICAST.ReceiverEntry UNICAST.getOrCreateReceiverEntry(Address sender, long seqno, short conn_id)
           
protected  UNICAST.ReceiverEntry UNICAST.getReceiverEntry(Address sender, long seqno, boolean first, short conn_id)
           
 



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