Uses of Class
org.apache.oodt.cas.pushpull.exceptions.RemoteConnectionException

Packages that use RemoteConnectionException
org.apache.oodt.cas.pushpull.protocol   
org.apache.oodt.cas.pushpull.retrievalsystem   
 

Uses of RemoteConnectionException in org.apache.oodt.cas.pushpull.protocol
 

Methods in org.apache.oodt.cas.pushpull.protocol that throw RemoteConnectionException
 void ProtocolHandler.close()
          Disconnects all waiting Protocols and clears the waiting lists.
 void ProtocolHandler.disconnect(Protocol protocol)
          Disconnects and logs out the given Protocol
 void ProtocolHandler.download(Protocol protocol, ProtocolFile fromFile, File toFile, boolean delete)
           
 Protocol ProtocolHandler.getAppropriateProtocol(ProtocolFile pFile, boolean allowReuse, boolean navigateToPathLoc)
          Returns the appropriate protocol for the given Path
 List<ProtocolFile> ProtocolHandler.nextPage(Protocol protocol)
           
 List<ProtocolFile> ProtocolHandler.nextPage(Protocol protocol, ProtocolFileFilter filter)
           
 

Uses of RemoteConnectionException in org.apache.oodt.cas.pushpull.retrievalsystem
 

Methods in org.apache.oodt.cas.pushpull.retrievalsystem that throw RemoteConnectionException
 boolean FileRetrievalSystem.addToDownloadQueue(ProtocolFile file, String renamingString, File downloadToDir, String uniqueMetadataElement, boolean deleteAfterDownload)
           
 boolean FileRetrievalSystem.addToDownloadQueue(RemoteSite remoteSite, String file, String renamingString, File downloadToDir, String uniqueMetadataElement, boolean deleteAfterDownload)
           
 boolean FileRetrievalSystem.closeSessions()
          Disconnects all downloading Protocol sessions in the avaiableSessions list.
 List<ProtocolFile> FileRetrievalSystem.getNextPage(ProtocolFile dir, ProtocolFileFilter filter)
           
 



Copyright © 1999-2011 Apache Incubator. All Rights Reserved.