Modifier and Type | Method and Description |
---|---|
PropagationContext |
_UidCoordinatorStub.get_txcontext() |
PropagationContext |
UidCoordinatorPOATie.get_txcontext() |
PropagationContext |
_ArjunaTransactionStub.get_txcontext() |
PropagationContext |
ArjunaTransactionPOATie.get_txcontext() |
Modifier and Type | Method and Description |
---|---|
Control |
ArjunaFactoryPOATie.recreate(PropagationContext ctx) |
Control |
_ArjunaFactoryStub.recreate(PropagationContext ctx) |
Modifier and Type | Method and Description |
---|---|
PropagationContext |
PropagationContextWrapper.getPropagationContext() |
Constructor and Description |
---|
PropagationContextWrapper(PropagationContext tpc)
Create a wrapper around a propagation context class
|
Modifier and Type | Method and Description |
---|---|
Control |
FactoryCreator.recreate(PropagationContext ctx) |
static Control |
FactoryList.recreate(PropagationContext ctx,
int formatID) |
ControlImple |
FactoryCreator.recreateLocal(PropagationContext ctx) |
static ControlImple |
FactoryList.recreateLocal(PropagationContext ctx,
int formatID) |
Modifier and Type | Method and Description |
---|---|
protected ControlImple |
Interposition.checkHierarchy(ServerTopLevelAction hier,
PropagationContext context) |
protected void |
Interposition.compareHierarchies(PropagationContext ctx,
ServerTopLevelAction action) |
static ControlImple |
Interposition.create(PropagationContext context) |
protected ControlImple |
Interposition.createHierarchy(PropagationContext ctx,
Uid tlUid) |
Control |
InterpositionCreator.recreate(PropagationContext ctx) |
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) |
Control |
OSIInterpositionCreator.recreate(PropagationContext ctx) |
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) |
Control |
RestrictedInterpositionCreator.recreate(PropagationContext ctx) |
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) |
Control |
StrictInterpositionCreator.recreate(PropagationContext ctx) |
ControlImple |
StrictInterpositionCreator.recreateLocal(PropagationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Control |
TransactionFactoryImple.recreate(PropagationContext ctx) |
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 |
---|---|
PropagationContext |
ArjunaTransactionImple.get_txcontext() |
Constructor and Description |
---|
ExplicitInterposition(PropagationContext ctx,
boolean remember)
Create a new instance and interpose with the specified transaction.
|
Modifier and Type | Method and Description |
---|---|
PropagationContext |
AtomicTransaction.get_txcontext() |
Modifier and Type | Method and Description |
---|---|
static String |
Utility.getHierarchy(PropagationContext ctx) |
Modifier and Type | Field and Description |
---|---|
PropagationContext |
PropagationContextHolder.value |
Modifier and Type | Method and Description |
---|---|
static PropagationContext |
PropagationContextHelper.extract(Any any) |
PropagationContext |
_CoordinatorStub.get_txcontext() |
PropagationContext |
CoordinatorPOATie.get_txcontext() |
PropagationContext |
CoordinatorOperations.get_txcontext() |
static PropagationContext |
PropagationContextHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
PropagationContextHelper.insert(Any any,
PropagationContext s) |
Control |
TransactionFactoryPOATie.recreate(PropagationContext ctx) |
Control |
_TransactionFactoryStub.recreate(PropagationContext ctx) |
Control |
TransactionFactoryOperations.recreate(PropagationContext ctx) |
static void |
PropagationContextHelper.write(OutputStream out,
PropagationContext s) |
Constructor and Description |
---|
PropagationContextHolder(PropagationContext initial) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.