|
|||||||||
| Home >> All >> javax >> transaction >> [ xa overview ] | PREV NEXT | ||||||||
Uses of Class
javax.transaction.xa.XAException
| Uses of XAException in javax.transaction.xa |
| Methods in javax.transaction.xa that throw XAException | |
void |
XAResource.commit(Xid xid,
boolean onePhase)
|
void |
XAResource.end(Xid xid,
int flags)
|
void |
XAResource.forget(Xid xid)
|
int |
XAResource.getTransactionTimeout()
|
boolean |
XAResource.isSameRM(XAResource xares)
|
int |
XAResource.prepare(Xid xid)
|
Xid[] |
XAResource.recover(int flag)
|
void |
XAResource.rollback(Xid xid)
|
boolean |
XAResource.setTransactionTimeout(int seconds)
|
void |
XAResource.start(Xid xid,
int flags)
|
|
|||||||||
| Home >> All >> javax >> transaction >> [ xa overview ] | PREV NEXT | ||||||||