public class CoordinatorPOATie extends CoordinatorPOA
| Constructor and Description |
|---|
CoordinatorPOATie(CoordinatorOperations delegate) |
CoordinatorPOATie(CoordinatorOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
CoordinatorOperations |
_delegate() |
void |
_delegate(CoordinatorOperations delegate) |
Control |
create_subtransaction() |
Status |
get_parent_status() |
Status |
get_status() |
Status |
get_top_level_status() |
String |
get_transaction_name() |
PropagationContext |
get_txcontext() |
int |
hash_top_level_tran() |
int |
hash_transaction() |
boolean |
is_ancestor_transaction(Coordinator tc) |
boolean |
is_descendant_transaction(Coordinator tc) |
boolean |
is_related_transaction(Coordinator tc) |
boolean |
is_same_transaction(Coordinator tc) |
boolean |
is_top_level_transaction() |
RecoveryCoordinator |
register_resource(Resource r) |
void |
register_subtran_aware(SubtransactionAwareResource r) |
void |
register_synchronization(Synchronization sync) |
void |
rollback_only() |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic CoordinatorPOATie(CoordinatorOperations delegate)
public CoordinatorPOATie(CoordinatorOperations delegate, POA poa)
public CoordinatorOperations _delegate()
public void _delegate(CoordinatorOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
Servant.public Status get_status()
public Status get_parent_status()
public Status get_top_level_status()
public boolean is_same_transaction(Coordinator tc)
public boolean is_related_transaction(Coordinator tc)
public boolean is_ancestor_transaction(Coordinator tc)
public boolean is_descendant_transaction(Coordinator tc)
public boolean is_top_level_transaction()
public int hash_transaction()
public int hash_top_level_tran()
public RecoveryCoordinator register_resource(Resource r) throws Inactive
Inactivepublic void register_synchronization(Synchronization sync) throws Inactive, SynchronizationUnavailable
InactiveSynchronizationUnavailablepublic void register_subtran_aware(SubtransactionAwareResource r) throws Inactive, NotSubtransaction
InactiveNotSubtransactionpublic String get_transaction_name()
public Control create_subtransaction() throws SubtransactionsUnavailable, Inactive
SubtransactionsUnavailableInactivepublic PropagationContext get_txcontext() throws Unavailable
UnavailableCopyright © 2017–2023 Eclipse Foundation. All rights reserved.