Uses of Class
org.omg.CosTransactions.Inactive

Packages that use Inactive
org.omg.CosTransactions   
 

Uses of Inactive in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as Inactive
 Inactive InactiveHolder.value
           
 

Methods in org.omg.CosTransactions that return Inactive
static Inactive InactiveHelper.extract(Any any)
           
static Inactive InactiveHelper.read(InputStream in)
           
 

Methods in org.omg.CosTransactions with parameters of type Inactive
static void InactiveHelper.insert(Any any, Inactive s)
           
static void InactiveHelper.write(OutputStream out, Inactive s)
           
 

Methods in org.omg.CosTransactions that throw Inactive
 void _CoordinatorStub.rollback_only()
           
 Control _CoordinatorStub.create_subtransaction()
           
 void _CoordinatorStub.register_synchronization(Synchronization sync)
           
 void _CoordinatorStub.register_subtran_aware(SubtransactionAwareResource r)
           
 RecoveryCoordinator _CoordinatorStub.register_resource(Resource r)
           
 void CoordinatorPOATie.rollback_only()
           
 Control CoordinatorPOATie.create_subtransaction()
           
 void CoordinatorPOATie.register_synchronization(Synchronization sync)
           
 void CoordinatorPOATie.register_subtran_aware(SubtransactionAwareResource r)
           
 RecoveryCoordinator CoordinatorPOATie.register_resource(Resource r)
           
 RecoveryCoordinator CoordinatorOperations.register_resource(Resource r)
           
 void CoordinatorOperations.register_synchronization(Synchronization sync)
           
 void CoordinatorOperations.register_subtran_aware(SubtransactionAwareResource r)
           
 void CoordinatorOperations.rollback_only()
           
 Control CoordinatorOperations.create_subtransaction()
           
 

Constructors in org.omg.CosTransactions with parameters of type Inactive
InactiveHolder(Inactive initial)