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

E17493-01

Uses of Class
oracle.ide.task.TaskID

Packages that use TaskID
oracle.ide.task   
 

Uses of TaskID in oracle.ide.task
 

Fields in oracle.ide.task declared as TaskID
protected  TaskID Task.taskID
           
 

Methods in oracle.ide.task that return TaskID
protected static TaskID TaskManager.generateID()
          Internal method
 TaskID Task.getID()
          Retrieves the unique ID of the 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.
 


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

E17493-01

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