Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.task.Task

Packages that use Task
oracle.ide.task   
oracle.ide.task.event   

 

Uses of Task in oracle.ide.task

 

Subclasses of Task in oracle.ide.task
 class CancellableTask
          A cancellable task extends a Task with the additional method for requesting cancellation.
 class TaskGroup
          A TaskGroup is a specialized Task that is composed of one or more sub-tasks.

 

Methods in oracle.ide.task that return Task
 Task DefaultTaskMonitorImpl.getSource()
           
 Task TaskMonitor.getSource()
          Retrieve the Task that this TaskMonitor is initialized for.

 

Methods in oracle.ide.task with parameters of type Task
 void TaskGroup.addTask(Task task)
          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)
           
 TaskID TaskManager.scheduleTask(Task task, TaskLockRequest lock)
          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)
          After instantiating a Task or a TaskGroup, use this method to run this Task.
 void TaskManager.startTaskOnThisThread(Task task)
          After instantiating a Task or a TaskGroup, use this method to run this Task.

 

Constructors in oracle.ide.task with parameters of type Task
DefaultTaskMonitorImpl(Task task)
           
TaskRunnable(Task task)
           

 

Uses of Task in oracle.ide.task.event

 

Methods in oracle.ide.task.event that return Task
 Task TaskEvent.getSource()
           

 

Constructors in oracle.ide.task.event with parameters of type Task
ProgressEvent(Task source, int current, long timeLeft, java.lang.String[] message)
           
TaskEvent(Task task)
           
TaskFrameworkServicesImpl(Task task)
           
UpdateEvent(Task source, java.lang.String[] message)
          An array of messages (possibly null) can be propagated via the update.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.