org.infinispan.jcache
Class RIDelegatingCacheMXBean<K,V>
java.lang.Object
org.infinispan.jcache.RIDelegatingCacheMXBean<K,V>
- Type Parameters:
K
- the type of keys maintained by this mapV
- the type of mapped values*
- All Implemented Interfaces:
- javax.cache.CacheMXBean
public class RIDelegatingCacheMXBean<K,V>
- extends Object
- implements javax.cache.CacheMXBean
Class to help implementers
- Since:
- 1.0
- Author:
- Yannis Cosmadopoulos
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RIDelegatingCacheMXBean
public RIDelegatingCacheMXBean(javax.cache.Cache<K,V> cache)
- Constructor
- Parameters:
cache
- the cache
getTransactionIsolationLevel
public javax.cache.transaction.IsolationLevel getTransactionIsolationLevel()
- Specified by:
getTransactionIsolationLevel
in interface javax.cache.CacheMXBean
getTransactionMode
public javax.cache.transaction.Mode getTransactionMode()
- Specified by:
getTransactionMode
in interface javax.cache.CacheMXBean
isManagementEnabled
public boolean isManagementEnabled()
- Specified by:
isManagementEnabled
in interface javax.cache.CacheMXBean
isReadThrough
public boolean isReadThrough()
- Specified by:
isReadThrough
in interface javax.cache.CacheMXBean
isStatisticsEnabled
public boolean isStatisticsEnabled()
- Specified by:
isStatisticsEnabled
in interface javax.cache.CacheMXBean
isStoreByValue
public boolean isStoreByValue()
- Specified by:
isStoreByValue
in interface javax.cache.CacheMXBean
isTransactionsEnabled
public boolean isTransactionsEnabled()
- Specified by:
isTransactionsEnabled
in interface javax.cache.CacheMXBean
isWriteThrough
public boolean isWriteThrough()
- Specified by:
isWriteThrough
in interface javax.cache.CacheMXBean
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.