|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatasourceManager
DatasourceManager is responsible for retrieving data sources deployed on the server and deploying data sources onto the server.
| Method Summary | |
|---|---|
void |
deployDatasources(Set<Datasource> datasources)
Deploys given set of data sources. |
Set<Datasource> |
getDatasources()
Retrieves the data sources deployed on the server |
| Method Detail |
|---|
Set<Datasource> getDatasources()
throws ConfigurationException
ConfigurationException - reports problems in retrieving data source
definitions.
void deployDatasources(Set<Datasource> datasources)
throws ConfigurationException,
DatasourceAlreadyExistsException
ConfigurationException - if there is some problem with data source configuration
DatasourceAlreadyExistsException - if module data source(s) are conflicting
with data source(s) already deployed on the server
|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||