| org.jgroups.ChannelListener
All known Subclasses: org.jgroups.blocks.RpcDispatcher, org.jgroups.demos.Gossip, org.jgroups.demos.Draw, org.jgroups.tests.RpcDispatcherMultiplexerTest, org.jgroups.tests.HammerListener, org.jgroups.tests.ChannelCallbackTest, org.jgroups.blocks.PullPushShunTest, org.jgroups.blocks.PullPushAdapter, org.jgroups.tests.RpcDispatcherShunTest,
ChannelListener | public interface ChannelListener (Code) | | 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.
|
channelDisconnected | void channelDisconnected(Channel channel)(Code) | | |
channelShunned | void channelShunned()(Code) | | |
|
|