Uses of Interface
uws.job.manager.ExecutionManager

Packages that use ExecutionManager
uws.job   
uws.job.manager   
uws.service   
 

Uses of ExecutionManager in uws.job
 

Methods in uws.job that return ExecutionManager
 ExecutionManager AbstractJob.getExecutionManager()
          Gets the execution manager of this job, if any.
 

Methods in uws.job with parameters of type ExecutionManager
 void AbstractJob.setExecutionManager(ExecutionManager newManager)
          Sets the execution manager of this job.
 

Uses of ExecutionManager in uws.job.manager
 

Classes in uws.job.manager that implement ExecutionManager
 class DefaultExecutionManager
          Default implementation of the ExecutionManager interface.
 class QueuedExecutionManager
          Implementation of the interface ExecutionManager which lets managing an execution queue in function of a maximum number of running jobs: if there are more running jobs than a given number, the jobs to execute are put in the queue until a running job stops.
 

Uses of ExecutionManager in uws.service
 

Methods in uws.service that return ExecutionManager
 ExecutionManager AbstractUWS.getExecutionManager()
          Gets the execution manager.
 

Methods in uws.service with parameters of type ExecutionManager
 void AbstractUWS.setExecutionManager(ExecutionManager newManager)
          Sets its execution manager.