All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.afs.TransferTask
java.lang.Object
|
+----ajanta.apps.afs.Task
|
+----ajanta.apps.afs.FetchTask
|
+----ajanta.apps.afs.TransferTask
- public class TransferTask
- extends FetchTask
This task wiill direct the agent to execute a file transfer protocol to
transfer the specified file from the destiation server to the client's site.
Client's listener thread will receive the file and store it with the
name specified in the task description.
-
destURL
-
-
TransferTask(URN, String, String, URL)
-
destURL
URL destURL
TransferTask
public TransferTask(URN d,
String f,
String l,
URL u)
- 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.
- URL - for the client's listner thread.
All Packages Class Hierarchy This Package Previous Next Index