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

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

Uses of ProtocolViolationException in com.arjuna.mw.wsas
 

Methods in com.arjuna.mw.wsas that throw ProtocolViolationException
 Outcome UserActivity.end()
          Complete the activity with the current completion status.
 Outcome UserActivity.end(CompletionStatus cs)
          Complete the activity with the completion status provided.
 

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

Methods in com.arjuna.mw.wscf.api that throw ProtocolViolationException
 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.
 

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

Methods in com.arjuna.mw.wscf.model.sagas.api that throw ProtocolViolationException
 void UserCoordinator.cancel()
          Cancel the activity.
 void UserCoordinator.close()
          Confirm the current activity.
 void UserCoordinator.complete()
          Complete the activity.
 

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

Methods in com.arjuna.mw.wscf.model.twophase.api that throw ProtocolViolationException
 void UserCoordinator.cancel()
          Cancel the activity.
 void UserCoordinator.confirm()
          Confirm the current activity.
 



Copyright © 2011. All Rights Reserved.