public abstract class TerminationParticipantCallback extends Callback
Constructor and Description |
---|
TerminationParticipantCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
A cancelled response.
|
abstract void |
closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
A closed response.
|
abstract void |
completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
A completed response.
|
abstract void |
faulted(NotificationType faulted,
MAP map,
ArjunaContext arjunaContext)
A faulted response.
|
abstract void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
A SOAP fault response.
|
hasFailed, hasTriggered, setFailed, setTriggered, waitUntilTriggered, waitUntilTriggered
public abstract void cancelled(NotificationType cancelled, MAP map, ArjunaContext arjunaContext)
cancelled
- The cancelled notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void closed(NotificationType closed, MAP map, ArjunaContext arjunaContext)
closed
- The closed notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void completed(NotificationType completed, MAP map, ArjunaContext arjunaContext)
completed
- The completed notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void faulted(NotificationType faulted, MAP map, ArjunaContext arjunaContext)
faulted
- The faulted notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract 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.