Package | Description |
---|---|
org.jboss.jca.embedded.dsl.ironjacamar13.api |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PoolType<T> |
PoolType.fair(java.lang.Boolean fair)
Sets the
fair element |
PoolType<T> |
PoolType.flushStrategy(java.lang.String flushStrategy)
Sets the
flush-strategy element |
PoolType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreatePool()
If not already created, a new
pool element with the given value will be created. |
PoolType<T> |
PoolType.initialPoolSize(java.lang.Integer initialPoolSize)
Sets the
initial-pool-size element |
PoolType<T> |
PoolType.maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
PoolType<T> |
PoolType.minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
PoolType<T> |
PoolType.prefill(java.lang.Boolean prefill)
Sets the
prefill element |
PoolType<T> |
PoolType.removeCapacity()
Removes the
capacity element |
PoolType<T> |
PoolType.removeFair()
Removes the
fair element |
PoolType<T> |
PoolType.removeFlushStrategy()
Removes the
flush-strategy element |
PoolType<T> |
PoolType.removeInitialPoolSize()
Removes the
initial-pool-size element |
PoolType<T> |
PoolType.removeMaxPoolSize()
Removes the
max-pool-size element |
PoolType<T> |
PoolType.removeMinPoolSize()
Removes the
min-pool-size element |
PoolType<T> |
PoolType.removePrefill()
Removes the
prefill element |
PoolType<T> |
PoolType.removeUseStrictMin()
Removes the
use-strict-min element |
PoolType<T> |
PoolType.useStrictMin(java.lang.Boolean useStrictMin)
Sets the
use-strict-min element |
Modifier and Type | Method and Description |
---|---|
CapacityType<PoolType<T>> |
PoolType.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)