Class XAResourceImpl

java.lang.Object
org.exolab.castor.persist.XAResourceImpl
All Implemented Interfaces:
XAResource

public final class XAResourceImpl extends Object implements XAResource
An XAResource implementation for an XAResourceSource. Provides the XA interface for starting transactions, participating in two phase commit and suspending/resuming transactions against the XA source. Transactions are shared across all XA sources that map to the same cache engine.
Version:
$Revision: 8141 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Author:
Assaf Arkin
See Also: