Uses of Interface
org.jgroups.blocks.LogicalLink.Receiver

Packages that use LogicalLink.Receiver
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of LogicalLink.Receiver in org.jgroups.blocks
 

Methods in org.jgroups.blocks with parameters of type LogicalLink.Receiver
 void LogicalLink.setReceiver(LogicalLink.Receiver r)
           
 

Constructors in org.jgroups.blocks with parameters of type LogicalLink.Receiver
LogicalLink(LogicalLink.Receiver r)
           
 

Uses of LogicalLink.Receiver in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement LogicalLink.Receiver
 class WANPIPE
          Logical point-to-point link.
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.