Package | Description |
---|---|
javax.cache.configuration |
This package contains configuration classes and interfaces.
|
javax.cache.management |
This package contains management interfaces.
|
javax.cache.transaction |
This package contains the transactional support for JCache API.
|
Modifier and Type | Field and Description |
---|---|
protected Mode |
MutableConfiguration.txnMode
The transaction
Mode . |
Modifier and Type | Method and Description |
---|---|
Mode |
MutableConfiguration.getTransactionMode()
Gets the transaction mode.
|
abstract Mode |
Configuration.getTransactionMode()
Gets the transaction mode.
|
Modifier and Type | Method and Description |
---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setTransactions(IsolationLevel level,
Mode mode)
Set the Transaction
IsolationLevel and Mode ,
which also sets MutableConfiguration.isTransactionsEnabled() to true. |
Modifier and Type | Method and Description |
---|---|
Mode |
CacheMXBean.getTransactionMode()
Gets the transaction mode.
|
Modifier and Type | Method and Description |
---|---|
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.