public class TransactionManagementPOATie extends TransactionManagementPOA
Constructor and Description |
---|
TransactionManagementPOATie(TransactionManagementOperations delegate) |
TransactionManagementPOATie(TransactionManagementOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
TransactionManagementOperations |
_delegate() |
void |
_delegate(TransactionManagementOperations delegate) |
TransactionManagement |
_this() |
TransactionManagement |
_this(ORB orb) |
void |
disable_transaction() |
void |
enable_transaction(int events,
int timeout) |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public TransactionManagementPOATie(TransactionManagementOperations delegate)
public TransactionManagementPOATie(TransactionManagementOperations delegate, POA poa)
public TransactionManagement _this()
_this
in class TransactionManagementPOA
public TransactionManagement _this(ORB orb)
_this
in class TransactionManagementPOA
public TransactionManagementOperations _delegate()
public void _delegate(TransactionManagementOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public void disable_transaction() throws TransactionActive
TransactionActive
public void enable_transaction(int events, int timeout) throws TransactionAlreadyActive, UnsupportedTransaction