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.demos Provides demonstrations of JGroups functionality. 
org.jgroups.jmx   
 

Uses of ChannelListener in org.jgroups
 

Fields in org.jgroups declared as ChannelListener
protected  ChannelListener Channel.channel_listener
           
 

Methods in org.jgroups with parameters of type ChannelListener
 void Channel.setChannelListener(ChannelListener channel_listener)
          Deprecated. Use addChannelListener() instead
 void Channel.addChannelListener(ChannelListener listener)
          Allows to be notified when a channel event such as connect, disconnect or close occurs.
 void Channel.removeChannelListener(ChannelListener listener)
           
 

Uses of ChannelListener in org.jgroups.blocks
 

Classes in org.jgroups.blocks that implement ChannelListener
 class PullPushAdapter
          Allows a client of Channel to be notified when messages have been received instead of having to actively poll the channel for new messages.
 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).
 

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

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.
 class Gossip
          Demos that tries to graphically illustrating the gossip (or pbcast) protocol: every sender periodically sends a DRAW command to a random subset of the group members.
 

Uses of ChannelListener in org.jgroups.jmx
 

Methods in org.jgroups.jmx with parameters of type ChannelListener
 void JChannelMBean.setChannelListener(ChannelListener channel_listener)
           
 void JChannel.setChannelListener(ChannelListener channel_listener)
          Deprecated. Use addChannelListener() instead
 void JChannel.addChannelListener(ChannelListener listener)
           
 void JChannel.removeChannelListener(ChannelListener l)
           
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.