ehcache

net.sf.ehcache.terracotta
Interface TerracottaClientRejoinListener


public interface TerracottaClientRejoinListener

Interface for executing tasks when TerracottaClient rejoins cluster

Author:
Abhishek Sanoujam

Method Summary
 void clusterRejoinComplete()
          The Terracotta Client has rejoined the cluster.
 void clusterRejoinStarted()
          The Terracotta Client has rejoined the cluster.
 

Method Detail

clusterRejoinStarted

void clusterRejoinStarted()
The Terracotta Client has rejoined the cluster.


clusterRejoinComplete

void clusterRejoinComplete()
The Terracotta Client has rejoined the cluster.


ehcache

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