| Package | Description | 
|---|---|
| oracle.ide.task | |
| oracle.ide.task.event | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CancellableTask
Deprecated. 
 
For asynchronous tasks running, use the  
RequestProcessor executor service. For task tracking purposes, use the Progress API. See usage examples to start working with the new APIs. | 
class  | 
TaskGroup
Deprecated. 
 
For asynchronous tasks running, use the  
RequestProcessor executor service. For task tracking purposes, use the Progress API. See usage examples to start working with the new APIs. | 
| Modifier and Type | Method and Description | 
|---|---|
Task | 
TaskMonitor.getSource()
Deprecated.  
Retrieve the Task that this TaskMonitor is initialized for. 
 | 
Task | 
DefaultTaskMonitorImpl.getSource()  | 
| 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. 
 | 
java.util.concurrent.Future<?> | 
TaskManager.enqueueTask(Task task)
Deprecated.  
  | 
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 | 
|---|
DefaultTaskMonitorImpl(Task task)  | 
TaskRunnable(Task task)  | 
| Modifier and Type | Method and Description | 
|---|---|
Task | 
TaskEvent.getSource()
Deprecated.  
  | 
| Constructor and Description | 
|---|
ProgressEvent(Task source, int current, long timeLeft, java.lang.String[] message)  | 
TaskEvent(Task task)
Deprecated.  
  | 
TaskFrameworkServicesImpl(Task task)  | 
UpdateEvent(Task source, java.lang.String[] message)
An array of messages (possibly null) can be propagated via the update. 
 |