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() |
CoordinatorOperations |
_delegate() |
void |
_delegate(CoordinatorOperations delegate) |
Coordinator |
_this() |
Coordinator |
_this(ORB orb) |
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
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public CoordinatorPOATie(CoordinatorOperations delegate)
public CoordinatorPOATie(CoordinatorOperations delegate, POA poa)
public Coordinator _this()
_this
in class CoordinatorPOA
public Coordinator _this(ORB orb)
_this
in class CoordinatorPOA
public CoordinatorOperations _delegate()
public void _delegate(CoordinatorOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public boolean is_ancestor_transaction(Coordinator tc)
public Status get_status()
public boolean is_descendant_transaction(Coordinator tc)
public String get_transaction_name()
public Status get_top_level_status()
public Status get_parent_status()
public boolean is_top_level_transaction()
public Control create_subtransaction() throws SubtransactionsUnavailable, Inactive
SubtransactionsUnavailable
Inactive
public PropagationContext get_txcontext() throws Unavailable
Unavailable
public void register_synchronization(Synchronization sync) throws SynchronizationUnavailable, Inactive
SynchronizationUnavailable
Inactive
public int hash_top_level_tran()
public boolean is_same_transaction(Coordinator tc)
public void register_subtran_aware(SubtransactionAwareResource r) throws NotSubtransaction, Inactive
NotSubtransaction
Inactive
public int hash_transaction()
public RecoveryCoordinator register_resource(Resource r) throws Inactive
Inactive
public boolean is_related_transaction(Coordinator tc)
Copyright © 2021 JBoss by Red Hat. All rights reserved.