org.apache.jackrabbit.jca
Class TransactionBoundXAResource

java.lang.Object
  extended by org.apache.jackrabbit.jca.TransactionBoundXAResource
All Implemented Interfaces:
XAResource

public class TransactionBoundXAResource
extends Object
implements XAResource


Field Summary
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Constructor Summary
TransactionBoundXAResource(JCAManagedConnection connection, XAResource xaResource)
           
 
Method Summary
 void commit(Xid arg0, boolean arg1)
           
 void end(Xid arg0, int arg1)
           
 void forget(Xid arg0)
           
 int getTransactionTimeout()
           
 boolean isSameRM(XAResource arg0)
           
 int prepare(Xid arg0)
           
 Xid[] recover(int arg0)
           
 void rollback(Xid arg0)
           
 boolean setTransactionTimeout(int arg0)
           
 void start(Xid arg0, int arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionBoundXAResource

public TransactionBoundXAResource(JCAManagedConnection connection,
                                  XAResource xaResource)
Method Detail

commit

public void commit(Xid arg0,
                   boolean arg1)
            throws XAException
Specified by:
commit in interface XAResource
Throws:
XAException

end

public void end(Xid arg0,
                int arg1)
         throws XAException
Specified by:
end in interface XAResource
Throws:
XAException

forget

public void forget(Xid arg0)
            throws XAException
Specified by:
forget in interface XAResource
Throws:
XAException

getTransactionTimeout

public int getTransactionTimeout()
                          throws XAException
Specified by:
getTransactionTimeout in interface XAResource
Throws:
XAException

isSameRM

public boolean isSameRM(XAResource arg0)
                 throws XAException
Specified by:
isSameRM in interface XAResource
Throws:
XAException

prepare

public int prepare(Xid arg0)
            throws XAException
Specified by:
prepare in interface XAResource
Throws:
XAException

recover

public Xid[] recover(int arg0)
              throws XAException
Specified by:
recover in interface XAResource
Throws:
XAException

rollback

public void rollback(Xid arg0)
              throws XAException
Specified by:
rollback in interface XAResource
Throws:
XAException

setTransactionTimeout

public boolean setTransactionTimeout(int arg0)
                              throws XAException
Specified by:
setTransactionTimeout in interface XAResource
Throws:
XAException

start

public void start(Xid arg0,
                  int arg1)
           throws XAException
Specified by:
start in interface XAResource
Throws:
XAException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.