Uses of Interface org.jgroups.MessageListener

Uses in package org.jgroups.demos

Classes implementing org.jgroups.MessageListener

class
Simple chat demo
class
Example of a replicated quote server.

Uses in package org.jgroups

Classes implementing org.jgroups.MessageListener

class

Uses in package org.jgroups.protocols

Classes implementing org.jgroups.MessageListener

class
Multicast transport.
class
Manages a bunch of Connectors
class

Uses in package org.jgroups.blocks

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
This class provides notification sending and handling capability.
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
Voting adapter provides a voting functionality for an application.

Constructors with parameter type org.jgroups.MessageListener

MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection)
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection, boolean concurrent_processing)
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection)
MessageDispatcher.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection, boolean concurrent_processing)
MessageDispatcher.MessageDispatcher(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean concurrent_processing)
Create instance of this class.
Creates an instance of ReplicationManager on top of a Channel
Creates an instance of ReplicationManager on top of a PullPushAdapter
RpcDispatcher.RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection)
RpcDispatcher.RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj, boolean deadlock_detection, boolean concurrent_processing)
RpcDispatcher.RpcDispatcher(PullPushAdapter adapter, Serializable id, MessageListener l, MembershipListener l2, Object server_obj)

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
PullPushAdapter.registerListener(Serializable identifier, MessageListener l)
Sets a listener to messages with a given identifier.
void
Remove message listener from this adapter.
void
void
void
Register listener for state notification events.

Methods with return type org.jgroups.MessageListener

MessageListener
MessageListener
Gives access to the currently configured MessageListener.

Uses in package org.jgroups.demos.wb

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.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.