Frames | No Frames |
Classes implementing org.jgroups.MessageListener | |
class | Instances of the group can broadcast short messages to the group, and receive them. |
class | Example of a replicated quote server. |
Classes implementing org.jgroups.MessageListener | |
class | Provides the abstraction of a java.util.Hashtable that is replicated at several
locations. |
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 for MessageListener
instances. |
class | Class for dissemination of notifications. |
class | Provides the abstraction of a java.util.Hashtable that is replicated at several
locations. |
class | A tree-like structure that is replicated across several members. |
class | Hashtable which replicates its contents to all members of the group. |
class | Voting adapter provides a voting functionality for an application. |
Fields of type org.jgroups.MessageListener | |
MessageListener | |
MessageListener[] | |
MessageListener | |
MessageListener |
Methods with parameter type org.jgroups.MessageListener | |
void | Add message listener to this adapter. |
void | sets a listener to messages with a given identifier messages sent with this identifier in there header will be routed to this listener
note: there could be only one listener for one identifier, if you want to register a different listener to an already registered identifier then unregister first
|
void | Remove message listener from this adapter. |
void | |
void | |
void | Register listener for state notification events. |
Methods with return type org.jgroups.MessageListener | |
MessageListener |
Classes implementing org.jgroups.MessageListener | |
class | Shared whiteboard: members are represented by rectangles that contain their names and the OS/arch of
the machine they are working on. |
Methods with parameter type org.jgroups.MessageListener | |
void | Set message listener for service message channel. |