Package org.jgroups
Interface ChannelListener
- All Known Implementing Classes:
ChannelListenerAdapter
,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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
channelClosed
(Channel channel) void
channelConnected
(Channel channel) void
channelDisconnected
(Channel channel) void
channelReconnected
(Address addr) void
-
Method Details
-
channelConnected
-
channelDisconnected
-
channelClosed
-
channelShunned
void channelShunned() -
channelReconnected
-