Package | Description |
---|---|
org.jboss.jca.common.api.metadata.common.v11 |
This package contains interfaces specific for the 1.1 schemas
|
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.api.metadata.ds.v11 |
This package contains interfaces specific for the datasources:1.1 schema
|
org.jboss.jca.common.metadata |
This package contains classes that handles common metadata operations.
|
org.jboss.jca.common.metadata.common |
This package contains metadatas commons for ironJacamar's extension xsd like -ds.xml, -ra.xml, ironjacamar.xml
|
org.jboss.jca.common.metadata.common.v11 |
This package contains classes specific to the 1.1 schemas.
|
org.jboss.jca.common.metadata.ds.v10 |
This package contains the specific classes for the datasources:1.0 schema
|
org.jboss.jca.common.metadata.ds.v11 |
This package contains the specific classes for the datasources:1.1 schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnDefXaPool
An XA pool for the ConnectionDefinition.
|
Modifier and Type | Method and Description |
---|---|
CommonXaPool |
XaDataSource.getXaPool()
Get the xaPool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DsXaPool
A pool for an XA datasource.
|
Modifier and Type | Method and Description |
---|---|
protected CommonXaPool |
AbstractParser.parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool object |
Modifier and Type | Class and Description |
---|---|
class |
CommonXaPoolImpl
A XaPoolImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnDefXaPoolImpl
An XA pool implementation for connection definition
|
Modifier and Type | Field and Description |
---|---|
protected CommonXaPool |
XADataSourceImpl.xaPool
The XA pool
|
Modifier and Type | Method and Description |
---|---|
CommonXaPool |
XADataSourceImpl.getXaPool()
Get the xaPool.
|
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,
CommonXaPool xaPool,
Recovery recovery)
Create a new XADataSourceImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
DsXaPoolImpl
An XA pool implementation
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)