Uses of Interface
com.intel.gpe.clients.api.FileTransferClient

Packages that use FileTransferClient
com.intel.gpe.clients.api   
com.intel.gpe.clients.api.fts.baseline   
com.intel.gpe.clients.api.fts.byteio   
com.intel.gpe.clients.api.fts.sftp   
 

Uses of FileTransferClient in com.intel.gpe.clients.api
 

Methods in com.intel.gpe.clients.api with type parameters of type FileTransferClient
<FileTransferClientType extends FileTransferClient>
FileTransferClientType
StorageClient.exportFile(java.lang.String path, java.lang.String protocol, boolean isPipe)
          Create the file transfer resource to transfer the file from the the remote location at the storage to the client machine
<FileTransferClientType extends FileTransferClient>
FileTransferClientType
StorageClient.importFile(java.lang.String file, java.lang.String protocol, boolean isPipe)
          Create the file transfer resource to transfer the file from the client machine to the remote location at the storage
 

Uses of FileTransferClient in com.intel.gpe.clients.api.fts.baseline
 

Subinterfaces of FileTransferClient in com.intel.gpe.clients.api.fts.baseline
 interface BaselineFileTransferClient
          The file transfer client Unigrids Baseline file transfer operations
 

Uses of FileTransferClient in com.intel.gpe.clients.api.fts.byteio
 

Subinterfaces of FileTransferClient in com.intel.gpe.clients.api.fts.byteio
 interface ByteIOFileTransferClient
           
 interface RandomByteIOFileTransferClient
          The file transfer client for Byte-IO file transfer operations.
 interface StreamableByteIOFileTransferClient
           
 

Uses of FileTransferClient in com.intel.gpe.clients.api.fts.sftp
 

Subinterfaces of FileTransferClient in com.intel.gpe.clients.api.fts.sftp
 interface SFTPFileTransferClient
           
 



Copyright © 2008. All Rights Reserved.