|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Task | |
| org.sapia.taskman | |
| org.sapia.taskman.examples | |
| Uses of Task in org.sapia.taskman |
| Classes in org.sapia.taskman that implement Task | |
class |
DummyTask
|
| Methods in org.sapia.taskman with parameters of type Task | |
void |
TaskManager.execSyncTask(String name,
Task t)
Executes the given task synchronously. |
void |
TaskManager.execSyncTask(String name,
Task t,
TaskOutput out)
Executes the given task synchronously. |
void |
TaskManager.execAsyncTask(String name,
Task t,
TaskOutput out)
Executes the given task asynchronously. |
void |
TaskContext.execSyncNestedTask(String name,
Task t)
Triggers the synchronous execution of the passed-in task. |
void |
TaskContext.execAsyncNestedTask(String name,
Task t)
Triggers the asynchronous execution of the passed-in task. |
| Constructors in org.sapia.taskman with parameters of type Task | |
TransientTaskDescriptor(String name,
long delay,
Task t)
Constructor for TransientTaskDescriptor. |
|
TransientTaskDescriptor(String name,
Task t)
Creates a TransientTaskDescriptor whose
Task will be executed ASAP - once added to a
TaskManager. |
|
TaskDescriptor(String name,
int occurrence,
long intervalMillis,
Task task)
Creates an instance of this class with the given parameters. |
|
PeriodicTaskDescriptor(String name,
long intervalMillis,
Task t)
Constructor for PeriodicTaskDescriptor. |
|
| Uses of Task in org.sapia.taskman.examples |
| Classes in org.sapia.taskman.examples that implement Task | |
class |
CompositeTask
|
class |
HelloWorldTask
|
class |
NestedTask
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||