org.jgroups
Interface ChannelListener
- All Known Implementing Classes:
- Draw, Gossip, PullPushAdapter, RpcDispatcher
public interface ChannelListener
Allows a listener to be notified when important channel events occur. For example, when
a channel is closed, a PullPushAdapter can be notified, and stop accordingly.
channelConnected
void channelConnected(Channel channel)
channelDisconnected
void channelDisconnected(Channel channel)
channelClosed
void channelClosed(Channel channel)
channelShunned
void channelShunned()
channelReconnected
void channelReconnected(Address addr)
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.