|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PoolConfigType<T>
This interface defines the contract for the pool-configType
xsd type
Original Documentation:
Element for specifying the class used to provide the caching mechanism for a bean,
and the cache parameters
Method Summary | |
---|---|
java.lang.Integer |
getPoolMaxSize()
Returns the pool-max-size element |
java.lang.Integer |
getPoolTimeout()
Returns the pool-timeout element |
java.lang.String |
getPoolValue()
Returns 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> |
setPoolMaxSize(java.lang.Integer poolMaxSize)
If not already created, a new pool-max-size element with the given value will be created. |
PoolConfigType<T> |
setPoolTimeout(java.lang.Integer poolTimeout)
If not already created, a new pool-timeout element with the given value will be created. |
PoolConfigType<T> |
setPoolValue(java.lang.String poolValue)
If not already created, a new pool-value element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PoolConfigType<T> setPoolValue(java.lang.String poolValue)
pool-value
element with the given value will be created.
Otherwise, the existing pool-value
element will be updated with the given value.
PoolConfigType
PoolConfigType<T> removePoolValue()
pool-value
element
PoolConfigType
java.lang.String getPoolValue()
pool-value
element
pool-value
PoolConfigType<T> setPoolMaxSize(java.lang.Integer poolMaxSize)
pool-max-size
element with the given value will be created.
Otherwise, the existing pool-max-size
element will be updated with the given value.
PoolConfigType
PoolConfigType<T> removePoolMaxSize()
pool-max-size
element
PoolConfigType
java.lang.Integer getPoolMaxSize()
pool-max-size
element
pool-max-size
PoolConfigType<T> setPoolTimeout(java.lang.Integer poolTimeout)
pool-timeout
element with the given value will be created.
Otherwise, the existing pool-timeout
element will be updated with the given value.
PoolConfigType
PoolConfigType<T> removePoolTimeout()
pool-timeout
element
PoolConfigType
java.lang.Integer getPoolTimeout()
pool-timeout
element
pool-timeout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |