public class ParticipantCompletionCoordinatorProcessorImpl
extends com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessor
| Constructor and Description |
|---|
ParticipantCompletionCoordinatorProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
void |
cancelled(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancelled,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancelled.
|
void |
cannotComplete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cannotComplete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Completed.
|
void |
closed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType closed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Closed.
|
void |
compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensated,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Compensated.
|
void |
completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType completed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Completed.
|
void |
deactivateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator.
|
void |
exit(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exit,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Exit.
|
void |
fail(org.oasis_open.docs.ws_tx.wsba._2006._06.ExceptionType fail,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Fail.
|
com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents |
getCoordinator(String identifier)
Locate a coordinator by name.
|
void |
getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType getStatus,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Get Status.
|
void |
soapFault(com.arjuna.webservices.SoapFault soapFault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
SOAP fault.
|
void |
status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType status,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Status.
|
public ParticipantCompletionCoordinatorProcessorImpl()
public void activateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator,
String identifier)
activateCoordinator in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorcoordinator - The coordinator.identifier - The identifier.public void deactivateCoordinator(com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents coordinator)
deactivateCoordinator in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorcoordinator - The coordinator.public com.arjuna.webservices11.wsba.ParticipantCompletionCoordinatorInboundEvents getCoordinator(String identifier)
getCoordinator in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessoridentifier - The name of the coordinator.public void cancelled(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancelled,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cancelled in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorcancelled - The cancelled notification.map - The addressing context.arjunaContext - The arjuna context.public void closed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType closed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
closed in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorclosed - The closed notification.map - The addressing context.arjunaContext - The arjuna context.public void compensated(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensated,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
compensated in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorcompensated - The compensated notification.map - The addressing context.arjunaContext - The arjuna context.public void completed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType completed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
completed in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorcompleted - The completed notification.map - The addressing context.arjunaContext - The arjuna context.public void cannotComplete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cannotComplete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cannotComplete in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorcannotComplete - The cannot complete notification.map - The addressing context.arjunaContext - The arjuna context.public void exit(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exit,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
exit in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorexit - The exit notification.map - The addressing context.arjunaContext - The arjuna context.public void fail(org.oasis_open.docs.ws_tx.wsba._2006._06.ExceptionType fail,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
fail in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorfail - The fail notification.map - The addressing context.arjunaContext - The arjuna context.public void getStatus(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType getStatus,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
getStatus in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorgetStatus - The get status notification.map - The addressing context.arjunaContext - The arjuna context.public void status(org.oasis_open.docs.ws_tx.wsba._2006._06.StatusType status,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
status in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorstatus - The status.map - The addressing context.arjunaContext - The arjuna context.public void soapFault(com.arjuna.webservices.SoapFault soapFault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
soapFault in class com.arjuna.webservices11.wsba.processors.ParticipantCompletionCoordinatorProcessorsoapFault - The SOAP fault.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2013. All rights reserved.