org.omg.CosTransactions
Interface CoordinatorOperations
- All Known Subinterfaces:
- Coordinator
- All Known Implementing Classes:
- _CoordinatorStub, CoordinatorPOA
public interface CoordinatorOperations
org/omg/CosTransactions/CoordinatorOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from /var/home/jpp/rebuild/devel/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/CosTransactions.idl
Wednesday, October 24, 2007 3:42:11 PM CEST
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 Inactive,
SynchronizationUnavailable
- Throws:
Inactive
SynchronizationUnavailable
register_subtran_aware
void register_subtran_aware(SubtransactionAwareResource r)
throws Inactive,
NotSubtransaction
- Throws:
Inactive
NotSubtransaction
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.