ehcache

Uses of Package
net.sf.ehcache.transaction.xa

Packages that use net.sf.ehcache.transaction.xa
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 This package contains classes for controlling cache operations for transactional use. 
net.sf.ehcache.transaction.manager This package contains the ehcache lookup interface for the supported JTA transaction managers. 
net.sf.ehcache.transaction.manager.selector This package contains JTA transaction managers selectors. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
net.sf.ehcache.transaction.xa.commands This package contains a representation of the queued commands which can be executed against a XA store. 
net.sf.ehcache.transaction.xa.processor XAResource requests processor. 
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.statistics
XaCommitOutcome
          The Enum XaCommitOutcome.
XaRecoveryOutcome
          The Enum XaRecoveryOutcome.
XaRollbackOutcome
          The Enum XaRollbackOutcome.
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.statistics.extended
XaCommitOutcome
          The Enum XaCommitOutcome.
XaRecoveryOutcome
          The Enum XaRecoveryOutcome.
XaRollbackOutcome
          The Enum XaRollbackOutcome.
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.transaction
XidTransactionID
          A special TransactionID using a XID internally
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.transaction.manager
EhcacheXAResource
          EhcacheXAResource represents an Ehcache instance.
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.transaction.manager.selector
EhcacheXAResource
          EhcacheXAResource represents an Ehcache instance.
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.transaction.xa
EhcacheXAResource
          EhcacheXAResource represents an Ehcache instance.
EhcacheXAResourceImpl
          The EhcacheXAResource implementation
XaCommitOutcome
          The Enum XaCommitOutcome.
XAExecutionListener
          Listener interface which provides callback hooks for listening to the 2PC lifecycle
XaRecoveryOutcome
          The Enum XaRecoveryOutcome.
XaRollbackOutcome
          The Enum XaRollbackOutcome.
XATransactionContext
          An XATransactionContext represents the data local to a Transaction that involves a transactional Cache.
XidTransactionID
          A special TransactionID using a XID internally
XidTransactionIDImpl
           
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.transaction.xa.commands
XidTransactionID
          A special TransactionID using a XID internally
 

Classes in net.sf.ehcache.transaction.xa used by net.sf.ehcache.transaction.xa.processor
EhcacheXAResourceImpl
          The EhcacheXAResource implementation
 


ehcache

Copyright 2001-2015, Terracotta, Inc.