Uses of Class
javax.cache.transaction.Mode

Packages that use Mode
com.caucho.distcache.jcache   
com.caucho.server.distcache   
javax.cache   
javax.cache.transaction   
 

Uses of Mode in com.caucho.distcache.jcache
 

Methods in com.caucho.distcache.jcache with parameters of type Mode
 CacheBuilder<K,V> CacheBuilderImpl.setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)
           
 

Uses of Mode in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return Mode
 Mode CacheConfig.getTransactionMode()
           
 

Uses of Mode in javax.cache
 

Methods in javax.cache that return Mode
 Mode CacheConfiguration.getTransactionMode()
           
 

Methods in javax.cache with parameters of type Mode
 CacheBuilder<K,V> CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)
           
 

Uses of Mode in javax.cache.transaction
 

Methods in javax.cache.transaction that return Mode
static Mode Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mode[] Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.