|
|||||||||
| Home >> All >> javax >> transaction >> [ xa overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.transaction.xa.Xid
| Uses of Xid in javax.transaction.xa |
| Methods in javax.transaction.xa that return Xid | |
Xid[] |
XAResource.recover(int flag)
|
| Methods in javax.transaction.xa with parameters of type Xid | |
void |
XAResource.commit(Xid xid,
boolean onePhase)
|
void |
XAResource.end(Xid xid,
int flags)
|
void |
XAResource.forget(Xid xid)
|
int |
XAResource.prepare(Xid xid)
|
void |
XAResource.rollback(Xid xid)
|
void |
XAResource.start(Xid xid,
int flags)
|
|
|||||||||
| Home >> All >> javax >> transaction >> [ xa overview ] | PREV NEXT | ||||||||