public interface ParticipantCompletionCoordinatorInboundEvents
Modifier and Type | Method and Description |
---|---|
void |
cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannotComplete event.
|
void |
closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void cancelled(NotificationType cancelled, MAP map, ArjunaContext arjunaContext)
cancelled
- The cancelled notification.map
- The addressing context.arjunaContext
- The arjuna context.void closed(NotificationType closed, MAP map, ArjunaContext arjunaContext)
closed
- The closed notification.map
- The addressing context.arjunaContext
- The arjuna context.void compensated(NotificationType compensated, MAP map, ArjunaContext arjunaContext)
compensated
- The compensated notification.map
- The addressing context.arjunaContext
- The arjuna context.void completed(NotificationType completed, MAP map, ArjunaContext arjunaContext)
completed
- The completed notification.map
- The addressing context.arjunaContext
- The arjuna context.void exit(NotificationType exit, MAP map, ArjunaContext arjunaContext)
exit
- The exit notification.map
- The addressing context.arjunaContext
- The arjuna context.void fail(ExceptionType fail, MAP map, ArjunaContext arjunaContext)
fail
- The fail exception.map
- The addressing context.arjunaContext
- The arjuna context.void cannotComplete(NotificationType cannotComplete, MAP map, ArjunaContext arjunaContext)
cannotComplete
- The cannotComplete notification.map
- The addressing context.arjunaContext
- The arjuna context.void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus
- The getStatus notification.map
- The addressing context.arjunaContext
- The arjuna context.void status(StatusType status, MAP map, ArjunaContext arjunaContext)
status
- The status.map
- The addressing context.arjunaContext
- The arjuna context.void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault
- The soap fault.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2017 JBoss by Red Hat. All rights reserved.