ehcache

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

Packages that use XATransactionContext
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
 XATransactionContext EhcacheXAResourceImpl.createTransactionContext()
          Obtain the already associated XATransactionContext with the current Transaction, or create a new one should none be there yet.
 XATransactionContext EhcacheXAResource.createTransactionContext()
          Obtain the already associated XATransactionContext with the current Transaction, or create a new one should none be there yet.
 XATransactionContext EhcacheXAResourceImpl.getCurrentTransactionContext()
          Gets the current XATransactionContext associated with this resource
 XATransactionContext EhcacheXAResource.getCurrentTransactionContext()
          Gets the current XATransactionContext associated with this resource
 


ehcache

Copyright 2001-2016, Terracotta, Inc.