Uses of Class
com.mindtree.techworks.insight.download.RemoteClientException

Packages that use RemoteClientException
com.mindtree.techworks.insight.download   
 

Uses of RemoteClientException in com.mindtree.techworks.insight.download
 

Methods in com.mindtree.techworks.insight.download that throw RemoteClientException
protected  void SFTPRemoteClient.closeConnection()
           
protected abstract  void RemoteClient.closeConnection()
          This method is to be called at the end of a transaction to complete any clean up operations on the connections, etc.
protected  void HTTPRemoteClient.closeConnection()
           
protected  void FTPRemoteClient.closeConnection()
           
 java.lang.String[] RemoteClient.downloadFile(Fileset fileset, java.lang.String file)
          Downloads a single file to the directory mentioned.
protected  java.lang.String[] SFTPRemoteClient.downloadFile(java.lang.String fileName)
           
protected abstract  java.lang.String[] RemoteClient.downloadFile(java.lang.String fileName)
          Downloads a single file to the default download directory, and returns the complete pathof the file.
protected  java.lang.String[] HTTPRemoteClient.downloadFile(java.lang.String fileName)
           
protected  java.lang.String[] FTPRemoteClient.downloadFile(java.lang.String fileName)
           
 java.util.List RemoteClient.downloadFiles(Fileset fileset, java.util.List files)
          Downloads a list of files from the remote host.
static RemoteClient RemoteClientFactory.getClientForFileset(Fileset fileset)
          Identifies and returns a client for the fileset provided
protected  void SFTPRemoteClient.setFileset(Fileset fileset)
           
protected abstract  void RemoteClient.setFileset(Fileset fileset)
          Sets the fileset.
protected  void HTTPRemoteClient.setFileset(Fileset fileset)
           
protected  void FTPRemoteClient.setFileset(Fileset fileset)
           
 



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.