ehcache

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

Packages that use XARequest
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of XARequest in net.sf.ehcache.transaction.xa
 

Methods in net.sf.ehcache.transaction.xa with parameters of type XARequest
 int XARequestProcessor.process(XARequest request)
          Process the XAResource method to another thread.
 int TransactionXARequestProcessor.process(XARequest request)
          Process the XAResource method to another thread.
 


ehcache

true