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() |
CurrentOperations |
_delegate() |
void |
_delegate(CurrentOperations delegate) |
Current |
_this() |
Current |
_this(ORB orb) |
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
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public CurrentPOATie(CurrentOperations delegate)
public CurrentPOATie(CurrentOperations delegate, POA poa)
public Current _this()
_this
in class CurrentPOA
public Current _this(ORB orb)
_this
in class CurrentPOA
public CurrentOperations _delegate()
public void _delegate(CurrentOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public Control suspend()
public Status get_status()
public void rollback() throws NoTransaction
NoTransaction
public void resume(Control which) throws InvalidControl
InvalidControl
public String get_transaction_name()
public void set_timeout(int seconds)
public void commit(boolean report_heuristics) throws NoTransaction, HeuristicHazard, HeuristicMixed
public int get_timeout()
public void rollback_only() throws NoTransaction
NoTransaction
public Control get_control()
public void begin() throws SubtransactionsUnavailable
SubtransactionsUnavailable
Copyright © 2021 JBoss by Red Hat. All rights reserved.