Package | Description |
---|---|
org.jboss.jca.common.api.metadata.ds.v11 |
This package contains interfaces specific for the datasources:1.1 schema
|
org.jboss.jca.common.api.metadata.ds.v12 |
This package contains interfaces specific for the datasources:1.2 schema
|
org.jboss.jca.common.metadata.ds.v11 |
This package contains the specific classes for the datasources:1.1 schema
|
Modifier and Type | Method and Description |
---|---|
DsXaPool |
XaDataSource.getXaPool()
Get the xaPool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DsXaPool
A pool for an XA datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
DsXaPoolImpl
An XA pool implementation
|
Modifier and Type | Method and Description |
---|---|
DsXaPool |
XADataSourceImpl.getXaPool()
Get the xaPool.
|
protected DsXaPool |
DsParser.parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool object |
Constructor and Description |
---|
XADataSourceImpl(TransactionIsolation transactionIsolation,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlSelectorStrategyClassName,
java.lang.Boolean useJavaContext,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.String jndiName,
java.lang.Boolean spy,
java.lang.Boolean useCcm,
java.util.Map<java.lang.String,java.lang.String> xaDataSourceProperty,
java.lang.String xaDataSourceClass,
java.lang.String driver,
java.lang.String newConnectionSql,
DsXaPool xaPool,
Recovery recovery)
Create a new XADataSourceImpl.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)