org.terracotta.modules.ehcache.async
Class AsyncCoordinatorFactoryImpl

java.lang.Object
  extended by org.terracotta.modules.ehcache.async.AsyncCoordinatorFactoryImpl
All Implemented Interfaces:
AsyncCoordinatorFactory

public class AsyncCoordinatorFactoryImpl
extends Object
implements AsyncCoordinatorFactory


Constructor Summary
AsyncCoordinatorFactoryImpl(ToolkitInstanceFactory toolkitInstanceFactory)
           
 
Method Summary
 boolean destroy(String cacheManagerName, String cacheName)
           
 AsyncCoordinator getOrCreateAsyncCoordinator(Ehcache cache, AsyncConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncCoordinatorFactoryImpl

public AsyncCoordinatorFactoryImpl(ToolkitInstanceFactory toolkitInstanceFactory)
Method Detail

getOrCreateAsyncCoordinator

public AsyncCoordinator getOrCreateAsyncCoordinator(Ehcache cache,
                                                    AsyncConfig config)
Specified by:
getOrCreateAsyncCoordinator in interface AsyncCoordinatorFactory

destroy

public boolean destroy(String cacheManagerName,
                       String cacheName)
Specified by:
destroy in interface AsyncCoordinatorFactory


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