Package org.infinispan.manager
Class AbstractDelegatingEmbeddedCacheManager
- java.lang.Object
-
- org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
-
- org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.infinispan.commons.api.BasicCacheContainer
,org.infinispan.commons.api.Lifecycle
,CacheContainer
,EmbeddedCacheManager
,Listenable
@Deprecated public class AbstractDelegatingEmbeddedCacheManager extends AbstractDelegatingEmbeddedCacheManager
Deprecated.Extend fromAbstractDelegatingEmbeddedCacheManager
instead. This class will be removed in the future.
-
-
Field Summary
-
Fields inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
cm
-
-
Constructor Summary
Constructors Constructor Description AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated.
-
Method Summary
-
Methods inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
addCacheDependency, addListener, administration, cacheExists, close, createCache, defineConfiguration, defineConfiguration, executor, getAddress, getCache, getCache, getCache, getCache, getCache, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheNames, getClassWhiteList, getClusterName, getCoordinator, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getListeners, getMembers, getStats, getStatus, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, removeListener, start, startCaches, stop, undefineConfiguration
-
-
-
-
Constructor Detail
-
AbstractDelegatingEmbeddedCacheManager
public AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated.
-
-