
public interface XaPoolType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
xa-poolType xsd type| Modifier and Type | Method and Description |
|---|---|
XaPoolType<T> |
fair(java.lang.Boolean fair)
Sets the
fair element |
XaPoolType<T> |
flushStrategy(java.lang.String flushStrategy)
Sets the
flush-strategy element |
java.lang.String |
getFlushStrategy()
Returns the
flush-strategy element |
java.lang.Integer |
getInitialPoolSize()
Returns the
initial-pool-size element |
java.lang.Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
java.lang.Integer |
getMinPoolSize()
Returns the
min-pool-size element |
CapacityType<XaPoolType<T>> |
getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
XaPoolType<T> |
initialPoolSize(java.lang.Integer initialPoolSize)
Sets the
initial-pool-size element |
XaPoolType<T> |
interleaving()
Sets the
interleaving element |
java.lang.Boolean |
isFair()
Returns the
fair element |
java.lang.Boolean |
isInterleaving()
Removes the
interleaving element |
java.lang.Boolean |
isIsSameRmOverride()
Returns the
is-same-rm-override element |
java.lang.Boolean |
isNoTxSeparatePools()
Removes the
no-tx-separate-pools element |
java.lang.Boolean |
isPadXid()
Returns the
pad-xid element |
java.lang.Boolean |
isPrefill()
Returns the
prefill element |
XaPoolType<T> |
isSameRmOverride(java.lang.Boolean isSameRmOverride)
Sets the
is-same-rm-override element |
java.lang.Boolean |
isUseStrictMin()
Returns the
use-strict-min element |
java.lang.Boolean |
isWrapXaResource()
Returns the
wrap-xa-resource element |
XaPoolType<T> |
maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
XaPoolType<T> |
minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
XaPoolType<T> |
noTxSeparatePools()
Sets the
no-tx-separate-pools element |
XaPoolType<T> |
padXid(java.lang.Boolean padXid)
Sets the
pad-xid element |
XaPoolType<T> |
prefill(java.lang.Boolean prefill)
Sets the
prefill element |
XaPoolType<T> |
removeCapacity()
Removes the
capacity element |
XaPoolType<T> |
removeFair()
Removes the
fair element |
XaPoolType<T> |
removeFlushStrategy()
Removes the
flush-strategy element |
XaPoolType<T> |
removeInitialPoolSize()
Removes the
initial-pool-size element |
XaPoolType<T> |
removeInterleaving()
Removes the
interleaving element |
XaPoolType<T> |
removeIsSameRmOverride()
Removes the
is-same-rm-override element |
XaPoolType<T> |
removeMaxPoolSize()
Removes the
max-pool-size element |
XaPoolType<T> |
removeMinPoolSize()
Removes the
min-pool-size element |
XaPoolType<T> |
removeNoTxSeparatePools()
Removes the
no-tx-separate-pools element |
XaPoolType<T> |
removePadXid()
Removes the
pad-xid element |
XaPoolType<T> |
removePrefill()
Removes the
prefill element |
XaPoolType<T> |
removeUseStrictMin()
Removes the
use-strict-min element |
XaPoolType<T> |
removeWrapXaResource()
Removes the
wrap-xa-resource element |
XaPoolType<T> |
useStrictMin(java.lang.Boolean useStrictMin)
Sets the
use-strict-min element |
XaPoolType<T> |
wrapXaResource(java.lang.Boolean wrapXaResource)
Sets the
wrap-xa-resource element |
XaPoolType<T> minPoolSize(java.lang.Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizeXaPoolTypejava.lang.Integer getMinPoolSize()
min-pool-size elementmin-pool-sizeXaPoolType<T> removeMinPoolSize()
min-pool-size elementXaPoolTypeXaPoolType<T> initialPoolSize(java.lang.Integer initialPoolSize)
initial-pool-size elementinitialPoolSize - the value for the element initial-pool-sizeXaPoolTypejava.lang.Integer getInitialPoolSize()
initial-pool-size elementinitial-pool-sizeXaPoolType<T> removeInitialPoolSize()
initial-pool-size elementXaPoolTypeXaPoolType<T> maxPoolSize(java.lang.Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizeXaPoolTypejava.lang.Integer getMaxPoolSize()
max-pool-size elementmax-pool-sizeXaPoolType<T> removeMaxPoolSize()
max-pool-size elementXaPoolTypeXaPoolType<T> prefill(java.lang.Boolean prefill)
prefill elementprefill - the value for the element prefillXaPoolTypejava.lang.Boolean isPrefill()
prefill elementprefillXaPoolType<T> removePrefill()
prefill elementXaPoolTypeXaPoolType<T> fair(java.lang.Boolean fair)
fair elementfair - the value for the element fairXaPoolTypejava.lang.Boolean isFair()
fair elementfairXaPoolType<T> removeFair()
fair elementXaPoolTypeXaPoolType<T> useStrictMin(java.lang.Boolean useStrictMin)
use-strict-min elementuseStrictMin - the value for the element use-strict-minXaPoolTypejava.lang.Boolean isUseStrictMin()
use-strict-min elementuse-strict-minXaPoolType<T> removeUseStrictMin()
use-strict-min elementXaPoolTypeXaPoolType<T> flushStrategy(java.lang.String flushStrategy)
flush-strategy elementflushStrategy - the value for the element flush-strategyXaPoolTypejava.lang.String getFlushStrategy()
flush-strategy elementflush-strategyXaPoolType<T> removeFlushStrategy()
flush-strategy elementXaPoolTypeCapacityType<XaPoolType<T>> getOrCreateCapacity()
capacity element with the given value will be created.
Otherwise, the existing capacity element will be returned.CapacityType> XaPoolType<T> removeCapacity()
capacity elementXaPoolTypeXaPoolType<T> isSameRmOverride(java.lang.Boolean isSameRmOverride)
is-same-rm-override elementisSameRmOverride - the value for the element is-same-rm-overrideXaPoolTypejava.lang.Boolean isIsSameRmOverride()
is-same-rm-override elementis-same-rm-overrideXaPoolType<T> removeIsSameRmOverride()
is-same-rm-override elementXaPoolTypeXaPoolType<T> interleaving()
interleaving elementXaPoolTypejava.lang.Boolean isInterleaving()
interleaving elementXaPoolTypeXaPoolType<T> removeInterleaving()
interleaving elementXaPoolTypeXaPoolType<T> noTxSeparatePools()
no-tx-separate-pools elementXaPoolTypejava.lang.Boolean isNoTxSeparatePools()
no-tx-separate-pools elementXaPoolTypeXaPoolType<T> removeNoTxSeparatePools()
no-tx-separate-pools elementXaPoolTypeXaPoolType<T> padXid(java.lang.Boolean padXid)
pad-xid elementpadXid - the value for the element pad-xidXaPoolTypejava.lang.Boolean isPadXid()
pad-xid elementpad-xidXaPoolType<T> removePadXid()
pad-xid elementXaPoolTypeXaPoolType<T> wrapXaResource(java.lang.Boolean wrapXaResource)
wrap-xa-resource elementwrapXaResource - the value for the element wrap-xa-resourceXaPoolTypejava.lang.Boolean isWrapXaResource()
wrap-xa-resource elementwrap-xa-resourceXaPoolType<T> removeWrapXaResource()
wrap-xa-resource elementXaPoolTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)