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, setProcessor
public void activateCoordinator(CoordinatorInboundEvents coordinator, String identifier)
activateCoordinator
in class CoordinatorProcessor
coordinator
- The coordinator.identifier
- The identifier.public void deactivateCoordinator(CoordinatorInboundEvents coordinator)
deactivateCoordinator
in class CoordinatorProcessor
coordinator
- The coordinator.public CoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator
in class CoordinatorProcessor
identifier
- The coordinator identifier as a String.public void aborted(Notification aborted, MAP map, ArjunaContext arjunaContext)
aborted
in class CoordinatorProcessor
aborted
- The aborted notification.map
- The addressing context.arjunaContext
- The arjuna context.public void committed(Notification committed, MAP map, ArjunaContext arjunaContext)
committed
in class CoordinatorProcessor
committed
- The committed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void prepared(Notification prepared, MAP map, ArjunaContext arjunaContext)
prepared
in class CoordinatorProcessor
prepared
- The prepared notification.map
- The addressing context.arjunaContext
- The arjuna context.public void readOnly(Notification readOnly, MAP map, ArjunaContext arjunaContext)
readOnly
in class CoordinatorProcessor
readOnly
- The read only notification.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(SoapFault fault, MAP map, ArjunaContext arjunaContext)
soapFault
in class CoordinatorProcessor
fault
- The SOAP fault notification.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2018 JBoss by Red Hat. All rights reserved.