
public interface PoolConfigType<T> extends Child<T>
pool-configType xsd type| Modifier and Type | Method and Description |
|---|---|
Integer |
getPoolMaxSize()
Returns the
pool-max-size element |
Integer |
getPoolTimeout()
Returns the
pool-timeout element |
String |
getPoolValue()
Returns the
pool-value element |
PoolConfigType<T> |
poolMaxSize(Integer poolMaxSize)
Sets the
pool-max-size element |
PoolConfigType<T> |
poolTimeout(Integer poolTimeout)
Sets the
pool-timeout element |
PoolConfigType<T> |
poolValue(String poolValue)
Sets the
pool-value element |
PoolConfigType<T> |
removePoolMaxSize()
Removes the
pool-max-size element |
PoolConfigType<T> |
removePoolTimeout()
Removes the
pool-timeout element |
PoolConfigType<T> |
removePoolValue()
Removes the
pool-value element |
PoolConfigType<T> poolValue(String poolValue)
pool-value elementpoolValue - the value for the element pool-valuePoolConfigTypeString getPoolValue()
pool-value elementpool-valuePoolConfigType<T> removePoolValue()
pool-value elementPoolConfigTypePoolConfigType<T> poolMaxSize(Integer poolMaxSize)
pool-max-size elementpoolMaxSize - the value for the element pool-max-sizePoolConfigTypeInteger getPoolMaxSize()
pool-max-size elementpool-max-sizePoolConfigType<T> removePoolMaxSize()
pool-max-size elementPoolConfigTypePoolConfigType<T> poolTimeout(Integer poolTimeout)
pool-timeout elementpoolTimeout - the value for the element pool-timeoutPoolConfigTypeInteger getPoolTimeout()
pool-timeout elementpool-timeoutPoolConfigType<T> removePoolTimeout()
pool-timeout elementPoolConfigTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.