Uses of Class
net.sf.ehcache.transaction.xa.XaRecoveryOutcome
-
Packages that use XaRecoveryOutcome 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 XaRecoveryOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type XaRecoveryOutcome Modifier and Type Method Description CoreStatistics.CountOperation<XaRecoveryOutcome>CoreStatistics. xaRecovery()Xa recovery.CoreStatistics.CountOperation<XaRecoveryOutcome>CoreStatisticsImpl. xaRecovery()Xa recovery. -
Uses of XaRecoveryOutcome in net.sf.ehcache.statistics.extended
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type XaRecoveryOutcome Modifier and Type Method Description ExtendedStatistics.Operation<XaRecoveryOutcome>ExtendedStatistics. xaRecovery()Xa recovery.ExtendedStatistics.Operation<XaRecoveryOutcome>ExtendedStatisticsImpl. xaRecovery() -
Uses of XaRecoveryOutcome in net.sf.ehcache.transaction.xa
Methods in net.sf.ehcache.transaction.xa that return XaRecoveryOutcome Modifier and Type Method Description static XaRecoveryOutcomeXaRecoveryOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XaRecoveryOutcome[]XaRecoveryOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-