CORBAservices
IDL source Global index
interface Coordinator
- create_subtransaction
- get_parent_status
- get_status
- get_top_level_status
- get_transaction_name
- get_txcontext
- hash_top_level_tran
- hash_transaction
- is_ancestor_transaction
- is_descendant_transaction
- is_related_transaction
- is_same_transaction
- is_top_level_transaction
- register_resource
- register_subtran_aware
- register_synchronization
- rollback_only
Control create_subtransaction()
raises(SubtransactionsUnavailable, Inactive);
-
Status get_parent_status();
-
Status get_status();
-
Status get_top_level_status();
-
string get_transaction_name();
-
PropagationContext get_txcontext()
raises(Unavailable);
-
unsigned long hash_top_level_tran();
-
unsigned long hash_transaction();
-
boolean is_ancestor_transaction(in Coordinator tc);
-
boolean is_descendant_transaction(in Coordinator tc);
-
boolean is_related_transaction(in Coordinator tc);
-
boolean is_same_transaction(in Coordinator tc);
-
boolean is_top_level_transaction();
-
RecoveryCoordinator register_resource(in Resource r)
raises(Inactive);
-
void register_subtran_aware(in SubtransactionAwareResource r)
raises(Inactive, NotSubtransaction);
-
void register_synchronization(in Synchronization sync)
raises(Inactive, SynchronizationUnavailable);
-
void rollback_only()
raises(Inactive);
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.