Uses of Class
javax.activity.NotOriginatorException

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

Uses of NotOriginatorException in javax.activity
 

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

Uses of NotOriginatorException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw NotOriginatorException
 Outcome ActivityImpl.completeActivity(int completionStatus)
          Causes the Activity associated with the target ActivityCoordinator to complete with the specified CompletionStatus.
 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.