org.jboss.messaging.core.distributed.replicator
Class ReplicatorOutput.ChannelListenerImpl

java.lang.Object
  extended byorg.jboss.messaging.core.distributed.replicator.ReplicatorOutput.ChannelListenerImpl
Enclosing class:
ReplicatorOutput

protected class ReplicatorOutput.ChannelListenerImpl
extends java.lang.Object


Constructor Summary
protected ReplicatorOutput.ChannelListenerImpl()
           
 
Method Summary
 void channelClosed(org.jgroups.Channel channel)
           
 void channelConnected(org.jgroups.Channel channel)
           
 void channelDisconnected(org.jgroups.Channel channel)
           
 void channelReconnected(Address address)
           
 void channelShunned()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicatorOutput.ChannelListenerImpl

protected ReplicatorOutput.ChannelListenerImpl()
Method Detail

channelConnected

public void channelConnected(org.jgroups.Channel channel)

channelDisconnected

public void channelDisconnected(org.jgroups.Channel channel)

channelClosed

public void channelClosed(org.jgroups.Channel channel)

channelShunned

public void channelShunned()

channelReconnected

public void channelReconnected(Address address)


Copyright © 2006 JBoss Inc. All Rights Reserved.