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

Packages that use RemoteFileResult
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 RemoteFileResult in com.enterprisedt.net.ftp.async
 

Subclasses of RemoteFileResult 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 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 SizeResult
          Holds result of getting the size of a remote file.
 class TransferFileResult
          The result object from a file transfer operation.
 class UploadByteArrayResult
          Result from down loading task as an input stream
 class UploadFileResult
          Holds the result of an upload file asynchronous operation.
 class UploadStreamResult
          Result from downloading task as an input stream
 

Methods in com.enterprisedt.net.ftp.async with parameters of type RemoteFileResult
 void AsyncEventListener.onTransferCompleted(RemoteFileResult result)
          Notifies that the transfer has completed
 void AsyncEventListener.onTransferredBytes(RemoteFileResult result, long count)
          Report the number of bytes transferred so far.
 void AsyncEventListener.onTransferStarted(RemoteFileResult result)
          Notifies that the transfer has started
 



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