org.apache.oodt.cas.filemgr.ingest
Class LocalCacheFactory

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
      extended by org.apache.oodt.cas.filemgr.ingest.LocalCacheFactory
All Implemented Interfaces:
CacheFactory

public class LocalCacheFactory
extends AbstractCacheServerFactory

Version:
$Revision: 12226 $

Constructs new LocalCaches

.
Author:
mattmann

Field Summary
 
Fields inherited from class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
fmUrl, productTypeNames, rangeEndDateTime, rangeQueryElementName, rangeStartDateTime, uniqueElementName
 
Constructor Summary
LocalCacheFactory()
           
 
Method Summary
 Cache createCache()
          Create a new Cache.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalCacheFactory

public LocalCacheFactory()
                  throws InstantiationException
Throws:
InstantiationException
Method Detail

createCache

public Cache createCache()
                  throws InstantiationException
Description copied from interface: CacheFactory
Create a new Cache.

Specified by:
createCache in interface CacheFactory
Specified by:
createCache in class AbstractCacheServerFactory
Returns:
A new Cache, constructed by the implementing Factory.
Throws:
InstantiationException - If the the particular Cache can not be created for some reason.


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