org.exoplatform.services.remote.group.impl
Class CommunicationChannelListener

java.lang.Object
  extended by org.exoplatform.services.remote.group.impl.CommunicationChannelListener
All Implemented Interfaces:
org.jgroups.ChannelListener

public class CommunicationChannelListener
extends java.lang.Object
implements org.jgroups.ChannelListener

Since:
Feb 21, 2005
Version:
$Id: CommunicationChannelListener.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

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

Constructor Detail

CommunicationChannelListener

public CommunicationChannelListener()
Method Detail

channelConnected

public void channelConnected(org.jgroups.Channel arg0)
Specified by:
channelConnected in interface org.jgroups.ChannelListener

channelDisconnected

public void channelDisconnected(org.jgroups.Channel arg0)
Specified by:
channelDisconnected in interface org.jgroups.ChannelListener

channelClosed

public void channelClosed(org.jgroups.Channel arg0)
Specified by:
channelClosed in interface org.jgroups.ChannelListener

channelShunned

public void channelShunned()
Specified by:
channelShunned in interface org.jgroups.ChannelListener

channelReconnected

public void channelReconnected(org.jgroups.Address arg0)
Specified by:
channelReconnected in interface org.jgroups.ChannelListener


Copyright © 2010 eXo Platform SAS. All Rights Reserved.