Interface | Description |
---|---|
DestructionManager |
Manages the automatic destruction of given jobs.
|
ExecutionManager |
Lets managing the execution of a set of jobs.
|
Class | Description |
---|---|
AbstractQueuedExecutionManager |
Abstract implementation of the interface
ExecutionManager which lets
managing an execution queue. |
DefaultDestructionManager |
The default implementation of the
DestructionManager interface. |
DefaultDestructionManager.TimeComparator |
Lets a TreeSet or a TreeMap sorting
UWSJob 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. |