Uses of Class
org.apache.oodt.cas.pushpull.protocol.RemoteSite

Packages that use RemoteSite
org.apache.oodt.cas.pushpull.config   
org.apache.oodt.cas.pushpull.filerestrictions   
org.apache.oodt.cas.pushpull.protocol   
org.apache.oodt.cas.pushpull.retrievalsystem   
 

Uses of RemoteSite in org.apache.oodt.cas.pushpull.config
 

Methods in org.apache.oodt.cas.pushpull.config that return RemoteSite
 RemoteSite DownloadInfo.getRemoteSite()
           
 RemoteSite SiteInfo.getSiteByAlias(String alias)
           
 

Methods in org.apache.oodt.cas.pushpull.config that return types with arguments of type RemoteSite
 LinkedList<RemoteSite> SiteInfo.getPossibleRemoteSites(String alias, URL url, String username, String password)
           
 

Methods in org.apache.oodt.cas.pushpull.config with parameters of type RemoteSite
 void SiteInfo.addSite(RemoteSite rs)
           
 

Constructors in org.apache.oodt.cas.pushpull.config with parameters of type RemoteSite
DownloadInfo(RemoteSite remoteSite, String renamingConv, boolean deleteFromServer, File stagingArea, boolean allowAliasOverride)
           
 

Uses of RemoteSite in org.apache.oodt.cas.pushpull.filerestrictions
 

Methods in org.apache.oodt.cas.pushpull.filerestrictions that return RemoteSite
 RemoteSite VirtualFileStructure.getRemoteSite()
           
 

Constructors in org.apache.oodt.cas.pushpull.filerestrictions with parameters of type RemoteSite
VirtualFileStructure(RemoteSite remoteSite, String pathToRoot, VirtualFile root)
           
 

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

Fields in org.apache.oodt.cas.pushpull.protocol declared as RemoteSite
protected  RemoteSite ProtocolFile.remoteSite
           
protected  RemoteSite Protocol.remoteSite
           
 

Methods in org.apache.oodt.cas.pushpull.protocol that return RemoteSite
 RemoteSite ProtocolFile.getRemoteSite()
           
 RemoteSite Protocol.getRemoteSite()
          The name of the Protocol server host name
 RemoteSite ProtocolHandler.getRemoteSite(Protocol protocol)
           
 

Methods in org.apache.oodt.cas.pushpull.protocol with parameters of type RemoteSite
 boolean ProtocolHandler.connect(Protocol protocol, RemoteSite remoteSite, boolean test)
          Connects the given Protocol to the given URL
 void Protocol.connect(RemoteSite remoteSite)
          Connects the Protocol to the given server
 void RemoteSite.copy(RemoteSite rs)
           
 Protocol ProtocolHandler.getAppropriateProtocolBySite(RemoteSite remoteSite, boolean allowReuse)
           
 

Constructors in org.apache.oodt.cas.pushpull.protocol with parameters of type RemoteSite
ProtocolFile(RemoteSite remoteSite, ProtocolPath path)
           
 

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

Methods in org.apache.oodt.cas.pushpull.retrievalsystem with parameters of type RemoteSite
 boolean FileRetrievalSystem.addToDownloadQueue(RemoteSite remoteSite, String file, String renamingString, File downloadToDir, String uniqueMetadataElement, boolean deleteAfterDownload)
           
 void FileRetrievalSystem.changeToDir(String dir, RemoteSite remoteSite)
           
 void FileRetrievalSystem.changeToHOME(RemoteSite remoteSite)
           
 void FileRetrievalSystem.changeToRoot(RemoteSite remoteSite)
           
 ProtocolFile FileRetrievalSystem.getCurrentFile(RemoteSite remoteSite)
           
 ProtocolFile FileRetrievalSystem.getHomeDir(RemoteSite remoteSite)
           
 ProtocolFile FileRetrievalSystem.getProtocolFile(RemoteSite remoteSite, String file, boolean isDir)
           
 boolean FileRetrievalSystem.validate(RemoteSite remoteSite)
           
 



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