Modifier and Type | Method and Description |
---|---|
ControlImple |
ControlWrapper.getImple() |
Constructor and Description |
---|
ControlWrapper(Control c,
ControlImple impl) |
ControlWrapper(ControlImple impl) |
PseudoControlWrapper(ControlImple controlImple)
wrap a ControlImple in a wrapper which can be used to test for equality against ControlWrapper instances
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContextManager.addControlImpleHierarchy(ControlImple which) |
Modifier and Type | Method and Description |
---|---|
ControlImple |
FactoryCreator.recreateLocal(PropagationContext ctx) |
static ControlImple |
FactoryList.recreateLocal(PropagationContext ctx,
int formatID) |
Constructor and Description |
---|
ServerControlWrapper(Control c,
ControlImple impl) |
ServerControlWrapper(ControlImple impl) |
Modifier and Type | Method and Description |
---|---|
protected ControlImple |
Interposition.checkHierarchy(ServerTopLevelAction hier,
PropagationContext context) |
static ControlImple |
Interposition.create(PropagationContext context) |
protected ControlImple |
Interposition.createHierarchy(PropagationContext ctx,
Uid tlUid) |
ControlImple |
InterpositionCreator.recreateLocal(PropagationContext ctx) |
ControlImple |
Interposition.setupHierarchy(PropagationContext context) |
Modifier and Type | Method and Description |
---|---|
protected ControlImple |
OSIInterposition.checkHierarchy(ServerTopLevelAction hier,
PropagationContext context) |
static ControlImple |
OSIInterposition.create(PropagationContext context) |
protected ControlImple |
OSIInterposition.createHierarchy(PropagationContext ctx,
Uid currentUid) |
ControlImple |
OSIInterpositionCreator.recreateLocal(PropagationContext ctx) |
ControlImple |
OSIInterposition.setupHierarchy(PropagationContext context) |
Modifier and Type | Method and Description |
---|---|
protected ControlImple |
RestrictedInterposition.checkHierarchy(ServerTopLevelAction hier,
PropagationContext context) |
static ControlImple |
RestrictedInterposition.create(PropagationContext context) |
protected ControlImple |
RestrictedInterposition.createHierarchy(PropagationContext ctx,
Uid tlUid) |
ControlImple |
RestrictedInterpositionCreator.recreateLocal(PropagationContext ctx) |
ControlImple |
RestrictedInterposition.setupHierarchy(PropagationContext context) |
Modifier and Type | Method and Description |
---|---|
protected ControlImple |
StrictInterposition.checkHierarchy(ServerTopLevelAction hier,
PropagationContext context) |
static ControlImple |
StrictInterposition.create(PropagationContext context) |
protected ControlImple |
StrictInterposition.createHierarchy(PropagationContext ctx,
Uid currentUid) |
ControlImple |
StrictInterpositionCreator.recreateLocal(PropagationContext ctx) |
Modifier and Type | Method and Description |
---|---|
ControlImple |
TransactionFactoryImple.createLocal(int time_out)
This creates a local instance of a transaction control, but does not
register it with the ORB.
|
ControlImple |
ControlImple.getParentImple() |
ControlImple |
TransactionFactoryImple.recreateLocal(PropagationContext ctx)
In Arjuna we can do low-cost nested aborts at clients which do not
involve telling servers.
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentImple.resumeImple(ControlImple which) |
Modifier and Type | Field and Description |
---|---|
protected ControlImple |
ArjunaTransactionImple.controlHandle |
Modifier and Type | Method and Description |
---|---|
ControlImple |
ArjunaTransactionImple.getControlHandle() |
Modifier and Type | Method and Description |
---|---|
void |
ArjunaTransactionImple.setControlHandle(ControlImple handle) |
Modifier and Type | Class and Description |
---|---|
class |
ServerControl
As with ControlImple, the transaction is maintained until the control object
is deleted.
|
Modifier and Type | Method and Description |
---|---|
ControlImple |
ServerControl.getParentImple() |
Modifier and Type | Method and Description |
---|---|
static ControlImple |
Helper.localControl(Control control) |
Modifier and Type | Method and Description |
---|---|
static void |
OTSManager.destroyControl(ControlImple control)
Used to destroy a transaction control.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.