Class AbstractDelegatingEmbeddedCacheManager

java.lang.Object
org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
All Implemented Interfaces:
Closeable, AutoCloseable, BasicCacheContainer, Lifecycle, CacheContainer, EmbeddedCacheManager, Listenable

public class AbstractDelegatingEmbeddedCacheManager extends Object implements EmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate. The only constructor takes a EmbeddedCacheManager argument, to which each method call is delegated. One can extend this class and only override the method sub-set it is interested in.
Author:
Dan Berindei <dan@infinispan.org>
See Also: