public interface CoordinatorInboundEvents
Modifier and Type | Method and Description |
---|---|
void |
aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle the aborted event.
|
void |
committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle the committed event.
|
W3CEndpointReference |
getParticipant()
Get the participant endpoint reference
|
void |
prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Handle the prepared event.
|
void |
readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Handle the readOnly event.
|
void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void aborted(Notification aborted, MAP map, ArjunaContext arjunaContext)
aborted
- The aborted notification.map
- The addressing context.arjunaContext
- The arjuna context.void committed(Notification committed, MAP map, ArjunaContext arjunaContext)
committed
- The committed notification.map
- The addressing context.arjunaContext
- The arjuna context.void prepared(Notification prepared, MAP map, ArjunaContext arjunaContext)
prepared
- The prepared notification.map
- The addressing context.arjunaContext
- The arjuna context.void readOnly(Notification readOnly, MAP map, ArjunaContext arjunaContext)
readOnly
- The readOnly notification.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.W3CEndpointReference getParticipant()
Copyright © 2016 JBoss by Red Hat. All rights reserved.