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, setProcessor
public CoordinatorCompletionCoordinatorProcessorImpl()
public void activateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator, String identifier)
activateCoordinator
in class CoordinatorCompletionCoordinatorProcessor
coordinator
- The coordinator.identifier
- The identifier.public void deactivateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator)
deactivateCoordinator
in class CoordinatorCompletionCoordinatorProcessor
coordinator
- The coordinator.public CoordinatorCompletionCoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator
in class CoordinatorCompletionCoordinatorProcessor
identifier
- The name of the coordinator.public void cancelled(NotificationType cancelled, MAP map, ArjunaContext arjunaContext)
cancelled
in class CoordinatorCompletionCoordinatorProcessor
cancelled
- The canceled notification.map
- The addressing context.arjunaContext
- The arjuna context.public void closed(NotificationType closed, MAP map, ArjunaContext arjunaContext)
closed
in class CoordinatorCompletionCoordinatorProcessor
closed
- The closed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void compensated(NotificationType compensated, MAP map, ArjunaContext arjunaContext)
compensated
in class CoordinatorCompletionCoordinatorProcessor
compensated
- The compensated notification.map
- The addressing context.arjunaContext
- The arjuna context.public void fail(ExceptionType fail, MAP map, ArjunaContext arjunaContext)
fail
in class CoordinatorCompletionCoordinatorProcessor
fail
- The fail exceptionnotification.map
- The addressing context.arjunaContext
- The arjuna context.public void completed(NotificationType completed, MAP map, ArjunaContext arjunaContext)
completed
in class CoordinatorCompletionCoordinatorProcessor
completed
- The completed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void exit(NotificationType exit, MAP map, ArjunaContext arjunaContext)
exit
in class CoordinatorCompletionCoordinatorProcessor
exit
- The exit notification.map
- The addressing context.arjunaContext
- The arjuna context.public void cannotComplete(NotificationType cannotComplete, MAP map, ArjunaContext arjunaContext)
cannotComplete
in class CoordinatorCompletionCoordinatorProcessor
cannotComplete
- The cannot complete notification.map
- The addressing context.arjunaContext
- The arjuna context.public void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus
in class CoordinatorCompletionCoordinatorProcessor
getStatus
- The get status notification.map
- The addressing context.arjunaContext
- The arjuna context.public void status(StatusType status, MAP map, ArjunaContext arjunaContext)
status
in class CoordinatorCompletionCoordinatorProcessor
status
- The status.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault
in class CoordinatorCompletionCoordinatorProcessor
soapFault
- The SOAP fault.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2017 JBoss by Red Hat. All rights reserved.