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 WorkspaceLock

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

public class WorkspaceLock
extends TaskLockRequest

A Workspace Lock request. NOTE no reference to the Workspace is retained, only the URL is stored. The constructor is typed for reducing errors.


Constructor Summary
WorkspaceLock(Workspace w)
           
 
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

WorkspaceLock

public WorkspaceLock(Workspace w)
Parameters:
w - the Workspace to be locked.
Method Detail

getURL

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

Returns:

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.