Package | Description |
---|---|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<TransactionID,Decision> |
TransactionIDFactoryImpl.transactionStates |
Modifier and Type | Method and Description |
---|---|
static Decision |
Decision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Decision[] |
Decision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.concurrent.ConcurrentMap<TransactionID,Decision> |
AbstractTransactionIDFactory.getTransactionStates()
Return the map of transaction states.
|
protected java.util.concurrent.ConcurrentMap<TransactionID,Decision> |
TransactionIDFactoryImpl.getTransactionStates() |