|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolType | |
---|---|
org.jboss.resourceadapters.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.resourceadapters.impl | Provides the implementation classes as defined in the schema |
Uses of PoolType in org.jboss.resourceadapters.api |
---|
Methods in org.jboss.resourceadapters.api that return PoolType | |
---|---|
PoolType<T> |
PoolType.flushStrategy(String flushStrategy)
Sets the flush-strategy element |
PoolType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreatePool()
If not already created, a new pool element with the given value will be created. |
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.removeFlushStrategy()
Removes the flush-strategy 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 |
Uses of PoolType in org.jboss.resourceadapters.impl |
---|
Classes in org.jboss.resourceadapters.impl that implement PoolType | |
---|---|
class |
PoolTypeImpl<T>
This class implements the poolType xsd type |
Methods in org.jboss.resourceadapters.impl that return PoolType | |
---|---|
PoolType<T> |
PoolTypeImpl.flushStrategy(String flushStrategy)
Sets the flush-strategy element |
PoolType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreatePool()
If not already created, a new pool element with the given value will be created. |
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.removeFlushStrategy()
Removes the flush-strategy 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |