Uses of Interface
org.omg.CosTransactions.Control

Packages that use Control
org.omg.CosTransactions   
 

Uses of Control in org.omg.CosTransactions
 

Classes in org.omg.CosTransactions that implement Control
 class _ControlStub
          Generated from IDL interface "Control"
 

Fields in org.omg.CosTransactions declared as Control
 Control ControlHolder.value
           
 

Methods in org.omg.CosTransactions that return Control
 Control _TransactionFactoryStub.create(int time_out)
           
 Control _TransactionFactoryStub.recreate(PropagationContext ctx)
           
 Control _CurrentStub.suspend()
           
 Control _CurrentStub.get_control()
           
 Control _CoordinatorStub.create_subtransaction()
           
 Control TransactionFactoryPOATie.create(int time_out)
           
 Control TransactionFactoryPOATie.recreate(PropagationContext ctx)
           
 Control TransactionFactoryOperations.create(int time_out)
           
 Control TransactionFactoryOperations.recreate(PropagationContext ctx)
           
 Control CurrentPOATie.suspend()
           
 Control CurrentPOATie.get_control()
           
 Control CurrentOperations.get_control()
           
 Control CurrentOperations.suspend()
           
 Control CoordinatorPOATie.create_subtransaction()
           
 Control CoordinatorOperations.create_subtransaction()
           
 Control ControlPOATie._this()
           
 Control ControlPOATie._this(ORB orb)
           
 Control ControlPOA._this()
           
 Control ControlPOA._this(ORB orb)
           
static Control ControlHelper.extract(Any any)
           
static Control ControlHelper.read(InputStream in)
           
static Control ControlHelper.narrow(java.lang.Object obj)
           
static Control ControlHelper.narrow(Object obj)
           
static Control ControlHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTransactions with parameters of type Control
 void _CurrentStub.resume(Control which)
           
 void CurrentPOATie.resume(Control which)
           
 void CurrentOperations.resume(Control which)
           
static void ControlHelper.insert(Any any, Control s)
           
static void ControlHelper.write(OutputStream _out, Control s)
           
 

Constructors in org.omg.CosTransactions with parameters of type Control
ControlHolder(Control initial)