|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ModifyJobType>
com.ace.moab.api.request.ModifyJobType
public enum ModifyJobType
Enum Constant Summary | |
---|---|
CANCEL
Attempts to cancel the job. |
|
CHECKPOINT
Attempts to checkpoint the job. |
|
EXECUTE
Executes the job if possible. |
|
HOLD
Attempts to hold the job using the information returned by MoabJob#getHolds() . |
|
JOB_ATTRIBUTES
Attempts to the modify the jobs attributes. |
|
MESSAGE_SIGNAL
Attempts to send an integer signal to the job. |
|
REQUEUE
Attempts to requeue the job. |
|
RESUME
Attempts to resume the job. |
|
SUBMIT
Attempts to submit the job. |
|
SUSPEND
Attempts to suspend the job. |
|
UNHOLD
Attempts to release holds on the job. |
Method Summary | |
---|---|
static ModifyJobType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ModifyJobType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ModifyJobType CANCEL
public static final ModifyJobType CHECKPOINT
public static final ModifyJobType EXECUTE
public static final ModifyJobType HOLD
MoabJob#getHolds()
.
public static final ModifyJobType JOB_ATTRIBUTES
MoabJob
object passed
into the modify job request versus the job information that Moab reports.
public static final ModifyJobType MESSAGE_SIGNAL
public static final ModifyJobType REQUEUE
public static final ModifyJobType RESUME
public static final ModifyJobType SUBMIT
public static final ModifyJobType SUSPEND
public static final ModifyJobType UNHOLD
Method Detail |
---|
public static final ModifyJobType[] values()
for(ModifyJobType c : ModifyJobType.values()) System.out.println(c);
public static ModifyJobType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |