Package | Description |
---|---|
org.jboss.dashboard.database |
Modifier and Type | Class and Description |
---|---|
class |
JDBCDataSourceEntry
A data source entry that gets the database connection via the JDBC protocol.
|
class |
JNDIDataSourceEntry
A data source entry that gets the database connection doing a JNDI lookup of the target data source.
|
Modifier and Type | Field and Description |
---|---|
protected DataSourceEntry |
ExternalDataSource.dataSourceEntry |
Modifier and Type | Method and Description |
---|---|
DataSourceEntry |
ExternalDataSource.getDataSourceEntry() |
DataSourceEntry |
DataSourceManager.getDataSourceEntry(String name) |
Modifier and Type | Method and Description |
---|---|
List<DataSourceEntry> |
DataSourceManager.getDataSourceEntries()
Get all registered datasource entries
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalDataSource.setDataSourceEntry(DataSourceEntry dataSourceEntry) |
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.