public class CoordinatorCompletionParticipantProcessorImpl
extends com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
Constructor and Description |
---|
CoordinatorCompletionParticipantProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activateParticipant(com.arjuna.webservices11.wsba.CoordinatorCompletionParticipantInboundEvents participant,
String identifier)
Activate the participant.
|
void |
cancel(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancel,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancel.
|
void |
close(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType close,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Close.
|
void |
compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensate,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Compensate.
|
void |
complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType complete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Complete.
|
void |
deactivateParticipant(com.arjuna.webservices11.wsba.CoordinatorCompletionParticipantInboundEvents participant)
Deactivate the participant.
|
void |
exited(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exited,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Exited.
|
void |
failed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType failed,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Failed.
|
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.
|
boolean |
isActive(String identifier)
Check whether a participant with the given id is currently active
|
void |
notCompleted(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType notCompleted,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Not Completed.
|
void |
soapFault(com.arjuna.webservices.SoapFault fault,
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 CoordinatorCompletionParticipantProcessorImpl()
public void activateParticipant(com.arjuna.webservices11.wsba.CoordinatorCompletionParticipantInboundEvents participant, String identifier)
activateParticipant
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(com.arjuna.webservices11.wsba.CoordinatorCompletionParticipantInboundEvents participant)
deactivateParticipant
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
participant
- The participant.public boolean isActive(String identifier)
isActive
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
identifier
- The identifier.public void cancel(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType cancel, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cancel
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
cancel
- The cancel notification.map
- The addressing context.arjunaContext
- The arjuna context.public void close(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType close, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
close
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
close
- The close notification.map
- The addressing context.arjunaContext
- The arjuna context.public void compensate(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType compensate, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
compensate
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
compensate
- The compensate notification.map
- The addressing context.arjunaContext
- The arjuna context.public void complete(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType complete, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
complete
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
complete
- The complete notification.map
- The addressing context.arjunaContext
- The arjuna context.public void exited(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType exited, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
exited
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
exited
- The exited notification.map
- The addressing context.arjunaContext
- The arjuna context.public void notCompleted(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType notCompleted, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
notCompleted
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
notCompleted
- The not completed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void failed(org.oasis_open.docs.ws_tx.wsba._2006._06.NotificationType failed, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
failed
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
failed
- The failed 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.CoordinatorCompletionParticipantProcessor
getStatus
- 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.CoordinatorCompletionParticipantProcessor
status
- The status.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(com.arjuna.webservices.SoapFault fault, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
soapFault
in class com.arjuna.webservices11.wsba.processors.CoordinatorCompletionParticipantProcessor
fault
- The SOAP fault notification.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2013. All rights reserved.