- 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.