Uses of Class
org.netbeans.modules.j2ee.deployment.common.api.DatasourceAlreadyExistsException

Packages that use DatasourceAlreadyExistsException
org.netbeans.modules.j2ee.deployment.devmodules.spi   
org.netbeans.modules.j2ee.deployment.plugins.api Plugin API 
 

Uses of DatasourceAlreadyExistsException in org.netbeans.modules.j2ee.deployment.devmodules.spi
 

Methods in org.netbeans.modules.j2ee.deployment.devmodules.spi that throw DatasourceAlreadyExistsException
 Datasource J2eeModuleProvider.createDatasource(String jndiName, String url, String username, String password, String driver)
          Creates and saves data source in the module if it does not exist yet on the target server or in the module.
 Datasource J2eeModuleProvider.ConfigSupport.createDatasource(String jndiName, String url, String username, String password, String driver)
          Creates and saves data source in the module if it does not exist yet in the module.
 void J2eeModuleProvider.deployDatasources()
          Deploys data sources saved in the module.
 

Uses of DatasourceAlreadyExistsException in org.netbeans.modules.j2ee.deployment.plugins.api
 

Methods in org.netbeans.modules.j2ee.deployment.plugins.api that throw DatasourceAlreadyExistsException
 Datasource ConfigurationSupport.createDatasource(javax.enterprise.deploy.spi.DeploymentConfiguration config, String jndiName, String url, String username, String password, String driver)
          Creates and saves data source in the module if it does not exist yet in the module.
 void DatasourceManager.deployDatasources(Set<Datasource> datasources)
          Deploys given set of data sources.
 


 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.