| Package | Description |
|---|---|
| org.jboss.dashboard.database | |
| org.jboss.dashboard.export |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
DataSourceEntry |
DataSourceImportManager.doImport(InputStream dataSourceInputStream)
Creates a new data source definitions based on its properties.
|
Copyright © 2012–2015 JBoss by Red Hat. All rights reserved.