Uses of Interface
org.jgroups.Receiver
-
Packages that use Receiver Package Description 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. -
-
Uses of Receiver in org.jgroups
Subinterfaces of Receiver in org.jgroups Modifier and Type Interface Description interfaceExtendedReceiverExtends Receiver, plus the partial state transfer methods.Classes in org.jgroups that implement Receiver Modifier and Type Class Description classExtendedReceiverAdapterclassReceiverAdapterFields in org.jgroups declared as Receiver Modifier and Type Field Description protected ReceiverChannel. receiverMethods in org.jgroups that return Receiver Modifier and Type Method Description ReceiverChannel. getReceiver()Methods in org.jgroups with parameters of type Receiver Modifier and Type Method Description voidChannel. 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 Modifier and Type Class Description classNotificationBusThis class provides notification sending and handling capability.classReplicatedHashMap<K extends java.io.Serializable,V extends java.io.Serializable>Subclass of aConcurrentHashMapwith replication of the contents across a cluster. -
Uses of Receiver in org.jgroups.demos
Classes in org.jgroups.demos that implement Receiver Modifier and Type Class Description classDrawShared whiteboard, each new instance joins the same group.classViewDemoDemos the reception of views using a PullPushAdapter.
-