Uses of Class
javax.activity.ServiceNotRegisteredException

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

Uses of ServiceNotRegisteredException in javax.activity
 

Methods in javax.activity that throw ServiceNotRegisteredException
 ActivityToken ActivityManager.suspend()
           
 void ActivityManager.resume(ActivityToken activity)
           
 ActivityToken ActivityManager.suspendGroup()
           
 void ActivityManager.resumeGroup(ActivityToken activity)
           
 ActivityToken ActivityManager.suspendAll()
           
 void ActivityManager.resumeAll(ActivityToken activity)
           
 GlobalId ActivityManager.hibernate()
           
 void ActivityManager.reactivate(GlobalId globalId)
           
 void UserActivity.begin(int timeout)
           
 Outcome UserActivity.complete()
           
 Outcome UserActivity.completeWithStatus(int completionStatus)
           
 void UserActivity.setCompletionStatus(int completionStatus)
           
 int UserActivity.getCompletionStatus()
           
 int UserActivity.getStatus()
           
 java.lang.String UserActivity.getName()
           
 void UserActivity.setTimeout(int timeout)
           
 int UserActivity.getTimeout()
           
 GlobalId UserActivity.getGlobalId()
           
 Outcome UserActivity.broadcast(java.lang.String signalSetName)
           
 ActivityCoordinator UserActivity.getCoordinator()
           
 ActivityCoordinator UserActivity.getParentCoordinator()
           
 PropertyGroup UserActivity.getPropertyGroup(java.lang.String name)
           
 ActivityCoordinator UserActivity.recreate(GlobalId activity, GlobalId parent, boolean resume)
           
 GlobalId[] UserActivity.recover()
           
 void UserActivity.forget(GlobalId globalId)
           
 

Uses of ServiceNotRegisteredException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw ServiceNotRegisteredException
 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.
 Outcome ActivityService.complete()
          Causes the active Activity context to be completed with its current CompletionStatus.
 void ActivityService.setCompletionStatus(int completionStatus)
          OK Sets the CompletionStatus of the active Activity.
 int ActivityService.getCompletionStatus()
          Returns the current value of the CompletionStatus of the active Activity.
 int ActivityService.getStatus()
          Returns the current value of the Status of the active Activity.
 java.lang.String ActivityService.getName()
          Returns a printable string describing the active Activity.
 void ActivityService.setTimeout(int timeout)
          Sets the default timeout, in seconds, after which an Activity may be automatically completed by the Activity service.
 int ActivityService.getTimeout()
          Returns the default timeout value.
 GlobalId ActivityService.getGlobalId()
          Returns the GlobalId of the active Activity.
 Outcome ActivityService.broadcast(java.lang.String signalSetName)
          Causes the SignalSet specified by signalSetName to start producing signals for all registered Actions.
 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.
 PropertyGroup ActivityService.getPropertyGroup(java.lang.String name)
          NOT YET IMPLEMENTED
 ActivityCoordinator ActivityService.recreate(GlobalId activity, GlobalId parent, boolean resume)
          NOT YET IMPLEMENTED
 GlobalId[] ActivityService.recover()
          NOT YET IMPLEMENTED
 void ActivityService.forget(GlobalId globalId)
          NOT YET IMPLEMENTED
 ActivityToken ActivityService.suspend()
          Suspends the association of the current Activity from the calling thread of execution along with any child Activities of the same ContextGroup nested within that Activity.
 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.
 ActivityToken ActivityService.suspendGroup()
          Not yet implemented.
 void ActivityService.resumeGroup(ActivityToken activityToken)
          Not yet implemented.
 ActivityToken ActivityService.suspendAll()
          Not yet implemented.
 void ActivityService.resumeAll(ActivityToken activityToken)
          Not yet implemented.
 GlobalId ActivityService.hibernate()
          Not yet implemented.
 void ActivityService.reactivate(GlobalId globalId)
          Not yet implemented.