|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.cache.infinispan.CacheManagerProxy
public final class CacheManagerProxy
Provides information about the cache to use.
Constructor Summary | |
---|---|
CacheManagerProxy(org.infinispan.manager.EmbeddedCacheManager manager, String cacheName) Default constructor. |
Method Summary | |
---|---|
String |
getCacheName() Returns the name of the cache within the cache container. |
org.infinispan.manager.EmbeddedCacheManager |
getManager() Returns the embedded cache manager to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheManagerProxy(org.infinispan.manager.EmbeddedCacheManager manager, String cacheName) throws NullPointerException, IllegalArgumentException
manager
- the embedded cache manager to use.
cacheName
- the name of the cache within the cache container.
NullPointerException
- if
manager
or
cacheName
is
null
.
IllegalArgumentException
- if
cacheName
is blank.
Method Detail |
---|
public org.infinispan.manager.EmbeddedCacheManager getManager()
public String getCacheName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |