Uses of Interface
org.jgroups.ChannelListener

Packages that use ChannelListener
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. 
 

Uses of ChannelListener in org.jgroups
 

Fields in org.jgroups with type parameters of type ChannelListener
protected  java.util.Set<ChannelListener> Channel.channel_listeners
           
 

Methods in org.jgroups with parameters of type ChannelListener
 void Channel.addChannelListener(ChannelListener listener)
          Adds a ChannelListener instance that will be notified when a channel event such as connect, disconnect or close occurs.
 void Channel.removeChannelListener(ChannelListener listener)
          Removes a ChannelListener previously installed
 

Uses of ChannelListener in org.jgroups.blocks
 

Classes in org.jgroups.blocks that implement ChannelListener
 class MessageDispatcher
          Provides synchronous and asynchronous message sending with request-response correlation; i.e., matching responses with the original request.
 class RpcDispatcher
          This class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s).
 

Fields in org.jgroups.blocks with type parameters of type ChannelListener
protected  java.util.Set<ChannelListener> MessageDispatcher.channel_listeners
           
 

Methods in org.jgroups.blocks with parameters of type ChannelListener
 void MessageDispatcher.addChannelListener(ChannelListener l)
          Adds a new channel listener to be notified on the channel's state change.
 void MessageDispatcher.removeChannelListener(ChannelListener l)
           
 

Uses of ChannelListener in org.jgroups.blocks.mux
 

Classes in org.jgroups.blocks.mux that implement ChannelListener
 class MuxMessageDispatcher
          A multiplexed message dispatcher.
 class MuxRpcDispatcher
          A multiplexed message dispatcher.
 

Uses of ChannelListener in org.jgroups.demos
 

Classes in org.jgroups.demos that implement ChannelListener
 class Draw
          Shared whiteboard, each new instance joins the same group.
 



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