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

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

Subclasses of AsyncResult in com.enterprisedt.net.ftp.async
 class ChangeDirectoryResult
          Holds the result of changing the remote directory.
 class ConnectResult
          Holds the result of connecting to the server
 class CreateDirectoryResult
          Holds the result of creating a remote directory
 class DeleteDirectoryResult
          Holds result of deleting a remote directory.
 class DeleteFileResult
          Holds result of deleting a remote file.
 class DeleteMultipleFilesResult
          Holds result of deleting multiple remote files.
 class DirectoryListResult
          Holds the result of listing a directory
 class DirectoryNameListResult
          Holds the result of listing the names of files and subdirectories in a directory
 class DisconnectResult
          Result returned from disconnect operation
 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 ExecuteCommandResult
          Result of executing a literal command on the server
 class ExistsResult
          Holds result of checking to see if a remote file exits.
 class GetSystemTypeResult
          Result of executing a literal command on the server
 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 RenameResult
          Holds result of renaming a remote file.
 class SizeResult
          Holds result of getting the size of a remote file.
 class TransferDirectoryResult
          The result object from a file transfer operation.
 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
 

Methods in com.enterprisedt.net.ftp.async with parameters of type AsyncResult
 void ErrorListener.onError(AsyncResult result, java.lang.Throwable t)
           
 



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