|
||||||||||
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()
void deployDatasources(Set<Datasource> datasources) throws javax.enterprise.deploy.spi.exceptions.ConfigurationException, DatasourceAlreadyExistsException
javax.enterprise.deploy.spi.exceptions.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |