Uses of Class
gov.nasa.pds.report.logs.pushpull.PushPullException

Packages that use PushPullException
gov.nasa.pds.report.logs.pushpull   
 

Uses of PushPullException in gov.nasa.pds.report.logs.pushpull
 

Methods in gov.nasa.pds.report.logs.pushpull that throw PushPullException
 boolean PDSPullImpl.connect(String hostname, String username, String password, boolean encrypted)
          Connects to external machine using SFTP.
 boolean PDSPull.connect(String hostname, String username, String password, boolean encrypted)
           
 boolean HttpPull.connect(String hostname, String username, String password, boolean encrypted)
           
 boolean FtpPull.connect(String hostname, String username, String password, boolean encrypted)
           
 void PDSPull.disconnect()
           
 void HttpPull.disconnect()
           
 void FtpPull.disconnect()
           
 void PDSPullImpl.pull(String path, String destination)
          Retrieve the logs using the specified login information and host
 void PDSPull.pull(String path, String destination)
           
 void HttpPull.pull(String path, String destination)
           
 void FtpPull.pull(String path, String destination)
           
 



Copyright © 2010–2015 Planetary Data System. All rights reserved.