Package | Description |
---|---|
org.objectweb.jotm |
Modifier and Type | Class and Description |
---|---|
class |
ControlImpl
Implementation of the object that represents a transaction.
|
class |
SubCoordinator
This object is the local coordinator.
|
Modifier and Type | Method and Description |
---|---|
RecoveryCoordinator |
Coordinator.register_resource(Resource r) |
RecoveryCoordinator |
ControlImpl.register_resource(Resource res)
Registers a Resource object for this transaction
|
int |
RecoveryCoordinator.replay_completion(Resource r) |
int |
ControlImpl.replay_completion(Resource res)
Asks the status of this transaction, after recovery of a Resource
|