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.v12 |
This package contains interfaces specific for the datasources:1.2 schema
|
org.jboss.jca.common.metadata |
This package contains classes that handles common metadata operations.
|
org.jboss.jca.common.metadata.common.v11 |
This package contains classes specific to the 1.1 schemas.
|
org.jboss.jca.common.metadata.ds.v12 |
This package contains the specific classes for the datasources:1.2 schema
|
Modifier and Type | Method and Description |
---|---|
Capacity |
ConnDefPool.getCapacity()
Get the capacity
|
Capacity |
ConnDefXaPool.getCapacity()
Get the capacity
|
Modifier and Type | Method and Description |
---|---|
Capacity |
DsPool.getCapacity()
Get the capacity
|
Capacity |
DsXaPool.getCapacity()
Get the capacity
|
Modifier and Type | Method and Description |
---|---|
protected Capacity |
AbstractParser.parseCapacity(javax.xml.stream.XMLStreamReader reader)
Parse capacity tag
|
Modifier and Type | Field and Description |
---|---|
protected Capacity |
ConnDefXaPoolImpl.capacity
capacity
|
Modifier and Type | Method and Description |
---|---|
Capacity |
ConnDefPoolImpl.getCapacity()
Get the capacity
|
Capacity |
ConnDefXaPoolImpl.getCapacity()
Get the capacity
|
Constructor and Description |
---|
ConnDefPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
Capacity capacity)
Construcot
|
ConnDefXaPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
Capacity capacity,
java.lang.Boolean isSameRmOverride,
java.lang.Boolean interleaving,
java.lang.Boolean padXid,
java.lang.Boolean wrapXaResource,
java.lang.Boolean noTxSeparatePool)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected Capacity |
DsPoolImpl.capacity
capacity
|
protected Capacity |
DsXaPoolImpl.capacity
capacity
|
Modifier and Type | Method and Description |
---|---|
Capacity |
DsPoolImpl.getCapacity()
Get the capacity
|
Capacity |
DsXaPoolImpl.getCapacity()
Get the capacity
|
Constructor and Description |
---|
DsPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean allowMultipleUsers,
Capacity capacity,
Extension connectionListener)
Create a new PoolImpl.
|
DsXaPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer initialPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean isSameRmOverride,
java.lang.Boolean interleaving,
java.lang.Boolean padXid,
java.lang.Boolean wrapXaResource,
java.lang.Boolean noTxSeparatePool,
java.lang.Boolean allowMultipleUsers,
Capacity capacity,
Extension connectionListener)
Create a new XaPoolImpl.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)