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 TypeInterfaceDescriptioninterfaceExtends 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 TypeMethodDescriptionvoidChannel.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 TypeClassDescriptionclassThis class provides notification sending and handling capability.classReplicatedHashMap<K extends Serializable,V extends 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