Package | Description |
---|---|
org.jboss.jca.common.api.metadata.common |
This package contains interfaces to define metadata api cpmmon in various xsds
|
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.resourceadapter |
This package contains interfaces to define metadata api for resource_adapter_1.0.xml
|
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.ds |
This package contains metadatas implementation for data_sources_1.0.xsd
|
org.jboss.jca.common.metadata.resourceadapter |
This package contains metadatas implementation for resource_adapter_1.0.xsd
|
Modifier and Type | Interface and Description |
---|---|
interface |
XaPool
A XaPool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DsPool
A pool for a datasource.
|
interface |
DsXaPool
A pool for an XA datasource.
|
Modifier and Type | Method and Description |
---|---|
Pool |
ConnectionDefinition.getPool()
Get the pool.
|
Modifier and Type | Class and Description |
---|---|
class |
PoolImpl
A PoolImpl.
|
class |
XaPoolImpl
A XaPoolImpl.
|
Modifier and Type | Method and Description |
---|---|
protected Pool |
AbstractParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
Pool object |
Modifier and Type | Class and Description |
---|---|
class |
DsPoolImpl
A pool implementation
|
class |
DsXaPoolImpl
An XA pool implementation
|
Modifier and Type | Field and Description |
---|---|
protected Pool |
ConnectionDefinitionImpl.pool
pool
|
Modifier and Type | Method and Description |
---|---|
Pool |
ConnectionDefinitionImpl.getPool()
Get the pool.
|
Constructor and Description |
---|
ConnectionDefinitionImpl(java.util.Map<java.lang.String,java.lang.String> configProperties,
java.lang.String className,
java.lang.String jndiName,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.Boolean useJavaContext,
java.lang.Boolean useCcm,
java.lang.Boolean sharable,
java.lang.Boolean enlistment,
java.lang.Boolean connectable,
java.lang.Boolean tracking,
java.lang.String mcp,
java.lang.Boolean enlistmentTrace,
Pool pool,
TimeOut timeOut,
Validation validation,
Security security,
Recovery recovery,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)