All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.apps.afs.DepositTask

java.lang.Object
   |
   +----ajanta.apps.afs.Task
           |
           +----ajanta.apps.afs.DepositTask

public class DepositTask
extends Task
DepositTask is contais the request for deposting a file at the specified destination server.


Variable Index

 o buffer
 o destName

Constructor Index

 o DepositTask(URN, byte[], String)

Variables

 o buffer
 byte buffer[]
 o destName
 String destName

Constructors

 o DepositTask
 public DepositTask(URN d,
                    byte b[],
                    String l)
Parameters:
destination - server's URN, byte-array of file contents, string for the destination file name

All Packages  Class Hierarchy  This Package  Previous  Next  Index