public interface ParticipantCompletionParticipantInboundEvents
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed 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 cancel(NotificationType cancel, MAP map, ArjunaContext arjunaContext)
cancel - The cancel notification.map - The addressing context.arjunaContext - The arjuna context.void close(NotificationType close, MAP map, ArjunaContext arjunaContext)
close - The close notification.map - The addressing context.arjunaContext - The arjuna context.void compensate(NotificationType compensate, MAP map, ArjunaContext arjunaContext)
compensate - The compensate notification.map - The addressing context.arjunaContext - The arjuna context.void exited(NotificationType exited, MAP map, ArjunaContext arjunaContext)
exited - The exited notification.map - The addressing context.arjunaContext - The arjuna context.void failed(NotificationType failed, MAP map, ArjunaContext arjunaContext)
failed - The failed notification.map - The addressing context.arjunaContext - The arjuna context.void notCompleted(NotificationType notCompleted, MAP map, ArjunaContext arjunaContext)
notCompleted - The not completed 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 type.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.