Uses of Class
org.jgroups.ReceiverAdapter

Packages that use ReceiverAdapter
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.relay   
 

Uses of ReceiverAdapter in org.jgroups.blocks
 

Subclasses of ReceiverAdapter in org.jgroups.blocks
 class ReplicatedTree
          A tree-like structure that is replicated across several members.
 

Uses of ReceiverAdapter in org.jgroups.demos
 

Subclasses of ReceiverAdapter in org.jgroups.demos
 class Chat
           
 class Draw
          Shared whiteboard, each new instance joins the same group.
 class QuoteServer
          Example of a replicated quote server.
 class RelayDemoRpc
          Demos RELAY.
 class ViewDemo
          Demos the reception of views using a PullPushAdapter.
 

Uses of ReceiverAdapter in org.jgroups.protocols
 

Subclasses of ReceiverAdapter in org.jgroups.protocols
protected  class RELAY.Receiver
           
 

Uses of ReceiverAdapter in org.jgroups.protocols.relay
 

Subclasses of ReceiverAdapter in org.jgroups.protocols.relay
protected  class Relayer.Bridge
           
 



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