Revision 24366 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/DataManager.java

View differences:

DataManager.java
4 4

  
5 5
import org.gvsig.fmap.data.exceptions.InitializeException;
6 6
import org.gvsig.fmap.data.exceptions.ProviderNotRegisteredException;
7
import org.gvsig.fmap.data.resource.ResourceManager;
7 8
import org.gvsig.tools.evaluator.Evaluator;
8 9

  
10
/**
11
 * This class contains all DAL specific services (note that resource management is {@link ResourceManager}'s responsibility)
12
 * are not related to resources.
13
 *
14
 */
9 15
public interface DataManager {
10 16

  
11 17
    /**
......
22 28
	 */
23 29

  
24 30
	/**
25
	 * Start a instance of the solicited parameters inicialize the instance name
26
	 * and returns it.
31
	 * Creates, initializes and returns an instance of the solicited parameters given the name with which they are registered.
27 32
	 *
28 33
	 * @param String
29
	 *            name
34
	 *            name with which the parameters type were registered
30 35
	 * @throws InitializeException
31 36
	 *             TODO
32 37
	 * @throws ProviderNotRegisteredException

Also available in: Unified diff