Uses of Class
javax.activity.NoActivityException

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

Uses of NoActivityException in javax.activity
 

Methods in javax.activity that throw NoActivityException
 Outcome UserActivity.complete()
           
 Outcome UserActivity.completeWithStatus(int completionStatus)
           
 void UserActivity.setCompletionStatus(int completionStatus)
           
 int UserActivity.getCompletionStatus()
           
 Outcome UserActivity.broadcast(java.lang.String signalSetName)
           
 PropertyGroup UserActivity.getPropertyGroup(java.lang.String name)
           
 

Uses of NoActivityException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw NoActivityException
 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.
 void ActivityService.setCompletionStatus(int completionStatus)
          OK Sets the CompletionStatus of the active Activity.
 int ActivityService.getCompletionStatus()
          Returns the current value of the CompletionStatus of the active Activity.
 Outcome ActivityService.broadcast(java.lang.String signalSetName)
          Causes the SignalSet specified by signalSetName to start producing signals for all registered Actions.
 PropertyGroup ActivityService.getPropertyGroup(java.lang.String name)
          NOT YET IMPLEMENTED