org.apache.activemq.ra
Class LocalAndXATransaction
java.lang.Object
org.apache.activemq.ra.LocalAndXATransaction
- All Implemented Interfaces:
- javax.resource.spi.LocalTransaction, XAResource
public class LocalAndXATransaction
- extends Object
- implements XAResource, javax.resource.spi.LocalTransaction
Used to provide a LocalTransaction and XAResource to a JMS session.
Fields inherited from interface javax.transaction.xa.XAResource |
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalAndXATransaction
public LocalAndXATransaction(TransactionContext transactionContext)
setInManagedTx
public void setInManagedTx(boolean inManagedTx)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
begin
public void begin()
throws javax.resource.ResourceException
- Specified by:
begin
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
commit
public void commit()
throws javax.resource.ResourceException
- Specified by:
commit
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
rollback
public void rollback()
throws javax.resource.ResourceException
- Specified by:
rollback
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
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 xaresource)
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
isInManagedTx
public boolean isInManagedTx()
cleanup
public void cleanup()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.