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.


Variable Index

 o fileName
 o localName

Constructor Index

 o FetchTask(URN, String, String)

Variables

 o fileName
 String fileName
 o localName
 String localName

Constructors

 o 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