| Package | Description |
|---|---|
| uws.job | |
| uws.job.manager |
| Modifier and Type | Method and Description |
|---|---|
DestructionManager |
JobList.getDestructionManager()
Gets the used destruction manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobList.setDestructionManager(DestructionManager newManager)
Sets the destruction manager to use.
|
| Constructor and Description |
|---|
JobList(java.lang.String jobListName,
DestructionManager destructionManager)
Builds a jobs list with its name and the destruction manager to use.
|
JobList(java.lang.String jobListName,
ExecutionManager executionManager,
DestructionManager destructionManager)
Builds a jobs list with its name, the job list manager and the
destruction manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDestructionManager
The default implementation of the
DestructionManager interface. |