Package | Description |
---|---|
org.jacorb.transaction | |
org.omg.CosTransactions |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionCurrentImpl.resume(Control which) |
void |
TransactionCurrentImpl.setCurrentThreadContext(Control control) |
Modifier and Type | Class and Description |
---|---|
class |
_ControlStub
Generated from IDL interface "Control".
|
Modifier and Type | Field and Description |
---|---|
Control |
ControlHolder.value |
Modifier and Type | Method and Description |
---|---|
Control |
ControlPOA._this() |
Control |
ControlPOATie._this() |
Control |
ControlPOA._this(ORB orb) |
Control |
ControlPOATie._this(ORB orb) |
Control |
_CoordinatorStub.create_subtransaction() |
Control |
CoordinatorOperations.create_subtransaction() |
Control |
CoordinatorPOATie.create_subtransaction() |
Control |
_TransactionFactoryStub.create(int time_out) |
Control |
TransactionFactoryPOATie.create(int time_out) |
Control |
TransactionFactoryOperations.create(int time_out) |
static Control |
ControlHelper.extract(Any any) |
Control |
CurrentOperations.get_control() |
Control |
_CurrentStub.get_control() |
Control |
CurrentPOATie.get_control() |
static Control |
ControlHelper.narrow(Object obj) |
static Control |
ControlHelper.read(InputStream in) |
Control |
_TransactionFactoryStub.recreate(PropagationContext ctx) |
Control |
TransactionFactoryPOATie.recreate(PropagationContext ctx) |
Control |
TransactionFactoryOperations.recreate(PropagationContext ctx) |
Control |
CurrentOperations.suspend() |
Control |
_CurrentStub.suspend() |
Control |
CurrentPOATie.suspend() |
static Control |
ControlHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ControlHelper.insert(Any any,
Control s) |
void |
CurrentOperations.resume(Control which) |
void |
_CurrentStub.resume(Control which) |
void |
CurrentPOATie.resume(Control which) |
static void |
ControlHelper.write(OutputStream _out,
Control s) |
Constructor and Description |
---|
ControlHolder(Control initial) |
Copyright © 2017 JacORB. All rights reserved.