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
|
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.
|
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)