Uses of Class
javax.cache.transaction.Mode

Packages that use Mode
javax.cache

This package contains the API for JCache. 

javax.cache.transaction This package contains the transactional support for JCache API. 
 

Uses of Mode in javax.cache
 

Fields in javax.cache declared as Mode
protected  Mode SimpleConfiguration.txnMode
          The transaction Mode.
 

Methods in javax.cache that return Mode
 Mode SimpleConfiguration.getTransactionMode()
          Gets the transaction mode.
 Mode Configuration.getTransactionMode()
          Gets the transaction mode.
 

Methods in javax.cache with parameters of type Mode
 SimpleConfiguration<K,V> SimpleConfiguration.setTransactionMode(Mode mode)
          Set the Transaction Mode.
 SimpleConfiguration<K,V> SimpleConfiguration.setTransactions(IsolationLevel level, Mode mode)
          Set the Transaction IsolationLevel and Mode.
 

Constructors in javax.cache with parameters of type Mode
SimpleConfiguration(Iterable<CacheEntryListenerRegistration<? super K,? super V>> cacheEntryListenerRegistrations, CacheLoader<K,? extends V> cacheLoader, CacheWriter<? super K,? super V> cacheWriter, ExpiryPolicy<? super K,? super V> expiryPolicy, boolean isReadThrough, boolean isWriteThrough, boolean isStatisticsEnabled, boolean isStoreByValue, boolean isTransactionsEnabled, IsolationLevel txnIsolationLevel, Mode txnMode)
          Constructs a SimpleConfiguration based on a set of parameters.
 

Uses of Mode in javax.cache.transaction
 

Methods in javax.cache.transaction that return Mode
static Mode Mode.valueOf(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.
 



Copyright © 2013. All Rights Reserved.