Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
_UidCoordinatorStub.register_resource(Resource r) |
RecoveryCoordinator |
UidCoordinatorPOATie.register_resource(Resource r) |
RecoveryCoordinator |
_ArjunaTransactionStub.register_resource(Resource r) |
RecoveryCoordinator |
ArjunaTransactionPOATie.register_resource(Resource r) |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
XAResourceRecord.getRecoveryCoordinator()
Deprecated.
Only used in tests
|
Modifier and Type | Method and Description |
---|---|
void |
XAResourceRecord.setRecoveryCoordinator(RecoveryCoordinator recCoord) |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
ControlWrapper.register_resource(Resource r) |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
ArjunaTransactionImple.register_resource(Resource r)
Resources are only registered with the current transaction, whereas
subtransaction aware resources are registered with their parents when the
current transaction ends.
|
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
JavaIdlRCManager.makeRC(Uid RCUid,
Uid tranUid,
Uid processUid,
boolean isServerTransaction)
We create a RecoveryCoordinator reference, but without (we think)
actually making the implementation object available to the orb.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaIdlRCManager.destroy(RecoveryCoordinator rc) |
Modifier and Type | Field and Description |
---|---|
protected RecoveryCoordinator |
ServerTransaction._recoveryCoordinator |
Modifier and Type | Method and Description |
---|---|
void |
ServerTransaction.setRecoveryCoordinator(RecoveryCoordinator recCoord) |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
JacOrbRCManager.makeRC(Uid RCUid,
Uid tranUid,
Uid processUid,
boolean isServerTransaction)
We create a RecoveryCoordinator reference, but without (we think)
actually making the implementation object available to the orb.
|
Modifier and Type | Method and Description |
---|---|
void |
JacOrbRCManager.destroy(RecoveryCoordinator rc) |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
JavaIdlRCManager.makeRC(Uid RCUid,
Uid tranUid,
Uid processUid,
boolean isServerTransaction)
We create a RecoveryCoordinator reference, but without (we think)
actually making the implementation object available to the orb.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaIdlRCManager.destroy(RecoveryCoordinator rc) |
Modifier and Type | Method and Description |
---|---|
protected abstract RecoveryCoordinator |
RecoveryCreator.create(Resource res,
Object[] params) |
static RecoveryCoordinator |
RecoveryCreator.createRecoveryCoordinator(Resource res,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
RecoveryCreator.destroy(RecoveryCoordinator rc) |
static void |
RecoveryCreator.destroyRecoveryCoordinator(RecoveryCoordinator rc) |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
GenericRecoveryCreator.create(Resource res,
Object[] params)
Create a new RecoveryCoordinator for Resource res.
|
RecoveryCoordinator |
RcvCoManager.makeRC(Uid RCUid,
Uid rootActionUid,
Uid processUid,
boolean isServerTransaction)
Make a RecoveryCoordinator IOR.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericRecoveryCreator.destroy(RecoveryCoordinator rc)
The RC instance is not longer needed by the application.
|
void |
RcvCoManager.destroy(RecoveryCoordinator rc)
The RecoveryCoordinator instance is no longer needed.
|
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
AtomicTransaction.registerResource(Resource r)
Register the specified resource with this transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
_RecoveryCoordinatorStub
Generated from IDL interface "RecoveryCoordinator".
|
Modifier and Type | Field and Description |
---|---|
RecoveryCoordinator |
RecoveryCoordinatorHolder.value |
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
RecoveryCoordinatorPOATie._this() |
RecoveryCoordinator |
RecoveryCoordinatorPOA._this() |
RecoveryCoordinator |
RecoveryCoordinatorPOATie._this(ORB orb) |
RecoveryCoordinator |
RecoveryCoordinatorPOA._this(ORB orb) |
static RecoveryCoordinator |
RecoveryCoordinatorHelper.extract(Any any) |
static RecoveryCoordinator |
RecoveryCoordinatorHelper.narrow(Object obj) |
static RecoveryCoordinator |
RecoveryCoordinatorHelper.read(InputStream in) |
RecoveryCoordinator |
_CoordinatorStub.register_resource(Resource r) |
RecoveryCoordinator |
CoordinatorPOATie.register_resource(Resource r) |
RecoveryCoordinator |
CoordinatorOperations.register_resource(Resource r) |
static RecoveryCoordinator |
RecoveryCoordinatorHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
RecoveryCoordinatorHelper.insert(Any any,
RecoveryCoordinator s) |
static void |
RecoveryCoordinatorHelper.write(OutputStream _out,
RecoveryCoordinator s) |
Constructor and Description |
---|
RecoveryCoordinatorHolder(RecoveryCoordinator initial) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.