|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||
java.lang.Objectjava.lang.Enum<JobEventType>
org.jppf.job.JobEventType
public enum JobEventType
This enum describes the types of events emitted by a JPPFJobManager.
| Enum Constant Summary | |
|---|---|
JOB_DISPATCHED
A sub-job was dispatched to a node. |
|
JOB_ENDED
A job was completed and sent back to the client. |
|
JOB_QUEUED
A new job was submmitted to the JPPF driver queue. |
|
JOB_RETURNED
A sub-job returned from a node. |
|
JOB_UPDATED
The current number of tasks in a job was updated. |
|
| Method Summary | |
|---|---|
static JobEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JobEventType JOB_QUEUED
public static final JobEventType JOB_ENDED
public static final JobEventType JOB_DISPATCHED
public static final JobEventType JOB_RETURNED
public static final JobEventType JOB_UPDATED
| Method Detail |
|---|
public static JobEventType[] values()
for (JobEventType c : JobEventType.values()) System.out.println(c);
public static JobEventType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||