Uses of Interface
org.apache.oodt.cas.filemgr.catalog.Catalog

Packages that use Catalog
org.apache.oodt.cas.filemgr.catalog   
org.apache.oodt.cas.filemgr.datatransfer   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
 

Uses of Catalog in org.apache.oodt.cas.filemgr.catalog
 

Classes in org.apache.oodt.cas.filemgr.catalog that implement Catalog
 class DataSourceCatalog
           
 class LuceneCatalog
           
 class MappedDataSourceCatalog
           
 class ScienceDataCatalog
          Provides a Catalog implementation that facilitate large-scale ingest of observational data into a relational schema.
 

Methods in org.apache.oodt.cas.filemgr.catalog that return Catalog
 Catalog ScienceDataCatalogFactory.createCatalog()
           
 Catalog MappedDataSourceCatalogFactory.createCatalog()
           
 Catalog LuceneCatalogFactory.createCatalog()
           
 Catalog DataSourceCatalogFactory.createCatalog()
           
 Catalog CatalogFactory.createCatalog()
           
 

Uses of Catalog in org.apache.oodt.cas.filemgr.datatransfer
 

Constructors in org.apache.oodt.cas.filemgr.datatransfer with parameters of type Catalog
TransferStatusTracker(Catalog catalog)
           Default Constructor
 

Uses of Catalog in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system with parameters of type Catalog
 void XmlRpcFileManager.setCatalog(Catalog catalog)
           
 

Uses of Catalog in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return Catalog
static Catalog GenericFileManagerObjectFactory.getCatalogServiceFromFactory(String serviceFactory)
           Constructs a new Catalog from the specified serviceFactory.
 



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