All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.afs.Task
java.lang.Object
|
+----ajanta.apps.afs.Task
- public abstract class Task
- extends Object
- implements Serializable
This represents the generic task which is created by reading
a line of the tasklsit file.
- See Also:
- DepositTask
-
dest
-
-
resp
-
-
status
-
-
Task(URN)
-
dest
URN dest
resp
Response resp
status
boolean status
Task
public Task(URN d)
- Parameters:
- URN - is the name of the server where the task is to be executed
All Packages Class Hierarchy This Package Previous Next Index