|
||||||||||
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.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of Receiver in org.jgroups |
---|
Subinterfaces of Receiver in org.jgroups | |
---|---|
interface |
ExtendedReceiver
Extends Receiver, plus the partial state transfer methods. |
Classes in org.jgroups that implement Receiver | |
---|---|
class |
ExtendedReceiverAdapter
|
class |
ReceiverAdapter
|
Fields in org.jgroups declared as Receiver | |
---|---|
protected Receiver |
Channel.receiver
|
Methods in org.jgroups that return Receiver | |
---|---|
Receiver |
Channel.getReceiver()
|
Methods in org.jgroups with parameters of type Receiver | |
---|---|
void |
Channel.setReceiver(Receiver r)
Sets the receiver, which will handle all messages, view changes etc |
Uses of Receiver in org.jgroups.blocks |
---|
Classes in org.jgroups.blocks that implement Receiver | |
---|---|
class |
NotificationBus
Deprecated. Will be pulled in 3.0, use a JChannel directly instead |
class |
ReplicatedHashMap<K extends Serializable,V extends Serializable>
Subclass of a ConcurrentHashMap 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 |
Draw
Shared whiteboard, each new instance joins the same group. |
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.util |
---|
Classes in org.jgroups.util that implement Receiver | |
---|---|
class |
MyReceiver
Simple receiver which buffers all messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |