org.terracotta.modules.ehcache.store
Class TerracottaStoreInitializationService

java.lang.Object
  extended by org.terracotta.modules.ehcache.store.TerracottaStoreInitializationService

public class TerracottaStoreInitializationService
extends Object


Constructor Summary
TerracottaStoreInitializationService(org.terracotta.toolkit.cluster.ClusterInfo clusterInfo)
           
 
Method Summary
 void initialize(Runnable runnable, NonstopConfiguration nonStopConfiguration)
           
 void shutdown()
          This method should be called when the associated CacheManager is shutdown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerracottaStoreInitializationService

public TerracottaStoreInitializationService(org.terracotta.toolkit.cluster.ClusterInfo clusterInfo)
Method Detail

shutdown

public void shutdown()
This method should be called when the associated CacheManager is shutdown. Once shutdowm, the initialization service cannot be started again.


initialize

public void initialize(Runnable runnable,
                       NonstopConfiguration nonStopConfiguration)


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