org::jgroups::ChannelListener Interface Reference
List of all members.
Detailed Description
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.
Definition at line 10 of file ChannelListener.java.
|
Public Member Functions |
void | channelClosed (Channel channel) |
void | channelDisconnected (Channel channel) |
void | channelReconnected (Address addr) |
void | channelShunned () |
Package Functions |
void | channelConnected (Channel channel) |
The documentation for this interface was generated from the following file: