Package | Description |
---|---|
javax.transaction.xa |
Modifier and Type | Method and Description |
---|---|
Xid[] |
XAResource.recover(int flag) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014. All rights reserved.