|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MembershipListener | |
---|---|
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.demos.wb | A distributed whiteboard applet implemented using JGroups. |
Uses of MembershipListener in org.jgroups |
---|
Subinterfaces of MembershipListener in org.jgroups | |
---|---|
interface |
ExtendedMembershipListener
|
interface |
ExtendedReceiver
Extends Receiver, plus the partial state transfer methods. |
interface |
Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel |
Classes in org.jgroups that implement MembershipListener | |
---|---|
class |
ExtendedReceiverAdapter
|
class |
ReceiverAdapter
|
Uses of MembershipListener in org.jgroups.blocks |
---|
Classes in org.jgroups.blocks that implement MembershipListener | |
---|---|
class |
DistributedHashtable
Provides the abstraction of a java.util.Hashtable that is replicated at several locations. |
class |
DistributedLockManager
Distributed lock manager is responsible for maintaining the lock information consistent on all participating nodes. |
class |
DistributedQueue
Provides the abstraction of a java.util.LinkedList that is replicated at several locations. |
class |
DistributedTree
A tree-like structure that is replicated across several members. |
class |
MembershipListenerAdapter
This class provides multiplexing possibilities for MembershipListener
instances. |
class |
NotificationBus
This class provides notification sending and handling capability. |
class |
ReplicatedHashtable
Provides the abstraction of a java.util.Hashtable that is replicated at several locations. |
class |
ReplicatedTree
A tree-like structure that is replicated across several members. |
class |
VotingAdapter
Voting adapter provides a voting functionality for an application. |
Fields in org.jgroups.blocks declared as MembershipListener | |
---|---|
protected MembershipListener |
MessageDispatcher.membership_listener
|
protected MembershipListener[] |
MembershipListenerAdapter.membershipListenersCache
|
Methods in org.jgroups.blocks with parameters of type MembershipListener | |
---|---|
void |
PullPushAdapter.addMembershipListener(MembershipListener l)
|
void |
VotingAdapter.addMembershipListener(MembershipListener l)
|
void |
MembershipListenerAdapter.addMembershipListener(MembershipListener listener)
Add membership listener to this adapter. |
void |
PullPushAdapter.removeMembershipListener(MembershipListener l)
|
void |
VotingAdapter.removeMembershipListener(MembershipListener l)
|
void |
MembershipListenerAdapter.removeMembershipListener(MembershipListener listener)
Remove membership listener from this adapter. |
void |
MessageDispatcher.setMembershipListener(MembershipListener l)
|
void |
PullPushAdapter.setMembershipListener(MembershipListener ml)
Deprecated. Use PullPushAdapter.addMembershipListener(org.jgroups.MembershipListener) |
void |
ReplicationManager.setMembershipListener(MembershipListener l)
|
Uses of MembershipListener in org.jgroups.demos |
---|
Classes in org.jgroups.demos that implement MembershipListener | |
---|---|
class |
Chat
Simple chat demo |
class |
Draw
Shared whiteboard, each new instance joins the same group. |
class |
QuoteClient
Used in conjunction with QuoteServer: a client is member of a group of quote servers which replicate stock quotes among themselves. |
class |
QuoteServer
Example of a replicated quote server. |
class |
Topology
Demonstrates the membership service. |
class |
ViewDemo
Demos the reception of views using a PullPushAdapter. |
Uses of MembershipListener in org.jgroups.demos.wb |
---|
Classes in org.jgroups.demos.wb that implement MembershipListener | |
---|---|
class |
Whiteboard
Shared whiteboard: members are represented by rectangles that contain their names and the OS/arch of the machine they are working on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |