public class ParticipantCompletionCoordinatorProcessorImpl extends ParticipantCompletionCoordinatorProcessor
Constructor and Description |
---|
ParticipantCompletionCoordinatorProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
void |
cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
void |
cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
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(ParticipantCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator.
|
void |
exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
void |
fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
ParticipantCompletionCoordinatorInboundEvents |
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 ParticipantCompletionCoordinatorProcessorImpl()
public void activateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator, String identifier)
activateCoordinator
in class ParticipantCompletionCoordinatorProcessor
coordinator
- The coordinator.identifier
- The identifier.public void deactivateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator)
deactivateCoordinator
in class ParticipantCompletionCoordinatorProcessor
coordinator
- The coordinator.public ParticipantCompletionCoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator
in class ParticipantCompletionCoordinatorProcessor
identifier
- The name of the coordinator.public void cancelled(NotificationType cancelled, MAP map, ArjunaContext arjunaContext)
cancelled
in class ParticipantCompletionCoordinatorProcessor
cancelled
- The cancelled notification.map
- The addressing context.arjunaContext
- The arjuna context.public void closed(NotificationType closed, MAP map, ArjunaContext arjunaContext)
closed
in class ParticipantCompletionCoordinatorProcessor
closed
- The closed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void compensated(NotificationType compensated, MAP map, ArjunaContext arjunaContext)
compensated
in class ParticipantCompletionCoordinatorProcessor
compensated
- The compensated notification.map
- The addressing context.arjunaContext
- The arjuna context.public void completed(NotificationType completed, MAP map, ArjunaContext arjunaContext)
completed
in class ParticipantCompletionCoordinatorProcessor
completed
- The completed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void cannotComplete(NotificationType cannotComplete, MAP map, ArjunaContext arjunaContext)
cannotComplete
in class ParticipantCompletionCoordinatorProcessor
cannotComplete
- The cannot complete notification.map
- The addressing context.arjunaContext
- The arjuna context.public void exit(NotificationType exit, MAP map, ArjunaContext arjunaContext)
exit
in class ParticipantCompletionCoordinatorProcessor
exit
- The exit notification.map
- The addressing context.arjunaContext
- The arjuna context.public void fail(ExceptionType fail, MAP map, ArjunaContext arjunaContext)
fail
in class ParticipantCompletionCoordinatorProcessor
fail
- The fail notification.map
- The addressing context.arjunaContext
- The arjuna context.public void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus
in class ParticipantCompletionCoordinatorProcessor
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 ParticipantCompletionCoordinatorProcessor
status
- The status.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault
in class ParticipantCompletionCoordinatorProcessor
soapFault
- The SOAP fault.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2017 JBoss by Red Hat. All rights reserved.