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.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.v10 |
This package contains classes specific to the 1.0 schemas.
|
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 |
CommonXaPool
A XaPool.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
CommonConnDef.getPool()
Get the pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnDefPool
A pool for the ConnectionDefinition.
|
interface |
ConnDefXaPool
An XA pool for the ConnectionDefinition.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
DataSource.getPool()
Get the pool.
|
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 |
---|---|
protected CommonPool |
AbstractParser.parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
Modifier and Type | Class and Description |
---|---|
class |
CommonPoolImpl
A PoolImpl.
|
class |
CommonXaPoolImpl
A XaPoolImpl.
|
Modifier and Type | Field and Description |
---|---|
protected CommonPool |
CommonConnDefImpl.pool
pool
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
CommonConnDefImpl.getPool()
Get the pool.
|
Constructor and Description |
---|
CommonConnDefImpl(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,
CommonPool pool,
CommonTimeOut timeOut,
CommonValidation validation,
CommonSecurity security,
Recovery recovery,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnDefPoolImpl
A pool for ConnectionDefinition.
|
class |
ConnDefXaPoolImpl
An XA pool implementation for connection definition
|
Constructor and Description |
---|
CommonConnDefImpl(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,
CommonPool pool,
CommonTimeOut timeOut,
CommonValidation validation,
CommonSecurity security,
Recovery recovery,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
Modifier and Type | Method and Description |
---|---|
CommonPool |
DataSourceImpl.getPool()
Get the pool.
|
Constructor and Description |
---|
DataSourceImpl(java.lang.String connectionUrl,
java.lang.String driverClass,
java.lang.String dataSourceClass,
java.lang.String driver,
TransactionIsolation transactionIsolation,
java.util.Map<java.lang.String,java.lang.String> connectionProperties,
TimeOut timeOut,
DsSecurity security,
Statement statement,
Validation validation,
java.lang.String urlDelimiter,
java.lang.String urlSelectorStrategyClassName,
java.lang.String newConnectionSql,
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 jta,
CommonPool pool)
Create a new DataSourceImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
DsPoolImpl
A pool implementation
|
class |
DsXaPoolImpl
An XA pool implementation
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)