|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskStatus | |
---|---|
edu.memphis.ccrg.lida.framework.tasks | Contains classes related to the framework's tasks (small demon-like processes) and their management. |
Uses of TaskStatus in edu.memphis.ccrg.lida.framework.tasks |
---|
Fields in edu.memphis.ccrg.lida.framework.tasks declared as TaskStatus | |
---|---|
protected TaskStatus |
FrameworkTaskImpl.status
TaskStatus of this task |
Methods in edu.memphis.ccrg.lida.framework.tasks that return TaskStatus | |
---|---|
TaskStatus |
FrameworkTaskImpl.getTaskStatus()
|
TaskStatus |
FrameworkTask.getTaskStatus()
Returns status |
static TaskStatus |
TaskStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.memphis.ccrg.lida.framework.tasks with parameters of type TaskStatus | |
---|---|
void |
FrameworkTaskImpl.setTaskStatus(TaskStatus status)
|
void |
FrameworkTask.setTaskStatus(TaskStatus status)
Sets task status. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |