Uses of Interface
org.omg.CosTransactions.Control

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

Uses of Control in org.jacorb.transaction
 

Methods in org.jacorb.transaction that return Control
 Control CoordinatorImpl.create_subtransaction()
           
 Control TransactionService.create(int time_out)
           
 Control TransactionCurrentImpl.get_control()
          This and the following method should actually throw NoTransaction, but that is against the spec.
static Control TransactionCurrentImpl.getControl(ORB orb)
          This method is a convenience method for the server programmer the exctract the Control from the PICurrent.
 Control TransactionService.recreate(PropagationContext ctx)
           
 Control TransactionCurrentImpl.suspend()
           
 

Methods in org.jacorb.transaction with parameters of type Control
 void TransactionCurrentImpl.resume(Control which)
           
 void TransactionCurrentImpl.setCurrentThreadContext(Control control)
           
 

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 ControlPOATie._this()
           
 Control ControlPOA._this()
           
 Control ControlPOATie._this(ORB orb)
           
 Control ControlPOA._this(ORB orb)
           
 Control CoordinatorPOATie.create_subtransaction()
           
 Control CoordinatorOperations.create_subtransaction()
           
 Control _CoordinatorStub.create_subtransaction()
           
 Control TransactionFactoryOperations.create(int time_out)
           
 Control _TransactionFactoryStub.create(int time_out)
           
 Control TransactionFactoryPOATie.create(int time_out)
           
static Control ControlHelper.extract(Any any)
           
 Control _CurrentStub.get_control()
           
 Control CurrentPOATie.get_control()
           
 Control CurrentOperations.get_control()
           
static Control ControlHelper.narrow(Object obj)
           
static Control ControlHelper.read(InputStream in)
           
 Control TransactionFactoryOperations.recreate(PropagationContext ctx)
           
 Control _TransactionFactoryStub.recreate(PropagationContext ctx)
           
 Control TransactionFactoryPOATie.recreate(PropagationContext ctx)
           
 Control _CurrentStub.suspend()
           
 Control CurrentPOATie.suspend()
           
 Control CurrentOperations.suspend()
           
static Control ControlHelper.unchecked_narrow(Object obj)
           
 

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

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



Copyright © 2015 JacORB. All rights reserved.