com.arjuna.wst11.messaging
Class CompletionCoordinatorRPCProcessorImpl

java.lang.Object
  extended by com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
      extended by com.arjuna.wst11.messaging.CompletionCoordinatorRPCProcessorImpl

public class CompletionCoordinatorRPCProcessorImpl
extends com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor

The Completion Coordinator processor.

Author:
kevin

Constructor Summary
CompletionCoordinatorRPCProcessorImpl()
           
 
Method Summary
 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.
 
Methods inherited from class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
getProcessor, setProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionCoordinatorRPCProcessorImpl

public CompletionCoordinatorRPCProcessorImpl()
Method Detail

activateParticipant

public void activateParticipant(CompletionCoordinatorParticipant participant,
                                String identifier)
Activate the participant.

Specified by:
activateParticipant in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
Parameters:
participant - The participant.
identifier - The identifier.

deactivateParticipant

public void deactivateParticipant(CompletionCoordinatorParticipant participant)
Deactivate the participant.

Specified by:
deactivateParticipant in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
Parameters:
participant - The participant.

commit

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.

Specified by:
commit in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
Parameters:
commit - The commit notification.
map - The addressing context.
arjunaContext - The arjuna context.

rollback

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.

Specified by:
rollback in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorRPCProcessor
Parameters:
rollback - The rollback notification.
map - The addressing context.
arjunaContext - The arjuna context.


Copyright © 2012. All Rights Reserved.