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
|
org.jboss.jca.common.metadata.ds.v10 |
This package contains the specific classes for the datasources:1.0 schema
|
Modifier and Type | Method and Description |
---|---|
Driver |
DataSources.getDriver(java.lang.String name)
Get the driver with given name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Driver> |
DataSources.getDrivers()
Get the list of drivers
|
Modifier and Type | Class and Description |
---|---|
class |
DriverImpl
A DriverImpl.
|
Modifier and Type | Method and Description |
---|---|
Driver |
DatasourcesImpl.getDriver(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Driver> |
DatasourcesImpl.getDrivers() |
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 | Method and Description |
---|---|
protected Driver |
DsParser.parseDriver(javax.xml.stream.XMLStreamReader reader)
Parse driver
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)