|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAException | |
|---|---|
| javax.transaction.xa | |
| 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 xaResource)
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||