Uses of Class
javax.activity.InvalidParentContextException

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

Uses of InvalidParentContextException in javax.activity
 

Methods in javax.activity that throw InvalidParentContextException
 void ActivityManager.resume(ActivityToken activity)
           
 void ActivityManager.resumeGroup(ActivityToken activity)
           
 void ActivityManager.resumeAll(ActivityToken activity)
           
 void ActivityManager.reactivate(GlobalId globalId)
           
 

Uses of InvalidParentContextException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw InvalidParentContextException
 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.
 void ActivityService.reactivate(GlobalId globalId)
          Not yet implemented.