public class CoordinatorProcessorImpl extends CoordinatorProcessor
| Constructor and Description |
|---|
CoordinatorProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Aborted.
|
void |
activateCoordinator(CoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
void |
committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Committed.
|
void |
deactivateCoordinator(CoordinatorInboundEvents coordinator)
Deactivate a coordinator recovered from the log.
|
CoordinatorInboundEvents |
getCoordinator(String identifier)
Get the coordinator with the specified identifier.
|
void |
prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Prepared.
|
void |
readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Read only.
|
void |
soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
getProcessor, setProcessorpublic void activateCoordinator(CoordinatorInboundEvents coordinator, String identifier)
activateCoordinator in class CoordinatorProcessorcoordinator - The coordinator.identifier - The identifier.public void deactivateCoordinator(CoordinatorInboundEvents coordinator)
deactivateCoordinator in class CoordinatorProcessorcoordinator - The coordinator.public CoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator in class CoordinatorProcessoridentifier - The coordinator identifier as a String.public void aborted(Notification aborted, MAP map, ArjunaContext arjunaContext)
aborted in class CoordinatorProcessoraborted - The aborted notification.map - The addressing context.arjunaContext - The arjuna context.public void committed(Notification committed, MAP map, ArjunaContext arjunaContext)
committed in class CoordinatorProcessorcommitted - The committed notification.map - The addressing context.arjunaContext - The arjuna context.public void prepared(Notification prepared, MAP map, ArjunaContext arjunaContext)
prepared in class CoordinatorProcessorprepared - The prepared notification.map - The addressing context.arjunaContext - The arjuna context.public void readOnly(Notification readOnly, MAP map, ArjunaContext arjunaContext)
readOnly in class CoordinatorProcessorreadOnly - The read only notification.map - The addressing context.arjunaContext - The arjuna context.public void soapFault(SoapFault fault, MAP map, ArjunaContext arjunaContext)
soapFault in class CoordinatorProcessorfault - The SOAP fault notification.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2018 JBoss by Red Hat. All rights reserved.