org.jgroups

Interface ChannelListener

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
voidchannelClosed(Channel channel)
voidchannelConnected(Channel channel)
voidchannelDisconnected(Channel channel)
voidchannelReconnected(Address addr)
voidchannelShunned()

Method Detail

channelClosed

public void channelClosed(Channel channel)

channelConnected

public void channelConnected(Channel channel)

channelDisconnected

public void channelDisconnected(Channel channel)

channelReconnected

public void channelReconnected(Address addr)

channelShunned

public void channelShunned()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.