Uses of Class
net.sf.ehcache.transaction.xa.XaRollbackOutcome
-
Packages that use XaRollbackOutcome Package Description 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 Modifier and Type Method Description CoreStatistics.CountOperation<XaRollbackOutcome>CoreStatistics. xaRollback()Xa rollback.CoreStatistics.CountOperation<XaRollbackOutcome>CoreStatisticsImpl. 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 Modifier and Type Method Description ExtendedStatistics.Operation<XaRollbackOutcome>ExtendedStatistics. xaRollback()Xa rollback.ExtendedStatistics.Operation<XaRollbackOutcome>ExtendedStatisticsImpl. xaRollback() -
Uses of XaRollbackOutcome in net.sf.ehcache.transaction.xa
Methods in net.sf.ehcache.transaction.xa that return XaRollbackOutcome Modifier and Type Method Description static XaRollbackOutcomeXaRollbackOutcome. valueOf(java.lang.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.
-