Package | Description |
---|---|
org.jboss.jca.common.api.metadata.ds |
This package contains interfaces to define metadata api for data_sources_1.0.xml
|
org.jboss.jca.common.metadata.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSource> |
DataSources.getDataSource()
Get the datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceImpl
A datasource implementation
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader)
Parse a datasource
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSource> |
DatasourcesImpl.getDataSource()
Get the datasource.
|
Constructor and Description |
---|
DatasourcesImpl(java.util.List<DataSource> datasource,
java.util.List<XaDataSource> xaDataSource,
java.util.Map<java.lang.String,Driver> drivers)
Create a new DatasourcesImpl.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)