public class _XASwitchStub extends ObjectImpl implements XASwitch
| Constructor and Description |
|---|
_XASwitchStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
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) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic int xa_forget(otid_t txid, int rmid, int flags)
xa_forget in interface XASwitchOperationspublic int xa_close(String name, int rmid, int flags)
xa_close in interface XASwitchOperationspublic int xa_rollback(otid_t txid, int rmid, int flags)
xa_rollback in interface XASwitchOperationspublic int xa_open(String name, int rmid, int flags)
xa_open in interface XASwitchOperationspublic String name()
name in interface XASwitchOperationspublic int version()
version in interface XASwitchOperationspublic int xa_start(otid_t txid, int rmid, int flags)
xa_start in interface XASwitchOperationspublic int xa_recover(XIDsHolder txid, int rmid, int flags)
xa_recover in interface XASwitchOperationspublic int xa_prepare(otid_t txid, int rmid, int flags)
xa_prepare in interface XASwitchOperationspublic int flags()
flags in interface XASwitchOperationspublic int xa_commit(otid_t txid, int rmid, int flags)
xa_commit in interface XASwitchOperationspublic int xa_complete(IntHolder handle, IntHolder retval, int rmid, int flags)
xa_complete in interface XASwitchOperationspublic int xa_end(otid_t txid, int rmid, int flags)
xa_end in interface XASwitchOperationsCopyright © 2016 JBoss by Red Hat. All rights reserved.