Uses of Class
net.sf.ehcache.transaction.Decision
-
Packages that use Decision Package Description net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of Decision in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return Decision Modifier and Type Method Description static DecisionDecision. 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.Methods in net.sf.ehcache.transaction that return types with arguments of type Decision Modifier and Type Method 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()
-