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 ConcurrentMap<TransactionID,Decision> |
TransactionIDFactoryImpl.getTransactionStates() |
protected abstract ConcurrentMap<TransactionID,Decision> |
AbstractTransactionIDFactory.getTransactionStates()
Return the map of transaction states.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.