| Package | Description |
|---|---|
| net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
| Modifier and Type | Method and Description |
|---|---|
static Decision |
Decision.valueOf(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 ConcurrentMap<TransactionID,Decision> |
AbstractTransactionIDFactory.getTransactionStates()
Return the map of transaction states.
|
protected ConcurrentMap<TransactionID,Decision> |
TransactionIDFactoryImpl.getTransactionStates() |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.