public interface ParticipantInboundEvents
| Modifier and Type | Method and Description |
|---|---|
void |
commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Handle the commit event.
|
W3CEndpointReference |
getCoordinator()
Return the endpoint reference for the coordinator associated with this participant.
|
void |
prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Handle the prepare event.
|
void |
rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Handle the rollback event.
|
void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void commit(Notification commit, MAP map, ArjunaContext arjunaContext)
commit - The commit notification.map - The addressing context.arjunaContext - The arjuna context.void prepare(Notification prepare, MAP map, ArjunaContext arjunaContext)
prepare - The prepare notification.map - The addressing context.arjunaContext - The arjuna context.void rollback(Notification rollback, MAP map, ArjunaContext arjunaContext)
rollback - The rollback 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 getCoordinator()
Copyright © 2017 JBoss by Red Hat. All rights reserved.