Revision 41491 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/DataManager.java

View differences:

DataManager.java
400 400
	 *             if there is any error creating the object
401 401
	 */
402 402
	public FeatureAttributeGetter createFeatureAttributeGetter(String name) throws InitializeException;
403
        
404
        public DataServerExplorerPool getDataServerExplorerPool();
405
        public void setDataServerExplorerPool(DataServerExplorerPool pool);
403 406
}

Also available in: Unified diff