Uses of Class
javax.activity.ActivityNotProcessedException

Packages that use ActivityNotProcessedException
javax.activity   
org.objectweb.jass.as   
 

Uses of ActivityNotProcessedException in javax.activity
 

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

Uses of ActivityNotProcessedException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw ActivityNotProcessedException
 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.