| Package | Description |
|---|---|
| com.arjuna.webservices11.wsat.processors | |
| com.arjuna.wst11.messaging | |
| com.arjuna.wst11.messaging.engines |
| Modifier and Type | Method and Description |
|---|---|
abstract CoordinatorInboundEvents |
CoordinatorProcessor.getCoordinator(String identifier)
Fetch the coordinator with a given identifier.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CoordinatorProcessor.activateCoordinator(CoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
abstract void |
CoordinatorProcessor.deactivateCoordinator(CoordinatorInboundEvents coordinator)
Deactivate the coordinator.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinatorInboundEvents |
CoordinatorProcessorImpl.getCoordinator(String identifier)
Get the coordinator with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinatorProcessorImpl.activateCoordinator(CoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
void |
CoordinatorProcessorImpl.deactivateCoordinator(CoordinatorInboundEvents coordinator)
Deactivate a coordinator recovered from the log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinatorEngine
The coordinator state engine
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.