public abstract class AbstractCacheServerFactory extends Object implements CacheFactory
Describe your class here
.Modifier and Type | Field and Description |
---|---|
protected URL |
fmUrl |
protected List<String> |
productTypeNames |
protected String |
rangeEndDateTime |
protected String |
rangeQueryElementName |
protected String |
rangeStartDateTime |
protected String |
uniqueElementName |
Constructor and Description |
---|
AbstractCacheServerFactory() |
protected String rangeQueryElementName
protected String rangeStartDateTime
protected String rangeEndDateTime
protected String uniqueElementName
protected URL fmUrl
public AbstractCacheServerFactory() throws InstantiationException
InstantiationException
public abstract Cache createCache() throws InstantiationException
CacheFactory
Cache
.createCache
in interface CacheFactory
Cache
, constructed by the implementing Factory.InstantiationException
- If the the particular Cache
can
not be created for some reason.Copyright © 1999–2017 Apache OODT. All rights reserved.