Interface FeatureCacheProviderFactory
- All Superinterfaces:
org.gvsig.tools.extensionpoint.ExtensionSingleton,org.gvsig.tools.service.spi.ProviderFactory
public interface FeatureCacheProviderFactory
extends org.gvsig.tools.service.spi.ProviderFactory
- Author:
- Jorge Piera Llodrá
-
Method Summary
Modifier and TypeMethodDescriptioncreateCacheProvider(org.gvsig.tools.dynobject.DynObject parameters) Creates a new CacheProvider.org.gvsig.tools.dynobject.DynObjectCreates the parameters for thecreated by this factory.invalid reference
ProvidergetName()Returns the name of the providers created by this factory.voidInitialices the factory.Methods inherited from interface org.gvsig.tools.service.spi.ProviderFactory
create
-
Method Details
-
getName
String getName()Returns the name of the providers created by this factory.- Specified by:
getNamein interfaceorg.gvsig.tools.service.spi.ProviderFactory- Returns:
- the provider name
-
createCacheProvider
FeatureCacheProvider createCacheProvider(org.gvsig.tools.dynobject.DynObject parameters) throws org.gvsig.fmap.dal.exception.DataException Creates a new CacheProvider.- Parameters:
parameters- for the CacheProvider- Returns:
- the new CacheProvider
- Throws:
org.gvsig.fmap.dal.exception.DataException- if the parameters are not valid or there is an error creating the CacheProvider
-
createParameters
org.gvsig.tools.dynobject.DynObject createParameters()Creates the parameters for thecreated by this factory.invalid reference
Provider- Specified by:
createParametersin interfaceorg.gvsig.tools.service.spi.ProviderFactory- Returns:
- the provider parameters
-
initialize
void initialize()Initialices the factory.- Specified by:
initializein interfaceorg.gvsig.tools.service.spi.ProviderFactory
-