Uses of Interface
com.arjuna.mw.wsas.completionstatus.CompletionStatus

Packages that use CompletionStatus
com.arjuna.mw.wsas   
com.arjuna.mw.wsas.activity   
com.arjuna.mw.wsas.completionstatus   
com.arjuna.mw.wscf.api   
com.arjuna.mw.wscf.model.sagas.outcomes   
com.arjuna.mw.wscf.model.twophase.outcomes   
 

Uses of CompletionStatus in com.arjuna.mw.wsas
 

Methods in com.arjuna.mw.wsas that return CompletionStatus
 CompletionStatus UserActivity.getCompletionStatus()
          Get the completion status currently associated with the activity.
 

Methods in com.arjuna.mw.wsas with parameters of type CompletionStatus
 Outcome UserActivity.end(CompletionStatus cs)
          Complete the activity with the completion status provided.
 void UserActivity.setCompletionStatus(CompletionStatus endStatus)
          Set the termination status for the current activity, if any.
 

Uses of CompletionStatus in com.arjuna.mw.wsas.activity
 

Methods in com.arjuna.mw.wsas.activity that return CompletionStatus
 CompletionStatus Outcome.completedStatus()
          The state in which the activity completed.
 

Methods in com.arjuna.mw.wsas.activity with parameters of type CompletionStatus
 Outcome HLS.complete(CompletionStatus cs)
          The current activity is completing with the specified completion status.
 

Uses of CompletionStatus in com.arjuna.mw.wsas.completionstatus
 

Classes in com.arjuna.mw.wsas.completionstatus that implement CompletionStatus
 class Failure
          The activity has terminated in a failed state.
 class FailureOnly
          The activity has terminated in a failure state.
 class Success
          The activity has terminated in a success state.
 class Unknown
          The completion status is unknown.
 

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

Methods in com.arjuna.mw.wscf.api with parameters of type CompletionStatus
 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 CompletionStatus in com.arjuna.mw.wscf.model.sagas.outcomes
 

Methods in com.arjuna.mw.wscf.model.sagas.outcomes that return CompletionStatus
 CompletionStatus CoordinationOutcome.completedStatus()
          The state in which the activity completed.
 

Constructors in com.arjuna.mw.wscf.model.sagas.outcomes with parameters of type CompletionStatus
CoordinationOutcome(CompletionStatus s, int sagas)
           
 

Uses of CompletionStatus in com.arjuna.mw.wscf.model.twophase.outcomes
 

Methods in com.arjuna.mw.wscf.model.twophase.outcomes that return CompletionStatus
 CompletionStatus CoordinationOutcome.completedStatus()
          The state in which the activity completed.
 

Constructors in com.arjuna.mw.wscf.model.twophase.outcomes with parameters of type CompletionStatus
CoordinationOutcome(CompletionStatus s, int twophase)
           
 



Copyright © 2011. All Rights Reserved.