|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidStateException | |
javax.activity | |
org.objectweb.jass.as |
Uses of InvalidStateException in javax.activity |
Methods in javax.activity that throw InvalidStateException | |
Outcome |
ActivityCoordinator.completeActivity(int completionStatus)
|
Outcome |
ActivityCoordinator.heuristicComplete(int completionStatus)
|
void |
UserActivity.begin(int timeout)
|
Outcome |
UserActivity.completeWithStatus(int completionStatus)
|
void |
UserActivity.setCompletionStatus(int completionStatus)
|
Uses of InvalidStateException in org.objectweb.jass.as |
Methods in org.objectweb.jass.as that throw InvalidStateException | |
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 |
void |
ActivityService.begin(int timeout)
Create a new Activity and associate it with the current thread. |
Outcome |
ActivityService.completeWithStatus(int completionStatus)
Causes the active Activity context to complete with the specified CompletionStatus. |
void |
ActivityService.setCompletionStatus(int completionStatus)
OK Sets the CompletionStatus of the active Activity. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |