Uses of Class
javax.activity.ActivityPendingException

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

Uses of ActivityPendingException in javax.activity
 

Methods in javax.activity that throw ActivityPendingException
 Outcome ActivityCoordinator.completeActivity(int completionStatus)
           
 Outcome ActivityCoordinator.heuristicComplete(int completionStatus)
           
 Outcome UserActivity.complete()
           
 Outcome UserActivity.completeWithStatus(int completionStatus)
           
 

Uses of ActivityPendingException in org.objectweb.jass.as
 

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