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.api.metadata.ds.v10 |
This package contains interfaces specific for the datasources:1.0 schema
|
org.jboss.jca.common.metadata.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
org.jboss.jca.common.metadata.ds.v10 |
This package contains the specific classes for the datasources:1.0 schema
|
org.jboss.jca.common.metadata.ds.v11 |
This package contains the specific classes for the datasources:1.1 schema
|
org.jboss.jca.common.metadata.ds.v12 |
This package contains the specific classes for the datasources:1.2 schema
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSource> |
DataSources.getDataSource()
Get the datasource.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataSource
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceImpl
A DataSourceImpl.
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader)
Parse datasource
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
protected DataSource |
DsParser.parseDataSource(javax.xml.stream.XMLStreamReader reader) |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)