|
juife v0.1a |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TaskQueueEvent.ID>
net.sf.juife.event.TaskQueueEvent.ID
public static enum TaskQueueEvent.ID
Represents the TaskQueueEvent type.
| Enum Constant Summary | |
|---|---|
EMPTY
Indicates that the task queue is empty. |
|
FILLED
Indicates that the task queue has changed the state from empty to filled. |
|
IDLE
Indicates that the task queue is in idle state. |
|
NOT_IDLE
Indicates that the task queue has just exited the idle state. |
|
STARTED
Indicates that the task queue is started. |
|
STOPPED
Indicates that the task queue is stopped. |
|
TASK_DONE
Indicates that the current running task is done. |
|
TASK_FETCHED
Indicates that a new task has been fetched for execution from the queue. |
|
| Method Summary | |
|---|---|
static TaskQueueEvent.ID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TaskQueueEvent.ID[] |
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 TaskQueueEvent.ID STARTED
public static final TaskQueueEvent.ID STOPPED
public static final TaskQueueEvent.ID EMPTY
public static final TaskQueueEvent.ID IDLE
public static final TaskQueueEvent.ID NOT_IDLE
public static final TaskQueueEvent.ID FILLED
public static final TaskQueueEvent.ID TASK_FETCHED
TaskQueue.getRunningTask()public static final TaskQueueEvent.ID TASK_DONE
TaskQueue.getRunningTask()| Method Detail |
|---|
public static final TaskQueueEvent.ID[] values()
for(TaskQueueEvent.ID c : TaskQueueEvent.ID.values())
System.out.println(c);
public static TaskQueueEvent.ID 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
|
juife v0.1a |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
| Copyright © 2005 Grigor Iliev. All rights reserved. |