public class CompletionCoordinatorRPCProcessorImpl
extends com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
| Constructor and Description |
|---|
CompletionCoordinatorRPCProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateParticipant(CompletionCoordinatorParticipant participant,
String identifier)
Activate the participant.
|
boolean |
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(CompletionCoordinatorParticipant participant)
Deactivate the participant.
|
boolean |
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.
|
public CompletionCoordinatorRPCProcessorImpl()
public void activateParticipant(CompletionCoordinatorParticipant participant, String identifier)
activateParticipant in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessorparticipant - The participant.identifier - The identifier.public void deactivateParticipant(CompletionCoordinatorParticipant participant)
deactivateParticipant in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessorparticipant - The participant.public boolean 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.CompletionCoordinatorRPCProcessorcommit - The commit notification.map - The addressing context.arjunaContext - The arjuna context.public boolean 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.CompletionCoordinatorRPCProcessorrollback - The rollback notification.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2013. All rights reserved.