org.infinispan.jcache
Class RIDelegatingCacheMXBean<K,V>

java.lang.Object
  extended by org.infinispan.jcache.RIDelegatingCacheMXBean<K,V>
Type Parameters:
K - the type of keys maintained by this map
V - 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

Constructor Summary
RIDelegatingCacheMXBean(javax.cache.Cache<K,V> cache)
          Constructor
 
Method Summary
 javax.cache.transaction.IsolationLevel getTransactionIsolationLevel()
           
 javax.cache.transaction.Mode getTransactionMode()
           
 boolean isManagementEnabled()
           
 boolean isReadThrough()
           
 boolean isStatisticsEnabled()
           
 boolean isStoreByValue()
           
 boolean isTransactionsEnabled()
           
 boolean isWriteThrough()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIDelegatingCacheMXBean

public RIDelegatingCacheMXBean(javax.cache.Cache<K,V> cache)
Constructor

Parameters:
cache - the cache
Method Detail

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.