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.event.TaskException

Packages that use TaskException
oracle.ide.task   

 

Uses of TaskException in oracle.ide.task

 

Methods in oracle.ide.task that throw TaskException
 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.
 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 that throw TaskException
CancellableTask(java.lang.String shortName, int maxProgress)
          Constructor
Task(java.lang.String implementorID, java.lang.String userTaskID, int maxProgress)
          The constructor for a Task.
TaskGroup(java.lang.String implementorID, TaskGroupExecutionPolicy policy)
          Constructor for a taskGroup.

 


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.