Uses of Interface
org.jgroups.MembershipListener
Packages that use MembershipListener
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.
A distributed whiteboard applet implemented using JGroups.
-
Uses of MembershipListener in org.jgroups
Subinterfaces of MembershipListener in org.jgroupsModifier and TypeInterfaceDescriptioninterface
interface
Extends Receiver, plus the partial state transfer methods.interface
Defines the callbacks that are invoked when messages, views etc are received on a channelClasses in org.jgroups that implement MembershipListener -
Uses of MembershipListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement MembershipListenerModifier and TypeClassDescriptionclass
Deprecated.class
Distributed lock manager is responsible for maintaining the lock information consistent on all participating nodes.class
Provides the abstraction of a java.util.LinkedList that is replicated at several locations.class
A tree-like structure that is replicated across several members.class
This class provides multiplexing possibilities forMembershipListener
instances.class
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.class
Deprecated.UseReplicatedHashMap
insteadclass
A tree-like structure that is replicated across several members.class
Voting adapter provides a voting functionality for an application.Fields in org.jgroups.blocks declared as MembershipListenerModifier and TypeFieldDescriptionprotected MembershipListener
MessageDispatcher.membership_listener
protected MembershipListener[]
MembershipListenerAdapter.membershipListenersCache
Methods in org.jgroups.blocks with parameters of type MembershipListenerModifier and TypeMethodDescriptionvoid
MembershipListenerAdapter.addMembershipListener
(MembershipListener listener) Add membership listener to this adapter.final void
PullPushAdapter.addMembershipListener
(MembershipListener l) Deprecated.void
VotingAdapter.addMembershipListener
(MembershipListener l) void
MembershipListenerAdapter.removeMembershipListener
(MembershipListener listener) Remove membership listener from this adapter.void
PullPushAdapter.removeMembershipListener
(MembershipListener l) Deprecated.void
VotingAdapter.removeMembershipListener
(MembershipListener l) final void
MessageDispatcher.setMembershipListener
(MembershipListener l) void
PullPushAdapter.setMembershipListener
(MembershipListener ml) Constructors in org.jgroups.blocks with parameters of type MembershipListenerModifierConstructorDescriptionMessageDispatcher
(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2) MessageDispatcher
(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler) MessageDispatcher
(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean concurrent_processing) MessageDispatcher
(Channel channel, MessageListener l, MembershipListener l2) MessageDispatcher
(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection) MessageDispatcher
(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection, boolean concurrent_processing) MessageDispatcher
(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler) MessageDispatcher
(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection) MessageDispatcher
(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection, boolean concurrent_processing) PullPushAdapter
(Transport transport, MembershipListener ml) Deprecated.PullPushAdapter
(Transport transport, MessageListener l, MembershipListener ml) Deprecated.PullPushAdapter
(Transport transport, MessageListener l, MembershipListener ml, boolean start) Deprecated.RpcDispatcher
(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, Object server_obj) RpcDispatcher
(Channel channel, MessageListener l, MembershipListener l2, Object server_obj) RpcDispatcher
(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection) RpcDispatcher
(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection, boolean concurrent_processing) -
Uses of MembershipListener in org.jgroups.demos
Classes in org.jgroups.demos that implement MembershipListenerModifier and TypeClassDescriptionclass
class
class
Shared whiteboard, each new instance joins the same group.class
Used in conjunction with QuoteServer: a client is member of a group of quote servers which replicate stock quotes among themselves.class
Example of a replicated quote server.class
Demonstrates the membership service.class
Demos the reception of views using a PullPushAdapter. -
Uses of MembershipListener in org.jgroups.demos.wb
Classes in org.jgroups.demos.wb that implement MembershipListenerModifier and TypeClassDescriptionclass
Shared whiteboard: members are represented by rectangles that contain their names and the OS/arch of the machine they are working on.
ReplicatedHashMap
instead