Uses of Interface
org.omg.CosTransactions.Control
-
Packages that use Control Package Description org.omg.CosTransactions -
-
Uses of Control in org.omg.CosTransactions
Classes in org.omg.CosTransactions that implement Control Modifier and Type Class Description class
_ControlStub
org/omg/CosTransactions/_ControlStub.java .Fields in org.omg.CosTransactions declared as Control Modifier and Type Field Description Control
ControlHolder. value
Methods in org.omg.CosTransactions that return Control Modifier and Type Method Description Control
ControlPOA. _this()
Control
ControlPOA. _this(ORB orb)
Control
_TransactionFactoryStub. create(int time_out)
Control
TransactionFactoryOperations. create(int time_out)
Control
TransactionFactoryPOATie. create(int time_out)
Control
_CoordinatorStub. create_subtransaction()
Control
CoordinatorOperations. create_subtransaction()
Control
CoordinatorPOATie. create_subtransaction()
static Control
ControlHelper. extract(Any a)
Control
_CurrentStub. get_control()
Control
CurrentOperations. get_control()
Control
CurrentPOATie. get_control()
static Control
ControlHelper. narrow(Object obj)
static Control
ControlHelper. read(InputStream istream)
Control
_TransactionFactoryStub. recreate(PropagationContext ctx)
Control
TransactionFactoryOperations. recreate(PropagationContext ctx)
Control
TransactionFactoryPOATie. recreate(PropagationContext ctx)
Control
_CurrentStub. suspend()
Control
CurrentOperations. suspend()
Control
CurrentPOATie. suspend()
static Control
ControlHelper. unchecked_narrow(Object obj)
Methods in org.omg.CosTransactions with parameters of type Control Modifier and Type Method Description static void
ControlHelper. insert(Any a, Control that)
void
_CurrentStub. resume(Control which)
void
CurrentOperations. resume(Control which)
void
CurrentPOATie. resume(Control which)
static void
ControlHelper. write(OutputStream ostream, Control value)
Constructors in org.omg.CosTransactions with parameters of type Control Constructor Description ControlHolder(Control initialValue)
-