public class TerminationCoordinatorProcessorImpl
extends com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
Constructor and Description |
---|
TerminationCoordinatorProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activateParticipant(BusinessActivityTerminator participant,
String identifier)
Activate the participant.
|
void |
cancel(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType cancel,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Cancel.
|
void |
close(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType close,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Close.
|
void |
complete(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType complete,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Complete.
|
void |
deactivateParticipant(BusinessActivityTerminator participant)
Deactivate the participant.
|
BusinessActivityTerminator |
getParticipant(com.arjuna.webservices11.wsarj.InstanceIdentifier instanceIdentifier)
Get the participant with the specified identifier.
|
void |
soapFault(com.arjuna.webservices.SoapFault soapFault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
handle a soap fault sent by the participant.
|
public void activateParticipant(BusinessActivityTerminator participant, String identifier)
activateParticipant
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(BusinessActivityTerminator participant)
deactivateParticipant
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
participant
- The participant.public BusinessActivityTerminator getParticipant(com.arjuna.webservices11.wsarj.InstanceIdentifier instanceIdentifier)
getParticipant
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
instanceIdentifier
- The participant identifier.public void cancel(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType cancel, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
cancel
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
cancel
- The cancel notification.map
- The addressing context.arjunaContext
- The arjuna context.public void close(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType close, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
close
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
close
- The close notification.map
- The addressing context.arjunaContext
- The arjuna context.public void complete(com.arjuna.schemas.ws._2005._10.wsarjtx.NotificationType complete, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
complete
in class com.arjuna.webservices11.wsarjtx.processors.TerminationCoordinatorProcessor
complete
- The complete notification.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.wsarjtx.processors.TerminationCoordinatorProcessor
soapFault
- The soap faultmap
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2013. All rights reserved.