Uses of Class
net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
-
Packages that use EhcacheXAResourceImpl Package Description net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache.net.sf.ehcache.transaction.xa.processor XAResource requests processor. -
-
Uses of EhcacheXAResourceImpl in net.sf.ehcache.transaction.xa
Methods in net.sf.ehcache.transaction.xa that return EhcacheXAResourceImpl Modifier and Type Method Description EhcacheXAResourceImplXATransactionStore. getOrCreateXAResource()Get or create the XAResource of this XA store -
Uses of EhcacheXAResourceImpl in net.sf.ehcache.transaction.xa.processor
Constructors in net.sf.ehcache.transaction.xa.processor with parameters of type EhcacheXAResourceImpl Constructor Description XARequestProcessor(EhcacheXAResourceImpl resourceImpl)Constructor
-