|
juife v0.1a |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
net.sf.juife | Provides a set of common components and useful utilities that are missing in the Java 2 Platform Standard Edition. |
Uses of Task in net.sf.juife |
---|
Classes in net.sf.juife that implement Task | |
---|---|
class |
AbstractTask<R>
Provides default implementation of the Task interface. |
Methods in net.sf.juife that return Task | |
---|---|
Task[] |
TaskQueue.getPendingTasks()
Gets a list of all tasks in the queue pending for execution. |
Task |
TaskQueue.getRunningTask()
Gets the currently running task. |
Methods in net.sf.juife with parameters of type Task | |
---|---|
void |
TaskList.add(Task task)
Adds the specified task to this task list. |
void |
TaskQueue.add(Task task)
Adds the specified task to the queue. |
Constructors in net.sf.juife with parameters of type Task | |
---|---|
TaskList(java.lang.String name,
Task... tasks)
Creates a new instance of TaskList with
the specified name and adds the specified tasks to the list. |
|
TaskList(Task... tasks)
Creates a new instance of TaskList and adds the specified tasks. |
|
TaskQueue(java.lang.String name,
Task... tasks)
Creates a new instance of TaskQueue with the
specified name and adds the specified tasks to the queue. |
|
TaskQueue(Task... tasks)
Creates a new instance of TaskQueue and adds the
specified tasks to the queue. |
|
juife v0.1a |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005 Grigor Iliev. All rights reserved. |