Uses of Class
com.arjuna.mw.wscf.exceptions.NoCoordinatorException

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

Uses of NoCoordinatorException in com.arjuna.mw.wscf.api
 

Methods in com.arjuna.mw.wscf.api that throw NoCoordinatorException
 Outcome UserCoordinatorService.coordinate(CompletionStatus cs)
          If the application requires and if the coordination protocol supports it, then this method can be used to execute a coordination protocol on the currently enlisted participants at any time prior to the termination of the coordination scope.
 CoordinatorId UserCoordinatorService.identifier()
           
 Qualifier[] UserCoordinatorService.qualifiers()
           
 

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

Methods in com.arjuna.mw.wscf.model.sagas.api that throw NoCoordinatorException
 void UserCoordinator.cancel()
          Cancel the activity.
 void UserCoordinator.close()
          Confirm the current activity.
 void UserCoordinator.complete()
          Complete the activity.
 void UserCoordinator.setCancelOnly()
          Set the termination status for the current activity to cancel only.
 

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

Methods in com.arjuna.mw.wscf.model.twophase.api that throw NoCoordinatorException
 void UserCoordinator.cancel()
          Cancel the activity.
 void UserCoordinator.confirm()
          Confirm the current activity.
 void UserCoordinator.setCancelOnly()
          Set the termination status for the current activity to cancel only.
 



Copyright © 2012. All Rights Reserved.