|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resourceadapters.impl.PoolTypeImpl<T>
public class PoolTypeImpl<T>
This class implements the poolType
xsd type
Constructor Summary | |
---|---|
PoolTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
PoolTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
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 |
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> |
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 |
T |
up()
Returns the parent of this Child |
PoolType<T> |
useStrictMin(Boolean useStrictMin)
Sets the use-strict-min element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoolTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public PoolTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public PoolType<T> minPoolSize(Integer minPoolSize)
min-pool-size
element
minPoolSize
in interface PoolType<T>
minPoolSize
- the value for the element min-pool-size
PoolType
public Integer getMinPoolSize()
min-pool-size
element
getMinPoolSize
in interface PoolType<T>
min-pool-size
public PoolType<T> removeMinPoolSize()
min-pool-size
element
removeMinPoolSize
in interface PoolType<T>
PoolType
public PoolType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size
element
maxPoolSize
in interface PoolType<T>
maxPoolSize
- the value for the element max-pool-size
PoolType
public Integer getMaxPoolSize()
max-pool-size
element
getMaxPoolSize
in interface PoolType<T>
max-pool-size
public PoolType<T> removeMaxPoolSize()
max-pool-size
element
removeMaxPoolSize
in interface PoolType<T>
PoolType
public PoolType<T> prefill(Boolean prefill)
prefill
element
prefill
in interface PoolType<T>
prefill
- the value for the element prefill
PoolType
public Boolean isPrefill()
prefill
element
isPrefill
in interface PoolType<T>
prefill
public PoolType<T> removePrefill()
prefill
element
removePrefill
in interface PoolType<T>
PoolType
public PoolType<T> useStrictMin(Boolean useStrictMin)
use-strict-min
element
useStrictMin
in interface PoolType<T>
useStrictMin
- the value for the element use-strict-min
PoolType
public Boolean isUseStrictMin()
use-strict-min
element
isUseStrictMin
in interface PoolType<T>
use-strict-min
public PoolType<T> removeUseStrictMin()
use-strict-min
element
removeUseStrictMin
in interface PoolType<T>
PoolType
public PoolType<T> flushStrategy(String flushStrategy)
flush-strategy
element
flushStrategy
in interface PoolType<T>
flushStrategy
- the value for the element flush-strategy
PoolType
public String getFlushStrategy()
flush-strategy
element
getFlushStrategy
in interface PoolType<T>
flush-strategy
public PoolType<T> removeFlushStrategy()
flush-strategy
element
removeFlushStrategy
in interface PoolType<T>
PoolType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |