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.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
|
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 |
Pool.getFlushStrategy()
Get the flushStrategy.
|
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 | Field and Description |
---|---|
protected FlushStrategy |
PoolImpl.flushStrategy
flush-strategy
|
Modifier and Type | Method and Description |
---|---|
protected FlushStrategy |
AbstractParser.elementAsFlushStrategy(javax.xml.stream.XMLStreamReader reader)
convert an xml element in FlushStrategy value
|
FlushStrategy |
PoolImpl.getFlushStrategy()
Get the flushStrategy.
|
Constructor and Description |
---|
PoolImpl(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 fair)
Constructor
|
XaPoolImpl(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 fair,
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 |
---|
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,
java.lang.Boolean fair,
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,
java.lang.Boolean fair,
Extension connectionListener)
Create a new XaPoolImpl.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)