|
||||||||||
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)
Commit the global transaction specified by xid. |
void |
XAResource.end(Xid xid,
int flags)
Ends the work performed on behalf of a transaction branch. |
void |
XAResource.forget(Xid xid)
Tell the resource manager to forget about a heuristically completed transaction branch. |
int |
XAResource.getTransactionTimeout()
Obtain the current transaction timeout value set for this XAResource instance. |
boolean |
XAResource.isSameRM(XAResource xares)
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares. |
int |
XAResource.prepare(Xid xid)
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid. |
Xid[] |
XAResource.recover(int flag)
Obtain a list of prepared transaction branches from a resource manager. |
void |
XAResource.rollback(Xid xid)
Inform the resource manager to roll back work done on behalf of a transaction branch |
boolean |
XAResource.setTransactionTimeout(int seconds)
Set the current transaction timeout value for this XAResource
instance. |
void |
XAResource.start(Xid xid,
int flags)
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |