Uses of Class
com.arjuna.mw.wsas.exceptions.NoActivityException

Packages that use NoActivityException
com.arjuna.mw.wsas   
com.arjuna.mw.wscf.model.sagas.api   
com.arjuna.mw.wscf.model.twophase.api   
 

Uses of NoActivityException in com.arjuna.mw.wsas
 

Methods in com.arjuna.mw.wsas that throw NoActivityException
 GlobalId UserActivity.activityId()
           
 String UserActivity.activityName()
          What is the name of the current activity? Use only for debugging purposes!
 Outcome UserActivity.end()
          Complete the activity with the current completion status.
 Outcome UserActivity.end(CompletionStatus cs)
          Complete the activity with the completion status provided.
 CompletionStatus UserActivity.getCompletionStatus()
          Get the completion status currently associated with the activity.
 String UserActivity.serviceType()
           
 void UserActivity.setCompletionStatus(CompletionStatus endStatus)
          Set the termination status for the current activity, if any.
 

Uses of NoActivityException in com.arjuna.mw.wscf.model.sagas.api
 

Methods in com.arjuna.mw.wscf.model.sagas.api that throw NoActivityException
 void CoordinatorManager.delistParticipant(String participantId)
          Remove the specified participant from the coordinator associated with the current thread.
 void CoordinatorManager.enlistParticipant(Participant act)
          Enrol the specified participant with the coordinator associated with the current thread.
 CoordinatorId UserCoordinator.identifier()
           
 void CoordinatorManager.participantCannotComplete(String participantId)
          A participant cannot complete during normal execution or compensation.
 void CoordinatorManager.participantCompleted(String participantId)
          The participant has completed its work and it ready to compensate if necessary.
 void CoordinatorManager.participantFaulted(String participantId)
          A participant has faulted during normal execution or compensation.
 

Uses of NoActivityException in com.arjuna.mw.wscf.model.twophase.api
 

Methods in com.arjuna.mw.wscf.model.twophase.api that throw NoActivityException
 void CoordinatorManager.delistParticipant(Participant act)
          Remove the specified participant from the coordinator associated with the current thread.
 void CoordinatorManager.delistSynchronization(Synchronization act)
          Remove the specified synchronization from the coordinator associated with the current thread.
 void CoordinatorManager.enlistParticipant(Participant act)
          Enrol the specified participant with the coordinator associated with the current thread.
 void CoordinatorManager.enlistSynchronization(Synchronization act)
          Enrol the specified synchronization with the coordinator associated with the current thread.
 CoordinatorId UserCoordinator.identifier()
           
 void CoordinatorManager.participantReadOnly(String participantId)
          A participant is readonly.
 void CoordinatorManager.participantRolledback(String participantId)
          The participant has rolled back.
 



Copyright © 2012. All Rights Reserved.