Uses of Class
org.omg.CosTransactions.Inactive

Packages that use Inactive
org.jacorb.transaction   
org.omg.CosTransactions   
 

Uses of Inactive in org.jacorb.transaction
 

Methods in org.jacorb.transaction that throw Inactive
 Control CoordinatorImpl.create_subtransaction()
           
 RecoveryCoordinator CoordinatorImpl.register_resource(Resource r)
           
 void CoordinatorImpl.register_subtran_aware(SubtransactionAwareResource r)
           
 void CoordinatorImpl.register_synchronization(Synchronization sync)
           
 void CoordinatorImpl.rollback_only()
           
 

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
 Control CoordinatorOperations.create_subtransaction()
           
 Control _CoordinatorStub.create_subtransaction()
           
 Control CoordinatorPOATie.create_subtransaction()
           
 RecoveryCoordinator CoordinatorOperations.register_resource(Resource r)
           
 RecoveryCoordinator _CoordinatorStub.register_resource(Resource r)
           
 RecoveryCoordinator CoordinatorPOATie.register_resource(Resource r)
           
 void CoordinatorOperations.register_subtran_aware(SubtransactionAwareResource r)
           
 void _CoordinatorStub.register_subtran_aware(SubtransactionAwareResource r)
           
 void CoordinatorPOATie.register_subtran_aware(SubtransactionAwareResource r)
           
 void CoordinatorOperations.register_synchronization(Synchronization sync)
           
 void _CoordinatorStub.register_synchronization(Synchronization sync)
           
 void CoordinatorPOATie.register_synchronization(Synchronization sync)
           
 void CoordinatorOperations.rollback_only()
           
 void _CoordinatorStub.rollback_only()
           
 void CoordinatorPOATie.rollback_only()
           
 

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



Copyright © 2013 JacORB. All Rights Reserved.