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 |
---|---|
DsXaPool |
XaDataSource.getXaPool()
Get the xaPool.
|
Modifier and Type | Class and Description |
---|---|
class |
DsXaPoolImpl
An XA pool implementation
|
Modifier and Type | Field and Description |
---|---|
protected DsXaPool |
XADataSourceImpl.xaPool
The XA pool
|
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 urlProperty,
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.lang.Boolean connectable,
java.lang.Boolean tracking,
java.lang.String mcp,
java.lang.Boolean enlistmentTrace,
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 © 2014 IronJacamar (http://www.ironjacamar.org)