Interface DataManager

All Superinterfaces:
org.gvsig.tools.util.PropertiesSupport, org.gvsig.tools.service.spi.Services

public interface DataManager extends org.gvsig.tools.service.spi.Services, org.gvsig.tools.util.PropertiesSupport
There are two top level management roles within DAL: data access and resource management. This class is responsible of the data access management role. It provides ways for registering and instantiating DataServerExplorer(s), DataStore(s), Evaluator(s) and FeatureIndex(es).
See Also: