Uses of Class
javax.activity.Outcome

Packages that use Outcome
javax.activity   
javax.activity.coordination   
org.objectweb.jass.as   
org.omg.CosActivity   
 

Uses of Outcome in javax.activity
 

Methods in javax.activity that return Outcome
 Outcome ActivityCoordinator.completeActivity(int completionStatus)
           
 Outcome ActivityCoordinator.heuristicComplete(int completionStatus)
           
 Outcome ActivityCoordinator.processSignalSet(java.lang.String signalSetName, int completionStatus)
           
 Outcome ActivityInformation.getFinalOutcome()
           
 Outcome UserActivity.complete()
           
 Outcome UserActivity.completeWithStatus(int completionStatus)
           
 Outcome UserActivity.broadcast(java.lang.String signalSetName)
           
 

Constructors in javax.activity with parameters of type Outcome
ActivityInformation(GlobalId globalId, int completionStatus, Outcome finalOutcome)
           
 

Uses of Outcome in javax.activity.coordination
 

Methods in javax.activity.coordination that return Outcome
 Outcome Action.processSignal(Signal signal)
           
 Outcome SignalSet.getOutcome()
           
 Outcome SubordinateSignalSet.getCurrentOutcome()
           
 

Methods in javax.activity.coordination with parameters of type Outcome
 CoordinationInformation SignalSet.setResponse(Outcome response)
           
 

Uses of Outcome in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that return Outcome
 Outcome ActivityImpl.completeActivity(int completionStatus)
          Causes the Activity associated with the target ActivityCoordinator to complete with the specified CompletionStatus.
 Outcome ActivityImpl.heuristicComplete(int completionStatus)
          TODO NOT YET IMPLEMENTED
 Outcome ActivityImpl.processSignalSet(java.lang.String signalSetName, int completionStatus)
          Causes the SignalSet specified by signalSetName to start producing signals for all registered Actions at times other than during completion.
 Outcome ActivityService.completeWithStatus(int completionStatus)
          Causes the active Activity context to complete with the specified CompletionStatus.
 Outcome ActivityService.complete()
          Causes the active Activity context to be completed with its current CompletionStatus.
 Outcome ActivityService.broadcast(java.lang.String signalSetName)
          Causes the SignalSet specified by signalSetName to start producing signals for all registered Actions.
 

Uses of Outcome in org.omg.CosActivity
 

Methods in org.omg.CosActivity that return Outcome
 Outcome Synchronization.getOutcome()
           
 Outcome Failure.getOutcome()
           
 Outcome ChildLifetime.getOutcome()
           
 

Methods in org.omg.CosActivity with parameters of type Outcome
 CoordinationInformation Synchronization.setResponse(Outcome response)
           
 CoordinationInformation Failure.setResponse(Outcome response)
           
 CoordinationInformation ChildLifetime.setResponse(Outcome response)