Package | Description |
---|---|
org.jboss.jca.embedded.dsl.ironjacamar12.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.jca.embedded.dsl.ironjacamar12.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PoolType<T> |
PoolType.flushStrategy(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(Integer initialPoolSize)
Sets the
initial-pool-size element |
PoolType<T> |
PoolType.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
PoolType<T> |
PoolType.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
PoolType<T> |
PoolType.prefill(Boolean prefill)
Sets the
prefill element |
PoolType<T> |
PoolType.removeCapacity()
Removes the
capacity 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(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. |
Modifier and Type | Method and Description |
---|---|
PoolType<T> |
PoolTypeImpl.flushStrategy(String flushStrategy)
Sets the
flush-strategy element |
PoolType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreatePool()
If not already created, a new
pool element with the given value will be created. |
PoolType<T> |
PoolTypeImpl.initialPoolSize(Integer initialPoolSize)
Sets the
initial-pool-size element |
PoolType<T> |
PoolTypeImpl.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
PoolType<T> |
PoolTypeImpl.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
PoolType<T> |
PoolTypeImpl.prefill(Boolean prefill)
Sets the
prefill element |
PoolType<T> |
PoolTypeImpl.removeCapacity()
Removes the
capacity element |
PoolType<T> |
PoolTypeImpl.removeFlushStrategy()
Removes the
flush-strategy element |
PoolType<T> |
PoolTypeImpl.removeInitialPoolSize()
Removes the
initial-pool-size element |
PoolType<T> |
PoolTypeImpl.removeMaxPoolSize()
Removes the
max-pool-size element |
PoolType<T> |
PoolTypeImpl.removeMinPoolSize()
Removes the
min-pool-size element |
PoolType<T> |
PoolTypeImpl.removePrefill()
Removes the
prefill element |
PoolType<T> |
PoolTypeImpl.removeUseStrictMin()
Removes the
use-strict-min element |
PoolType<T> |
PoolTypeImpl.useStrictMin(Boolean useStrictMin)
Sets the
use-strict-min element |
Modifier and Type | Method and Description |
---|---|
CapacityType<PoolType<T>> |
PoolTypeImpl.getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.