Uses of Interface
org.jgroups.MessageListener

Packages that use MessageListener
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.blocks.mux   
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.demos.wb A distributed whiteboard applet implemented using JGroups. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.relay   
 

Uses of MessageListener in org.jgroups
 

Subinterfaces of MessageListener in org.jgroups
 interface Receiver
          Defines the callbacks that are invoked when messages, views etc are received on a channel
 

Classes in org.jgroups that implement MessageListener
 class ReceiverAdapter
          An adapter implementing the Receiver interface with no-op implementations.
 

Uses of MessageListener in org.jgroups.blocks
 

Classes in org.jgroups.blocks that implement MessageListener
 class ReplicatedHashMap<K,V>
          Implementation of a ConcurrentMap with replication of the contents across a cluster.
 class ReplicatedTree
          A tree-like structure that is replicated across several members.
 

Fields in org.jgroups.blocks declared as MessageListener
protected  MessageListener MessageDispatcher.msg_listener
           
 

Methods in org.jgroups.blocks that return MessageListener
 MessageListener MessageDispatcher.getMessageListener()
           
 

Methods in org.jgroups.blocks with parameters of type MessageListener
 void MessageDispatcher.setMessageListener(MessageListener l)
           
 

Constructors in org.jgroups.blocks with parameters of type MessageListener
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2)
           
MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler)
           
RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj)
           
 

Uses of MessageListener in org.jgroups.blocks.mux
 

Constructors in org.jgroups.blocks.mux with parameters of type MessageListener
MuxMessageDispatcher(short scopeId, Channel channel, MessageListener messageListener, MembershipListener membershipListener, RequestHandler handler)
           
MuxRpcDispatcher(short scopeId, Channel channel, MessageListener messageListener, MembershipListener membershipListener, java.lang.Object serverObject)
           
MuxRpcDispatcher(short scopeId, Channel channel, MessageListener messageListener, MembershipListener membershipListener, java.lang.Object serverObject, MethodLookup method_lookup)
           
 

Uses of MessageListener in org.jgroups.demos
 

Classes in org.jgroups.demos that implement MessageListener
 class Chat
           
 class Draw
          Shared whiteboard, each new instance joins the same group.
 class QuoteServer
          Example of a replicated quote server.
 class RelayDemoRpc
          Demos RELAY.
 class ViewDemo
          Demos the reception of views using a PullPushAdapter.
 

Uses of MessageListener in org.jgroups.demos.wb
 

Classes in org.jgroups.demos.wb that implement MessageListener
 class Whiteboard
          Shared whiteboard: members are represented by rectangles that contain their names and the OS/arch of the machine they are working on.
 

Uses of MessageListener in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement MessageListener
protected  class RELAY.Receiver
           
 

Uses of MessageListener in org.jgroups.protocols.relay
 

Classes in org.jgroups.protocols.relay that implement MessageListener
protected  class Relayer.Bridge
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.