public class CurrentPOATie extends CurrentPOA
| Constructor and Description |
|---|
CurrentPOATie(CurrentOperations delegate) |
CurrentPOATie(CurrentOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
CurrentOperations |
_delegate() |
void |
_delegate(CurrentOperations delegate) |
void |
begin() |
void |
commit(boolean report_heuristics) |
Control |
get_control() |
Status |
get_status() |
int |
get_timeout() |
String |
get_transaction_name() |
void |
resume(Control which) |
void |
rollback_only() |
void |
rollback() |
void |
set_timeout(int seconds) |
Control |
suspend() |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic CurrentPOATie(CurrentOperations delegate)
public CurrentPOATie(CurrentOperations delegate, POA poa)
public CurrentOperations _delegate()
public void _delegate(CurrentOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
Servant.public void begin()
throws SubtransactionsUnavailable
SubtransactionsUnavailablepublic void commit(boolean report_heuristics)
throws NoTransaction,
HeuristicMixed,
HeuristicHazard
public void rollback()
throws NoTransaction
NoTransactionpublic void rollback_only()
throws NoTransaction
NoTransactionpublic Status get_status()
public String get_transaction_name()
public void set_timeout(int seconds)
public int get_timeout()
public Control get_control()
public Control suspend()
public void resume(Control which) throws InvalidControl
InvalidControlCopyright © 2017–2021 Eclipse Foundation. All rights reserved.