All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.afs.FetchTask
java.lang.Object
|
+----ajanta.apps.afs.Task
|
+----ajanta.apps.afs.FetchTask
- public class FetchTask
- extends Task
This class represents a fetch request to retrieve a file from the destination server.
-
fileName
-
-
localName
-
-
FetchTask(URN, String, String)
-
fileName
String fileName
localName
String localName
FetchTask
public FetchTask(URN d,
String f,
String l)
- Parameters:
- destination - server's URN, string name for the file to be fetched,
- string - name to be given to the file whne stored at the client's site.
All Packages Class Hierarchy This Package Previous Next Index