org.terracotta.modules.ehcache.event
Class FireRejoinOperatorEventClusterListener

java.lang.Object
  extended by org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
All Implemented Interfaces:
ClusterTopologyListener

public class FireRejoinOperatorEventClusterListener
extends Object
implements ClusterTopologyListener


Constructor Summary
FireRejoinOperatorEventClusterListener(ToolkitInstanceFactory toolkitInstanceFactory)
           
 
Method Summary
 void clusterOffline(ClusterNode node)
           
 void clusterOnline(ClusterNode node)
           
 void clusterRejoined(ClusterNode oldNode, ClusterNode newNode)
           
 void nodeJoined(ClusterNode node)
           
 void nodeLeft(ClusterNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireRejoinOperatorEventClusterListener

public FireRejoinOperatorEventClusterListener(ToolkitInstanceFactory toolkitInstanceFactory)
Method Detail

clusterOffline

public void clusterOffline(ClusterNode node)
Specified by:
clusterOffline in interface ClusterTopologyListener

clusterOnline

public void clusterOnline(ClusterNode node)
Specified by:
clusterOnline in interface ClusterTopologyListener

clusterRejoined

public void clusterRejoined(ClusterNode oldNode,
                            ClusterNode newNode)
Specified by:
clusterRejoined in interface ClusterTopologyListener

nodeJoined

public void nodeJoined(ClusterNode node)
Specified by:
nodeJoined in interface ClusterTopologyListener

nodeLeft

public void nodeLeft(ClusterNode node)
Specified by:
nodeLeft in interface ClusterTopologyListener


Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.