ehcache

net.sf.ehcache.transaction.xa
Interface XARequestProcessor

All Known Implementing Classes:
TransactionXARequestProcessor

public interface XARequestProcessor

Class to delegate XAResource classes to internal thread

Author:
Nabib El-Rahman

Method Summary
 int process(XARequest request)
          Process the XAResource method to another thread.
 

Method Detail

process

int process(XARequest request)
            throws javax.transaction.xa.XAException
Process the XAResource method to another thread.

Parameters:
request -
Returns:
Throws:
javax.transaction.xa.XAException

ehcache

true