Uses of Class
com.enterprisedt.net.ftp.async.RemoteTransferResult

Packages that use RemoteTransferResult
com.enterprisedt.net.ftp.async This package contains the classes used for asynchronous programming - primarily the XXXResult classes, which are returned from asynchronous methods and used to provide details about the operation, such as what file is being transferred. 
 

Uses of RemoteTransferResult in com.enterprisedt.net.ftp.async
 

Subclasses of RemoteTransferResult in com.enterprisedt.net.ftp.async
 class DeleteFileResult
          Holds result of deleting a remote file.
 class DownloadByteArrayResult
          Result object for downloading byte array
 class DownloadFileResult
          Holds the result of downloading a file
 class DownloadMultipleResult
          Holds the result of an download multiple asynchronous operation.
 class DownloadStreamResult
          Result from downloading task as an input stream
 class ExistsResult
          Holds result of checking to see if a remote file exits.
 class ModifiedTimeResult
          Holds result of getting the modified-time of a remote file.
 class RemoteFileResult
          Base class for result classes that deal with remote files.
 class SizeResult
          Holds result of getting the size of a remote file.
 class TransferFileResult
          The result object from a file transfer operation.
 class TransferMultipleResult
          Holds the result of an upload file asynchronous operation.
 class UploadByteArrayResult
          Result from down loading task as an input stream
 class UploadFileResult
          Holds the result of an upload file asynchronous operation.
 class UploadMultipleResult
          Holds the result of an upload file asynchronous operation.
 class UploadStreamResult
          Result from downloading task as an input stream
 



Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.