Class CompletionCoordinatorProcessorImpl

java.lang.Object
com.arjuna.webservices11.wsat.processors.CompletionCoordinatorProcessor
com.arjuna.wst11.messaging.CompletionCoordinatorProcessorImpl

public class CompletionCoordinatorProcessorImpl extends com.arjuna.webservices11.wsat.processors.CompletionCoordinatorProcessor
The Completion Coordinator processor.
Author:
kevin
  • Constructor Details

    • CompletionCoordinatorProcessorImpl

      public CompletionCoordinatorProcessorImpl()
  • Method Details

    • activateParticipant

      public void activateParticipant(CompletionCoordinatorParticipant participant, String identifier)
      Activate the participant.
      Specified by:
      activateParticipant in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorProcessor
      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.CompletionCoordinatorProcessor
      Parameters:
      participant - The participant.
    • commit

      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.
      Specified by:
      commit in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorProcessor
      Parameters:
      commit - The commit notification.
      map - The addressing context.
      arjunaContext - The arjuna context.
    • rollback

      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.
      Specified by:
      rollback in class com.arjuna.webservices11.wsat.processors.CompletionCoordinatorProcessor
      Parameters:
      rollback - The rollback notification.
      map - The addressing context.
      arjunaContext - The arjuna context.