|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datasource | |
---|---|
org.netbeans.modules.j2ee.deployment.common.api | |
org.netbeans.modules.j2ee.deployment.devmodules.spi | |
org.netbeans.modules.j2ee.deployment.plugins.api | Plugin API |
Uses of Datasource in org.netbeans.modules.j2ee.deployment.common.api |
---|
Methods in org.netbeans.modules.j2ee.deployment.common.api that return types with arguments of type Datasource | |
---|---|
List<Datasource> |
DatasourceAlreadyExistsException.getDatasources()
Returns list of conflicting data sources |
Constructors in org.netbeans.modules.j2ee.deployment.common.api with parameters of type Datasource | |
---|---|
DatasourceAlreadyExistsException(Datasource datasource)
Creates new DatasourceAlreadyExistsException with the conflicting data source |
Constructor parameters in org.netbeans.modules.j2ee.deployment.common.api with type arguments of type Datasource | |
---|---|
DatasourceAlreadyExistsException(List<Datasource> datasources)
Creates new DatasourceAlreadyExistsException with the list of conflicting data sources |
Uses of Datasource in org.netbeans.modules.j2ee.deployment.devmodules.spi |
---|
Methods in org.netbeans.modules.j2ee.deployment.devmodules.spi that return Datasource | |
---|---|
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. |
Methods in org.netbeans.modules.j2ee.deployment.devmodules.spi that return types with arguments of type Datasource | |
---|---|
Set<Datasource> |
J2eeModuleProvider.ConfigSupport.getDatasources()
Gets the data sources saved in the module. |
Set<Datasource> |
J2eeModuleProvider.getModuleDatasources()
Gets the data sources saved in the module. |
Set<Datasource> |
J2eeModuleProvider.getServerDatasources()
Gets the data sources deployed on the target server instance. |
Uses of Datasource in org.netbeans.modules.j2ee.deployment.plugins.api |
---|
Methods in org.netbeans.modules.j2ee.deployment.plugins.api that return Datasource | |
---|---|
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. |
Methods in org.netbeans.modules.j2ee.deployment.plugins.api that return types with arguments of type Datasource | |
---|---|
Set<Datasource> |
DatasourceManager.getDatasources()
Retrieves the data sources deployed on the server |
Set<Datasource> |
ConfigurationSupport.getDatasources(javax.enterprise.deploy.spi.DeploymentConfiguration config)
Gets the data sources saved in the module. |
Method parameters in org.netbeans.modules.j2ee.deployment.plugins.api with type arguments of type Datasource | |
---|---|
void |
DatasourceManager.deployDatasources(Set<Datasource> datasources)
Deploys given set of data sources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |