public class ParticipantProcessorImpl
extends com.arjuna.webservices11.wsat.processors.ParticipantProcessor
| Constructor and Description |
|---|
ParticipantProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateParticipant(com.arjuna.webservices11.wsat.ParticipantInboundEvents participant,
String identifier)
Activate the participant.
|
void |
commit(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification commit,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Commit.
|
void |
deactivateParticipant(com.arjuna.webservices11.wsat.ParticipantInboundEvents participant)
Deactivate the participant.
|
boolean |
isActive(String identifier)
Check whether a participant with the given id is currently active
|
void |
prepare(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification prepare,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Prepare.
|
void |
rollback(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification rollback,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
Rollback.
|
void |
soapFault(com.arjuna.webservices.SoapFault fault,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
SOAP Fault.
|
public void activateParticipant(com.arjuna.webservices11.wsat.ParticipantInboundEvents participant,
String identifier)
activateParticipant in class com.arjuna.webservices11.wsat.processors.ParticipantProcessorparticipant - The participant.identifier - The identifier.public void deactivateParticipant(com.arjuna.webservices11.wsat.ParticipantInboundEvents participant)
deactivateParticipant in class com.arjuna.webservices11.wsat.processors.ParticipantProcessorparticipant - The participant.public boolean isActive(String identifier)
isActive in class com.arjuna.webservices11.wsat.processors.ParticipantProcessoridentifier - The identifier.public void commit(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification commit,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
commit in class com.arjuna.webservices11.wsat.processors.ParticipantProcessorcommit - The commit notification.map - The addressing context.arjunaContext - The arjuna context.public void prepare(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification prepare,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
prepare in class com.arjuna.webservices11.wsat.processors.ParticipantProcessorprepare - The prepare notification.map - The addressing context.arjunaContext - The arjuna context.public void rollback(org.oasis_open.docs.ws_tx.wsat._2006._06.Notification rollback,
org.jboss.ws.api.addressing.MAP map,
com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext)
rollback in class com.arjuna.webservices11.wsat.processors.ParticipantProcessorrollback - The rollback notification.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.wsat.processors.ParticipantProcessorfault - The SOAP fault notification.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2013. All rights reserved.