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<XaDataSource> |
DataSources.getXaDataSource()
Get the xaDataSource.
|
Modifier and Type | Class and Description |
---|---|
class |
XADataSourceImpl
A DataSourceImpl.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XaDataSource> |
DatasourcesImpl.getXaDataSource()
Get the xaDataSource.
|
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/)