| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Receiver | |
|---|---|
| org.jgroups | Provides top-level public JGroups classes such as Channel, Message, etc. | 
| 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 Receiver in org.jgroups | 
|---|
| Classes in org.jgroups that implement Receiver | |
|---|---|
 class | 
ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations.  | 
| Fields in org.jgroups declared as Receiver | |
|---|---|
protected  Receiver | 
Channel.receiver
 | 
| Methods in org.jgroups that return Receiver | |
|---|---|
 Receiver | 
Channel.getReceiver()
Returns a receiver for this channel if it has been installed using Channel.setReceiver(Receiver) , null otherwise | 
| Methods in org.jgroups with parameters of type Receiver | |
|---|---|
 void | 
Channel.setReceiver(Receiver r)
Sets the receiver for this channel.  | 
| Uses of Receiver in org.jgroups.blocks | 
|---|
| Classes in org.jgroups.blocks that implement Receiver | |
|---|---|
 class | 
ReplicatedHashMap<K,V>
Implementation of a ConcurrentMap with replication of the contents across a cluster. | 
 class | 
ReplicatedTree
A tree-like structure that is replicated across several members.  | 
| Uses of Receiver in org.jgroups.demos | 
|---|
| Classes in org.jgroups.demos that implement Receiver | |
|---|---|
 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 Receiver in org.jgroups.protocols | 
|---|
| Classes in org.jgroups.protocols that implement Receiver | |
|---|---|
protected  class | 
RELAY.Receiver
 | 
| Uses of Receiver in org.jgroups.protocols.relay | 
|---|
| Classes in org.jgroups.protocols.relay that implement Receiver | |
|---|---|
protected  class | 
Relayer.Bridge
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||