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

E17493-02

oracle.ide.task.locking
Class TaskLockRequest

java.lang.Object
  extended by oracle.ide.task.locking.TaskLockRequest
Direct Known Subclasses:
WorkspaceLock

public abstract class TaskLockRequest
extends java.lang.Object

A TaskLockRequest is used by the Task to announce to the TaskManger which resources the task plans to lock (for read or write). The Lock request constitutes of URLs, describing the heirarchy of the resource, from Workspace down. No locks are aquired when a lock request object is created or the Task is scheduled. The locks will be aquired at runtime. The TaskLockRequest class is abstract, -one of the specialized extensions must be used.


Constructor Summary
protected TaskLockRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskLockRequest

protected TaskLockRequest()

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

E17493-02

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