Package | Description |
---|---|
org.jboss.jca.common.api.metadata |
This package contains interfaces to define metadata api
|
org.jboss.jca.common.api.metadata.common |
This package contains interfaces to define metadata api cpmmon in various xsds
|
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.v11 |
This package contains the specific classes for the datasources:1.1 schema
|
org.jboss.jca.common.metadata.ds.v12 |
This package contains the specific classes for the datasources:1.2 schema
|
Modifier and Type | Field and Description |
---|---|
static FlushStrategy |
Defaults.FLUSH_STRATEGY
Flush strategy
|
Modifier and Type | Method and Description |
---|---|
static FlushStrategy |
FlushStrategy.forName(java.lang.String name)
Static method to get enum instance given localName XsdString
|
FlushStrategy |
CommonPool.getFlushStrategy()
Get the useStrictMin.
|
static FlushStrategy |
FlushStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlushStrategy[] |
FlushStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected FlushStrategy |
AbstractParser.elementAsFlushStrategy(javax.xml.stream.XMLStreamReader reader)
convert an xml element in FlushStrategy value
|
Modifier and Type | Field and Description |
---|---|
protected FlushStrategy |
CommonPoolImpl.flushStrategy
flush-strategy
|
Modifier and Type | Method and Description |
---|---|
FlushStrategy |
CommonPoolImpl.getFlushStrategy()
Get the flush strategy.
|
Constructor and Description |
---|
CommonPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy)
Create a new PoolImpl.
|
CommonXaPoolImpl(java.lang.Integer minPoolSize,
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)
Create a new XaPoolImpl.
|
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
|
Constructor and Description |
---|
DsPoolImpl(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
java.lang.Boolean useStrictMin,
FlushStrategy flushStrategy,
java.lang.Boolean allowMultipleUsers)
Create a new PoolImpl.
|
DsXaPoolImpl(java.lang.Integer minPoolSize,
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)
Create a new XaPoolImpl.
|
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)