public class XASwitchPOATie extends XASwitchPOA
Constructor and Description |
---|
XASwitchPOATie(XASwitchOperations delegate) |
XASwitchPOATie(XASwitchOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
XASwitchOperations |
_delegate() |
void |
_delegate(XASwitchOperations delegate) |
XASwitch |
_this() |
XASwitch |
_this(ORB orb) |
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) |
_all_interfaces, _invoke
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public XASwitchPOATie(XASwitchOperations delegate)
public XASwitchPOATie(XASwitchOperations delegate, POA poa)
public XASwitch _this()
_this
in class XASwitchPOA
public XASwitch _this(ORB orb)
_this
in class XASwitchPOA
public XASwitchOperations _delegate()
public void _delegate(XASwitchOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public int xa_forget(otid_t txid, int rmid, int flags)
public int xa_close(String name, int rmid, int flags)
public int xa_rollback(otid_t txid, int rmid, int flags)
public int xa_open(String name, int rmid, int flags)
public String name()
public int version()
public int xa_start(otid_t txid, int rmid, int flags)
public int xa_recover(XIDsHolder txid, int rmid, int flags)
public int xa_prepare(otid_t txid, int rmid, int flags)
public int flags()
public int xa_commit(otid_t txid, int rmid, int flags)
public int xa_end(otid_t txid, int rmid, int flags)
Copyright © 2021 JBoss by Red Hat. All rights reserved.