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, toString
clone, 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_override
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public int xa_forget(otid_t txid, int rmid, int flags)
xa_forget
in interface XASwitchOperations
public int xa_close(String name, int rmid, int flags)
xa_close
in interface XASwitchOperations
public int xa_rollback(otid_t txid, int rmid, int flags)
xa_rollback
in interface XASwitchOperations
public int xa_open(String name, int rmid, int flags)
xa_open
in interface XASwitchOperations
public String name()
name
in interface XASwitchOperations
public int version()
version
in interface XASwitchOperations
public int xa_start(otid_t txid, int rmid, int flags)
xa_start
in interface XASwitchOperations
public int xa_recover(XIDsHolder txid, int rmid, int flags)
xa_recover
in interface XASwitchOperations
public int xa_prepare(otid_t txid, int rmid, int flags)
xa_prepare
in interface XASwitchOperations
public int flags()
flags
in interface XASwitchOperations
public int xa_commit(otid_t txid, int rmid, int flags)
xa_commit
in interface XASwitchOperations
public int xa_complete(IntHolder handle, IntHolder retval, int rmid, int flags)
xa_complete
in interface XASwitchOperations
public int xa_end(otid_t txid, int rmid, int flags)
xa_end
in interface XASwitchOperations
Copyright © 2021 JBoss by Red Hat. All rights reserved.