public interface XASwitchOperations
Modifier and Type | Method and Description |
---|---|
int |
flags() |
String |
name() |
int |
version() |
int |
xa_close(String name,
int rmid,
int flags) |
int |
xa_commit(otid_t txid,
int rmid,
int flags) |
int |
xa_complete(IntHolder handle,
IntHolder retval,
int rmid,
int flags) |
int |
xa_end(otid_t txid,
int rmid,
int flags) |
int |
xa_forget(otid_t txid,
int rmid,
int flags) |
int |
xa_open(String name,
int rmid,
int flags) |
int |
xa_prepare(otid_t txid,
int rmid,
int flags) |
int |
xa_recover(XIDsHolder txid,
int rmid,
int flags) |
int |
xa_rollback(otid_t txid,
int rmid,
int flags) |
int |
xa_start(otid_t txid,
int rmid,
int flags) |
String name()
int flags()
int version()
int xa_open(String name, int rmid, int flags)
int xa_close(String name, int rmid, int flags)
int xa_start(otid_t txid, int rmid, int flags)
int xa_end(otid_t txid, int rmid, int flags)
int xa_rollback(otid_t txid, int rmid, int flags)
int xa_prepare(otid_t txid, int rmid, int flags)
int xa_commit(otid_t txid, int rmid, int flags)
int xa_recover(XIDsHolder txid, int rmid, int flags)
int xa_forget(otid_t txid, int rmid, int flags)
Copyright © 2021 JBoss by Red Hat. All rights reserved.