Package | Description |
---|---|
uws.job |
Modifier and Type | Field and Description |
---|---|
static JobDestructionPolicy |
JobList.DEFAULT_JOB_DESTRUCTION_POLICY
Default policy applied to a job list when a job destruction is asked.
|
Modifier and Type | Method and Description |
---|---|
JobDestructionPolicy |
JobList.getDestroyPolicy()
Tell how this job list behaves when a job destruction is asked.
|
static JobDestructionPolicy |
JobDestructionPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobDestructionPolicy[] |
JobDestructionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobList.setDestructionPolicy(JobDestructionPolicy destroyPolicy)
Set how this job list must behave when a job destruction is asked.
|