org.apache.oodt.cas.filemgr.catalog
Class MappedDataSourceCatalogFactory

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
      extended by org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
All Implemented Interfaces:
CatalogFactory

public class MappedDataSourceCatalogFactory
extends DataSourceCatalogFactory

Version:
$Revision: 11462 $

Factory for constructing a special DataSourceCatalog called MappedDataSourceCatalog which is able to override the default policy of ProductType.getName()_metadata and ProductType.getName()_reference as the underlying table names

.
Author:
mattmann

Field Summary
protected  Properties typeMap
           
 
Fields inherited from class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
cacheUpdateMinutes, dataSource, fieldIdStr, pageSize, validationLayer
 
Constructor Summary
MappedDataSourceCatalogFactory()
           
 
Method Summary
 Catalog createCatalog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeMap

protected Properties typeMap
Constructor Detail

MappedDataSourceCatalogFactory

public MappedDataSourceCatalogFactory()
                               throws FileNotFoundException,
                                      IOException
Throws:
FileNotFoundException
IOException
Method Detail

createCatalog

public Catalog createCatalog()
Specified by:
createCatalog in interface CatalogFactory
Overrides:
createCatalog in class DataSourceCatalogFactory
Returns:
A new Catalog object implementation.


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