void commit(Xid xid, boolean onePhase) throws XAException
void end(Xid xid, int flags) throws XAException
void forget(Xid xid) throws XAException
int getTransactionTimeout() throws XAException
boolean isSameRM(XAResource xares) throws XAException
int prepare(Xid xid) throws XAException
Xid[] recover(int flag) throws XAException
void rollback(Xid xid) throws XAException
boolean setTransactionTimeout(int seconds) throws XAException
void start(Xid xid, int flags) throws XAException
static final int TMENDRSCAN
static final int TMFAIL
static final int TMJOIN
static final int TMNOFLAGS
static final int TMONEPHASE
static final int TMRESUME
static final int TMSTARTRSCAN
static final int TMSUCCESS
static final int TMSUSPEND
static final int XA_OK
static final int XA_RDONLY