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 |
---|---|
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.HashMap<java.lang.String,Driver> drivers)
Create a new DatasourcesImpl.
|
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)