Revision 43045 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
225 225
            ValidateDataParametersException;
226 226

  
227 227
    /**
228
     * @param parameters
229
     * @return 
230
     * @throws org.gvsig.fmap.dal.exception.InitializeException 
231
     * @throws org.gvsig.fmap.dal.exception.ProviderNotRegisteredException 
232
     * @throws org.gvsig.fmap.dal.exception.ValidateDataParametersException 
228 233
     * @deprecated see openServerExplorer
229 234
     */
230 235
    public DataServerExplorer createServerExplorer(
231 236
            DataServerExplorerParameters parameters)
232 237
            throws InitializeException, ProviderNotRegisteredException,
233 238
            ValidateDataParametersException;
234

  
239
    
235 240
    /**
241
     * @param parameters
242
     * @return 
243
     * @throws org.gvsig.fmap.dal.exception.InitializeException 
244
     * @throws org.gvsig.fmap.dal.exception.ProviderNotRegisteredException 
245
     * @throws org.gvsig.fmap.dal.exception.ValidateDataParametersException 
246
     * @deprecated see openStore
247
     */
248
    public DataStore createStore(DataStoreParameters parameters)
249
            throws InitializeException, ProviderNotRegisteredException,
250
            ValidateDataParametersException;
251
        
252
    /**
236 253
     * Returns a list of String containing the names of the available
237 254
     * DataServerExplorer providers.
238 255
     *

Also available in: Unified diff