public class CoordinatorCompletionCoordinatorProcessorImpl extends CoordinatorCompletionCoordinatorProcessor
| Constructor and Description |
|---|
CoordinatorCompletionCoordinatorProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
void |
cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
void |
cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
FaulCannot completet.
|
void |
closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
void |
compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
void |
completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
deactivateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator.
|
void |
exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
void |
fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
CoordinatorCompletionCoordinatorInboundEvents |
getCoordinator(String identifier)
Locate a coordinator by name.
|
void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
void |
status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
getProcessor, setProcessorpublic CoordinatorCompletionCoordinatorProcessorImpl()
public void activateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator, String identifier)
activateCoordinator in class CoordinatorCompletionCoordinatorProcessorcoordinator - The coordinator.identifier - The identifier.public void deactivateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator)
deactivateCoordinator in class CoordinatorCompletionCoordinatorProcessorcoordinator - The coordinator.public CoordinatorCompletionCoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator in class CoordinatorCompletionCoordinatorProcessoridentifier - The name of the coordinator.public void cancelled(NotificationType cancelled, MAP map, ArjunaContext arjunaContext)
cancelled in class CoordinatorCompletionCoordinatorProcessorcancelled - The canceled notification.map - The addressing context.arjunaContext - The arjuna context.public void closed(NotificationType closed, MAP map, ArjunaContext arjunaContext)
closed in class CoordinatorCompletionCoordinatorProcessorclosed - The closed notification.map - The addressing context.arjunaContext - The arjuna context.public void compensated(NotificationType compensated, MAP map, ArjunaContext arjunaContext)
compensated in class CoordinatorCompletionCoordinatorProcessorcompensated - The compensated notification.map - The addressing context.arjunaContext - The arjuna context.public void fail(ExceptionType fail, MAP map, ArjunaContext arjunaContext)
fail in class CoordinatorCompletionCoordinatorProcessorfail - The fail exceptionnotification.map - The addressing context.arjunaContext - The arjuna context.public void completed(NotificationType completed, MAP map, ArjunaContext arjunaContext)
completed in class CoordinatorCompletionCoordinatorProcessorcompleted - The completed notification.map - The addressing context.arjunaContext - The arjuna context.public void exit(NotificationType exit, MAP map, ArjunaContext arjunaContext)
exit in class CoordinatorCompletionCoordinatorProcessorexit - The exit notification.map - The addressing context.arjunaContext - The arjuna context.public void cannotComplete(NotificationType cannotComplete, MAP map, ArjunaContext arjunaContext)
cannotComplete in class CoordinatorCompletionCoordinatorProcessorcannotComplete - The cannot complete notification.map - The addressing context.arjunaContext - The arjuna context.public void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus in class CoordinatorCompletionCoordinatorProcessorgetStatus - The get status notification.map - The addressing context.arjunaContext - The arjuna context.public void status(StatusType status, MAP map, ArjunaContext arjunaContext)
status in class CoordinatorCompletionCoordinatorProcessorstatus - The status.map - The addressing context.arjunaContext - The arjuna context.public void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault in class CoordinatorCompletionCoordinatorProcessorsoapFault - The SOAP fault.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2018 JBoss by Red Hat. All rights reserved.