public interface PoolType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
poolType xsd type| Modifier and Type | Method and Description |
|---|---|
PoolType<T> |
flushStrategy(String flushStrategy)
Sets the
flush-strategy element |
String |
getFlushStrategy()
Returns the
flush-strategy element |
Integer |
getInitialPoolSize()
Returns the
initial-pool-size element |
Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
Integer |
getMinPoolSize()
Returns the
min-pool-size element |
CapacityType<PoolType<T>> |
getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
PoolType<T> |
initialPoolSize(Integer initialPoolSize)
Sets the
initial-pool-size element |
Boolean |
isPrefill()
Returns the
prefill element |
Boolean |
isUseStrictMin()
Returns the
use-strict-min element |
PoolType<T> |
maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
PoolType<T> |
minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
PoolType<T> |
prefill(Boolean prefill)
Sets the
prefill element |
PoolType<T> |
removeCapacity()
Removes the
capacity element |
PoolType<T> |
removeFlushStrategy()
Removes the
flush-strategy element |
PoolType<T> |
removeInitialPoolSize()
Removes the
initial-pool-size 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(Boolean useStrictMin)
Sets the
use-strict-min element |
PoolType<T> minPoolSize(Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizePoolTypeInteger getMinPoolSize()
min-pool-size elementmin-pool-sizePoolType<T> removeMinPoolSize()
min-pool-size elementPoolTypePoolType<T> initialPoolSize(Integer initialPoolSize)
initial-pool-size elementinitialPoolSize - the value for the element initial-pool-sizePoolTypeInteger getInitialPoolSize()
initial-pool-size elementinitial-pool-sizePoolType<T> removeInitialPoolSize()
initial-pool-size elementPoolTypePoolType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizePoolTypeInteger getMaxPoolSize()
max-pool-size elementmax-pool-sizePoolType<T> removeMaxPoolSize()
max-pool-size elementPoolTypePoolType<T> prefill(Boolean prefill)
prefill elementprefill - the value for the element prefillPoolTypeBoolean isPrefill()
prefill elementprefillPoolType<T> removePrefill()
prefill elementPoolTypePoolType<T> useStrictMin(Boolean useStrictMin)
use-strict-min elementuseStrictMin - the value for the element use-strict-minPoolTypeBoolean isUseStrictMin()
use-strict-min elementuse-strict-minPoolType<T> removeUseStrictMin()
use-strict-min elementPoolTypePoolType<T> flushStrategy(String flushStrategy)
flush-strategy elementflushStrategy - the value for the element flush-strategyPoolTypeString getFlushStrategy()
flush-strategy elementflush-strategyPoolType<T> removeFlushStrategy()
flush-strategy elementPoolTypeCapacityType<PoolType<T>> getOrCreateCapacity()
capacity element with the given value will be created.
Otherwise, the existing capacity element will be returned.CapacityType> Copyright © 2013 IronJacamar (http://www.ironjacamar.org)