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

Variable Index

 o dest
 o resp
 o status

Constructor Index

 o Task(URN)

Variables

 o dest
 URN dest
 o resp
 Response resp
 o status
 boolean status

Constructors

 o 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