Uses of Interface
org.jgroups.Receiver
Packages that use Receiver
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
-
Uses of Receiver in org.jgroups
Subinterfaces of Receiver in org.jgroupsModifier and TypeInterfaceDescriptioninterface
Extends Receiver, plus the partial state transfer methods.Classes in org.jgroups that implement ReceiverFields in org.jgroups declared as ReceiverMethods in org.jgroups that return ReceiverMethods in org.jgroups with parameters of type ReceiverModifier and TypeMethodDescriptionvoid
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 ReceiverModifier and TypeClassDescriptionclass
This class provides notification sending and handling capability.class
ReplicatedHashMap<K extends Serializable,
V extends Serializable> Subclass of aConcurrentHashMap
with replication of the contents across a cluster. -
Uses of Receiver in org.jgroups.demos
Classes in org.jgroups.demos that implement Receiver