Skip navigation links

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

E17493-03


oracle.ide.task.locking
Class ProjectLock

java.lang.Object
  extended by oracle.ide.task.locking.TaskLockRequest
      extended by oracle.ide.task.locking.WorkspaceLock
          extended by oracle.ide.task.locking.ProjectLock

Direct Known Subclasses:
ResourceLock

public class ProjectLock
extends WorkspaceLock

The Project Lock attempts to lock all the resources in a project. The parent Workspace must also be provided.


Constructor Summary
ProjectLock(Workspace w, Project p)
          No references to Workspace or Project will be stored, only the URLs will be retained.

 

Method Summary
 java.net.URL getURL()
          Retrieve the URL of the underlying resource.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProjectLock

public ProjectLock(Workspace w,
                   Project p)
No references to Workspace or Project will be stored, only the URLs will be retained. The constructor is typed to reduce errors.
Parameters:
w - Workspace in which this project exists.
p - the Project itself.

Method Detail

getURL

public java.net.URL getURL()
Description copied from class: WorkspaceLock
Retrieve the URL of the underlying resource.
Overrides:
getURL in class WorkspaceLock
Returns:
See Also:
WorkspaceLock.getURL()

Skip navigation links

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

E17493-03


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