public interface PoolType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
poolType
xsd typeModifier and Type | Method and Description |
---|---|
PoolType<T> |
flushStrategy(java.lang.String flushStrategy)
Sets the
flush-strategy element |
java.lang.String |
getFlushStrategy()
Returns the
flush-strategy element |
java.lang.Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
java.lang.Integer |
getMinPoolSize()
Returns the
min-pool-size element |
java.lang.Boolean |
isPrefill()
Returns the
prefill element |
java.lang.Boolean |
isUseStrictMin()
Returns the
use-strict-min element |
PoolType<T> |
maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
PoolType<T> |
minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
PoolType<T> |
prefill(java.lang.Boolean prefill)
Sets the
prefill element |
PoolType<T> |
removeFlushStrategy()
Removes the
flush-strategy element |
PoolType<T> |
removeMaxPoolSize()
Removes the
max-pool-size element |
PoolType<T> |
removeMinPoolSize()
Removes the
min-pool-size element |
PoolType<T> |
removePrefill()
Removes the
prefill element |
PoolType<T> |
removeUseStrictMin()
Removes the
use-strict-min element |
PoolType<T> |
useStrictMin(java.lang.Boolean useStrictMin)
Sets the
use-strict-min element |
PoolType<T> minPoolSize(java.lang.Integer minPoolSize)
min-pool-size
elementminPoolSize
- the value for the element min-pool-size
PoolType
java.lang.Integer getMinPoolSize()
min-pool-size
elementmin-pool-size
PoolType<T> removeMinPoolSize()
min-pool-size
elementPoolType
PoolType<T> maxPoolSize(java.lang.Integer maxPoolSize)
max-pool-size
elementmaxPoolSize
- the value for the element max-pool-size
PoolType
java.lang.Integer getMaxPoolSize()
max-pool-size
elementmax-pool-size
PoolType<T> removeMaxPoolSize()
max-pool-size
elementPoolType
PoolType<T> prefill(java.lang.Boolean prefill)
prefill
elementprefill
- the value for the element prefill
PoolType
java.lang.Boolean isPrefill()
prefill
elementprefill
PoolType<T> removePrefill()
prefill
elementPoolType
PoolType<T> useStrictMin(java.lang.Boolean useStrictMin)
use-strict-min
elementuseStrictMin
- the value for the element use-strict-min
PoolType
java.lang.Boolean isUseStrictMin()
use-strict-min
elementuse-strict-min
PoolType<T> removeUseStrictMin()
use-strict-min
elementPoolType
PoolType<T> flushStrategy(java.lang.String flushStrategy)
flush-strategy
elementflushStrategy
- the value for the element flush-strategy
PoolType
java.lang.String getFlushStrategy()
flush-strategy
elementflush-strategy
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)