Package uws.job.manager

Interface Summary
DestructionManager Manages the automatic destruction of given jobs.
ExecutionManager Lets managing the execution of a set of jobs.
 

Class Summary
DefaultDestructionManager The default implementation of the DestructionManager interface.
DefaultDestructionManager.TimeComparator Lets a TreeSet or a TreeMap sorting AbstractJob instances in an ascending order and according to their destruction time.
DefaultExecutionManager Default implementation of the ExecutionManager interface.
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.