ehcache

Uses of Class
net.sf.ehcache.transaction.xa.XaRollbackOutcome

Packages that use XaRollbackOutcome
net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation. 
net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of XaRollbackOutcome in net.sf.ehcache.statistics
 

Methods in net.sf.ehcache.statistics that return types with arguments of type XaRollbackOutcome
 CoreStatistics.CountOperation<XaRollbackOutcome> CoreStatisticsImpl.xaRollback()
          Xa rollback.
 CoreStatistics.CountOperation<XaRollbackOutcome> CoreStatistics.xaRollback()
          Xa rollback.
 

Uses of XaRollbackOutcome in net.sf.ehcache.statistics.extended
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type XaRollbackOutcome
 ExtendedStatistics.Operation<XaRollbackOutcome> ExtendedStatisticsImpl.xaRollback()
           
 ExtendedStatistics.Operation<XaRollbackOutcome> ExtendedStatistics.xaRollback()
          Xa rollback.
 

Uses of XaRollbackOutcome in net.sf.ehcache.transaction.xa
 

Methods in net.sf.ehcache.transaction.xa that return XaRollbackOutcome
static XaRollbackOutcome XaRollbackOutcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XaRollbackOutcome[] XaRollbackOutcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructor parameters in net.sf.ehcache.transaction.xa with type arguments of type XaRollbackOutcome
EhcacheXAResourceImpl(Ehcache cache, Store underlyingStore, TransactionManagerLookup txnManagerLookup, SoftLockManager softLockManager, TransactionIDFactory transactionIDFactory, ElementValueComparator comparator, org.terracotta.statistics.observer.OperationObserver<XaCommitOutcome> commitObserver, org.terracotta.statistics.observer.OperationObserver<XaRollbackOutcome> rollbackObserver, org.terracotta.statistics.observer.OperationObserver<XaRecoveryOutcome> recoveryObserver)
          Constructor
 


ehcache

Copyright 2001-2016, Terracotta, Inc.