ehcache

Uses of Class
net.sf.ehcache.transaction.Decision

Packages that use Decision
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
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.
 

Methods in net.sf.ehcache.transaction that return types with arguments of type Decision
protected  ConcurrentMap<TransactionID,Decision> TransactionIDFactoryImpl.getTransactionStates()
           
protected abstract  ConcurrentMap<TransactionID,Decision> AbstractTransactionIDFactory.getTransactionStates()
          Return the map of transaction states.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.