| Package | Description |
|---|---|
| oracle.ide.task |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskGroup.addTask(Task task)
Deprecated.
Adds a Task to the group, and throws exceptions if the TaskGroup is not in the appropriate state for addition to the group.
|
TaskID |
TaskManager.scheduleTask(Task task, TaskLockRequest lock)
Deprecated.
NOT IMPLEMENTED When a Task requires locking of any resources, it must schedule the task and the task manager will run this task when possible without any lock contention.
|
TaskID |
TaskManager.startTask(Task task)
Deprecated.
After instantiating a Task or a TaskGroup, use this method to run this Task.
|
void |
TaskManager.startTaskOnThisThread(Task task)
Deprecated.
After instantiating a Task or a TaskGroup, use this method to run this Task.
|
| Constructor and Description |
|---|
CancellableTask(java.lang.String shortName, int maxProgress)
Deprecated.
Constructor
|
Task(java.lang.String implementorID, java.lang.String userTaskID, int maxProgress)
Deprecated.
The constructor for a Task.
|
TaskGroup(java.lang.String implementorID, TaskGroupExecutionPolicy policy)
Deprecated.
Constructor for a taskGroup.
|