public interface PoolConfigType<T> extends Child<T>
pool-configType
xsd typeModifier 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-value
PoolConfigType
String getPoolValue()
pool-value
elementpool-value
PoolConfigType<T> removePoolValue()
pool-value
elementPoolConfigType
PoolConfigType<T> poolMaxSize(Integer poolMaxSize)
pool-max-size
elementpoolMaxSize
- the value for the element pool-max-size
PoolConfigType
Integer getPoolMaxSize()
pool-max-size
elementpool-max-size
PoolConfigType<T> removePoolMaxSize()
pool-max-size
elementPoolConfigType
PoolConfigType<T> poolTimeout(Integer poolTimeout)
pool-timeout
elementpoolTimeout
- the value for the element pool-timeout
PoolConfigType
Integer getPoolTimeout()
pool-timeout
elementpool-timeout
PoolConfigType<T> removePoolTimeout()
pool-timeout
elementPoolConfigType
Copyright © 2015 JBoss by Red Hat. All rights reserved.