Uses of Class
javax.activity.ContextPendingException

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

Uses of ContextPendingException in javax.activity
 

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

Uses of ContextPendingException in org.objectweb.jass.as
 

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