| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.task.locking.TaskLockRequest
oracle.ide.task.locking.WorkspaceLock
oracle.ide.task.locking.ProjectLock
oracle.ide.task.locking.ResourceLock
public class ResourceLock
The lowest level lock for any resource, such as a source file.
| Constructor Summary | |
|---|---|
ResourceLock(Workspace workspace,
             Project project,
             Node n)
Note that the Workspace and Project in which the resource resides are required, although only the resource itself will be locked.  | 
|
| 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 | 
|---|
public ResourceLock(Workspace workspace,
                    Project project,
                    Node n)
workspace - Workspace in which the project belongs.project - Project in which the Node belongs.n - Node to be locked.| Method Detail | 
|---|
public java.net.URL getURL()
WorkspaceLock
getURL in class ProjectLockProjectLock.getURL()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||