Uses of Class
net.sf.ehcache.transaction.xa.XATransactionContext
-
Packages that use XATransactionContext Package Description net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. -
-
Uses of XATransactionContext in net.sf.ehcache.transaction.xa
Methods in net.sf.ehcache.transaction.xa that return XATransactionContext Modifier and Type Method Description XATransactionContextEhcacheXAResource. createTransactionContext()Obtain the already associatedXATransactionContextwith the current Transaction, or create a new one should none be there yet.XATransactionContextEhcacheXAResourceImpl. createTransactionContext()Obtain the already associatedXATransactionContextwith the current Transaction, or create a new one should none be there yet.XATransactionContextEhcacheXAResource. getCurrentTransactionContext()Gets the currentXATransactionContextassociated with this resourceXATransactionContextEhcacheXAResourceImpl. getCurrentTransactionContext()Gets the currentXATransactionContextassociated with this resource
-