public interface CoordinatorOperations
Modifier and Type | Method and Description |
---|---|
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() |
Status get_status()
Status get_parent_status()
Status get_top_level_status()
boolean is_same_transaction(Coordinator tc)
boolean is_related_transaction(Coordinator tc)
boolean is_ancestor_transaction(Coordinator tc)
boolean is_descendant_transaction(Coordinator tc)
boolean is_top_level_transaction()
int hash_transaction()
int hash_top_level_tran()
RecoveryCoordinator register_resource(Resource r) throws Inactive
Inactive
void register_synchronization(Synchronization sync) throws SynchronizationUnavailable, Inactive
SynchronizationUnavailable
Inactive
void register_subtran_aware(SubtransactionAwareResource r) throws NotSubtransaction, Inactive
NotSubtransaction
Inactive
String get_transaction_name()
Control create_subtransaction() throws SubtransactionsUnavailable, Inactive
SubtransactionsUnavailable
Inactive
PropagationContext get_txcontext() throws Unavailable
Unavailable
Copyright © 2021 JBoss by Red Hat. All rights reserved.