public interface PoolType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
poolType xsd type| Modifier and Type | Method and Description |
|---|---|
PoolType<T> |
allowMultipleUsers()
Sets the
allow-multiple-users element |
PoolType<T> |
flushStrategy(String flushStrategy)
Sets the
flush-strategy element |
String |
getFlushStrategy()
Returns the
flush-strategy element |
Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
Integer |
getMinPoolSize()
Returns the
min-pool-size element |
Boolean |
isAllowMultipleUsers()
Removes the
allow-multiple-users 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> |
removeAllowMultipleUsers()
Removes the
allow-multiple-users 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(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> 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 elementPoolTypePoolType<T> allowMultipleUsers()
allow-multiple-users elementPoolTypeBoolean isAllowMultipleUsers()
allow-multiple-users elementPoolTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)