org.exoplatform.services.remote.group.impl
Class CommunicationChannelListener
java.lang.Object
org.exoplatform.services.remote.group.impl.CommunicationChannelListener
- All Implemented Interfaces:
- org.jgroups.ChannelListener
public class CommunicationChannelListener
- extends 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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunicationChannelListener
public CommunicationChannelListener()
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 © 2009 eXo Platform SAS. All Rights Reserved.