org.omg.CosTransactions
Interface CoordinatorOperations
- All Known Subinterfaces:
- Coordinator
- All Known Implementing Classes:
- _CoordinatorStub, CoordinatorPOA, CoordinatorPOATie
public interface CoordinatorOperations
Generated from IDL interface "Coordinator"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
get_status
Status get_status()
get_parent_status
Status get_parent_status()
get_top_level_status
Status get_top_level_status()
is_same_transaction
boolean is_same_transaction(Coordinator tc)
is_related_transaction
boolean is_related_transaction(Coordinator tc)
is_ancestor_transaction
boolean is_ancestor_transaction(Coordinator tc)
is_descendant_transaction
boolean is_descendant_transaction(Coordinator tc)
is_top_level_transaction
boolean is_top_level_transaction()
hash_transaction
int hash_transaction()
hash_top_level_tran
int hash_top_level_tran()
register_resource
RecoveryCoordinator register_resource(Resource r)
throws Inactive
- Throws:
Inactive
register_synchronization
void register_synchronization(Synchronization sync)
throws SynchronizationUnavailable,
Inactive
- Throws:
SynchronizationUnavailable
Inactive
register_subtran_aware
void register_subtran_aware(SubtransactionAwareResource r)
throws NotSubtransaction,
Inactive
- Throws:
NotSubtransaction
Inactive
rollback_only
void rollback_only()
throws Inactive
- Throws:
Inactive
get_transaction_name
java.lang.String get_transaction_name()
create_subtransaction
Control create_subtransaction()
throws SubtransactionsUnavailable,
Inactive
- Throws:
SubtransactionsUnavailable
Inactive
get_txcontext
PropagationContext get_txcontext()
throws Unavailable
- Throws:
Unavailable
Copyright © {inceptionYear}-2007 null. All Rights Reserved.