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

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

public class ScienceDataCatalogFactory
extends Object
implements CatalogFactory

Implements the CatalogFactory interface to provide a factory for ScienceDataCatalog. The properties referenced in this class can be edited in the filemgr.properties file in [filemgr_home]/etc/filemgr.properties

Author:
ahart, cgoodale, mattmann

Field Summary
protected  DataSource dataSource
           
protected  int pageSize
           
 
Constructor Summary
ScienceDataCatalogFactory()
           
 
Method Summary
 Catalog createCatalog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSource

protected DataSource dataSource

pageSize

protected int pageSize
Constructor Detail

ScienceDataCatalogFactory

public ScienceDataCatalogFactory()
Method Detail

createCatalog

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


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