|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IBatchJobInfo.JobState>
eu.geclipse.batch.IBatchJobInfo.JobState
public static enum IBatchJobInfo.JobState
This field determines the type of the state of this Queue.
| Enum Constant Summary | |
|---|---|
C
Job is completed after having run |
|
E
Job is exiting after having run. |
|
H
Job is held. |
|
Q
Job is queued, eligible to run or routed. |
|
R
Job is running. |
|
S
(Unicos only) job is suspend. |
|
T
job is being moved to new location. |
|
W
job is waiting for its execution time. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
static IBatchJobInfo.JobState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IBatchJobInfo.JobState[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IBatchJobInfo.JobState C
public static final IBatchJobInfo.JobState E
public static final IBatchJobInfo.JobState H
public static final IBatchJobInfo.JobState Q
public static final IBatchJobInfo.JobState R
public static final IBatchJobInfo.JobState T
public static final IBatchJobInfo.JobState W
public static final IBatchJobInfo.JobState S
| Method Detail |
|---|
public static final IBatchJobInfo.JobState[] values()
for(IBatchJobInfo.JobState c : IBatchJobInfo.JobState.values())
System.out.println(c);
public static IBatchJobInfo.JobState 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 namepublic java.lang.String toString()
toString in class java.lang.Enum<IBatchJobInfo.JobState>
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||