|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidActivityException | |
javax.activity | |
org.objectweb.jass.as |
Uses of InvalidActivityException in javax.activity |
Methods in javax.activity that throw InvalidActivityException | |
void |
ActivityManager.resume(ActivityToken activity)
|
void |
ActivityManager.resumeGroup(ActivityToken activity)
|
void |
ActivityManager.resumeAll(ActivityToken activity)
|
GlobalId |
ActivityManager.hibernate()
|
Outcome |
ActivityCoordinator.processSignalSet(java.lang.String signalSetName,
int completionStatus)
|
Outcome |
UserActivity.broadcast(java.lang.String signalSetName)
|
Uses of InvalidActivityException in org.objectweb.jass.as |
Methods in org.objectweb.jass.as that throw InvalidActivityException | |
Outcome |
ActivityImpl.processSignalSet(java.lang.String signalSetName,
int completionStatus)
Causes the SignalSet specified by signalSetName to start producing signals for all registered Actions at times other than during completion. |
Outcome |
ActivityService.broadcast(java.lang.String signalSetName)
Causes the SignalSet specified by signalSetName to start producing signals for all registered Actions. |
void |
ActivityService.resume(ActivityToken activityToken)
Resumes the association of the Activity, and any nested Activities and transactions, represented by the ActivityToken with the calling thread of execution. |
void |
ActivityService.resumeGroup(ActivityToken activityToken)
Not yet implemented. |
void |
ActivityService.resumeAll(ActivityToken activityToken)
Not yet implemented. |
GlobalId |
ActivityService.hibernate()
Not yet implemented. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |