| Package | Description | 
|---|---|
| oracle.ide.task | |
| oracle.ide.task.locking | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProjectLock
The Project Lock attempts to lock all the resources in a project. 
 | 
class  | 
ResourceLock
The lowest level lock for any resource, such as a source file. 
 | 
class  | 
WorkspaceLock
A Workspace Lock request. 
 |