Uses of Class
javax.activity.NoImplementException

Packages that use NoImplementException
javax.activity   
javax.activity.coordination   
org.objectweb.jass.as   
 

Uses of NoImplementException in javax.activity
 

Methods in javax.activity that throw NoImplementException
 ActivityCoordinator UserActivity.getCoordinator()
           
 ActivityCoordinator UserActivity.getParentCoordinator()
           
 

Uses of NoImplementException in javax.activity.coordination
 

Methods in javax.activity.coordination that throw NoImplementException
 SignalSet ServiceManager.getSignalSet(java.lang.String signalSetName)
           
 SubordinateSignalSet ServiceManager.getSubordinateSignalSet(java.lang.String signalSetName)
           
 

Uses of NoImplementException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw NoImplementException
 ActivityCoordinator ActivityService.getCoordinator()
          Returns the ActivityCoordinator of the active Activity, or null if there is no Activity associated with the calling thread.
 ActivityCoordinator ActivityService.getParentCoordinator()
          Returns the ActivityCoordinator of the parent of the active Activity, or null if the active Activity is a top-level Activity.