Uses of Interface
org.apache.oodt.cas.pushpull.protocol.ProtocolFactory

Packages that use ProtocolFactory
org.apache.oodt.cas.pushpull.config   
org.apache.oodt.cas.pushpull.protocol.ftp   
org.apache.oodt.cas.pushpull.protocol.http   
org.apache.oodt.cas.pushpull.protocol.imaps   
org.apache.oodt.cas.pushpull.protocol.local   
org.apache.oodt.cas.pushpull.protocol.sftp   
 

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

Methods in org.apache.oodt.cas.pushpull.config that return types with arguments of type ProtocolFactory
 LinkedList<Class<ProtocolFactory>> ProtocolInfo.getProtocolClassesForProtocolType(String type)
           
 

Method parameters in org.apache.oodt.cas.pushpull.config with type arguments of type ProtocolFactory
 void ProtocolInfo.addClassForType(String type, Class<ProtocolFactory> protocolFactoryClass)
           
 

Uses of ProtocolFactory in org.apache.oodt.cas.pushpull.protocol.ftp
 

Classes in org.apache.oodt.cas.pushpull.protocol.ftp that implement ProtocolFactory
 class CogJGlobusFtpClientFactory
           
 class CommonsNetFtpClientFactory
          Constructs new CommonsNetFtpClients.
 

Uses of ProtocolFactory in org.apache.oodt.cas.pushpull.protocol.http
 

Classes in org.apache.oodt.cas.pushpull.protocol.http that implement ProtocolFactory
 class HttpClientFactory
           
 

Uses of ProtocolFactory in org.apache.oodt.cas.pushpull.protocol.imaps
 

Classes in org.apache.oodt.cas.pushpull.protocol.imaps that implement ProtocolFactory
 class ImapsClientFactory
           
 

Uses of ProtocolFactory in org.apache.oodt.cas.pushpull.protocol.local
 

Classes in org.apache.oodt.cas.pushpull.protocol.local that implement ProtocolFactory
 class LocalClientFactory
           
 

Uses of ProtocolFactory in org.apache.oodt.cas.pushpull.protocol.sftp
 

Classes in org.apache.oodt.cas.pushpull.protocol.sftp that implement ProtocolFactory
 class JschSftpClientFactory
          Creates new JschSftpClients.
 



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