
public interface XaPoolType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
xa-poolType xsd type| Modifier and Type | Method and Description |
|---|---|
XaPoolType<T> |
allowMultipleUsers()
Sets the
allow-multiple-users element |
XaPoolType<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 |
XaPoolType<T> |
interleaving()
Sets the
interleaving element |
Boolean |
isAllowMultipleUsers()
Removes the
allow-multiple-users element |
Boolean |
isInterleaving()
Removes the
interleaving element |
Boolean |
isIsSameRmOverride()
Returns the
is-same-rm-override element |
Boolean |
isNoTxSeparatePools()
Removes the
no-tx-separate-pools element |
Boolean |
isPadXid()
Returns the
pad-xid element |
Boolean |
isPrefill()
Returns the
prefill element |
XaPoolType<T> |
isSameRmOverride(Boolean isSameRmOverride)
Sets the
is-same-rm-override element |
Boolean |
isUseStrictMin()
Returns the
use-strict-min element |
Boolean |
isWrapXaResource()
Returns the
wrap-xa-resource element |
XaPoolType<T> |
maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
XaPoolType<T> |
minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
XaPoolType<T> |
noTxSeparatePools()
Sets the
no-tx-separate-pools element |
XaPoolType<T> |
padXid(Boolean padXid)
Sets the
pad-xid element |
XaPoolType<T> |
prefill(Boolean prefill)
Sets the
prefill element |
XaPoolType<T> |
removeAllowMultipleUsers()
Removes the
allow-multiple-users element |
XaPoolType<T> |
removeFlushStrategy()
Removes the
flush-strategy 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(Boolean useStrictMin)
Sets the
use-strict-min element |
XaPoolType<T> |
wrapXaResource(Boolean wrapXaResource)
Sets the
wrap-xa-resource element |
XaPoolType<T> minPoolSize(Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizeXaPoolTypeInteger getMinPoolSize()
min-pool-size elementmin-pool-sizeXaPoolType<T> removeMinPoolSize()
min-pool-size elementXaPoolTypeXaPoolType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizeXaPoolTypeInteger getMaxPoolSize()
max-pool-size elementmax-pool-sizeXaPoolType<T> removeMaxPoolSize()
max-pool-size elementXaPoolTypeXaPoolType<T> prefill(Boolean prefill)
prefill elementprefill - the value for the element prefillXaPoolTypeBoolean isPrefill()
prefill elementprefillXaPoolType<T> removePrefill()
prefill elementXaPoolTypeXaPoolType<T> useStrictMin(Boolean useStrictMin)
use-strict-min elementuseStrictMin - the value for the element use-strict-minXaPoolTypeBoolean isUseStrictMin()
use-strict-min elementuse-strict-minXaPoolType<T> removeUseStrictMin()
use-strict-min elementXaPoolTypeXaPoolType<T> flushStrategy(String flushStrategy)
flush-strategy elementflushStrategy - the value for the element flush-strategyXaPoolTypeString getFlushStrategy()
flush-strategy elementflush-strategyXaPoolType<T> removeFlushStrategy()
flush-strategy elementXaPoolTypeXaPoolType<T> allowMultipleUsers()
allow-multiple-users elementXaPoolTypeBoolean isAllowMultipleUsers()
allow-multiple-users elementXaPoolTypeXaPoolType<T> removeAllowMultipleUsers()
allow-multiple-users elementXaPoolTypeXaPoolType<T> isSameRmOverride(Boolean isSameRmOverride)
is-same-rm-override elementisSameRmOverride - the value for the element is-same-rm-overrideXaPoolTypeBoolean isIsSameRmOverride()
is-same-rm-override elementis-same-rm-overrideXaPoolType<T> removeIsSameRmOverride()
is-same-rm-override elementXaPoolTypeXaPoolType<T> interleaving()
interleaving elementXaPoolTypeBoolean isInterleaving()
interleaving elementXaPoolTypeXaPoolType<T> removeInterleaving()
interleaving elementXaPoolTypeXaPoolType<T> noTxSeparatePools()
no-tx-separate-pools elementXaPoolTypeBoolean isNoTxSeparatePools()
no-tx-separate-pools elementXaPoolTypeXaPoolType<T> removeNoTxSeparatePools()
no-tx-separate-pools elementXaPoolTypeXaPoolType<T> padXid(Boolean padXid)
pad-xid elementpadXid - the value for the element pad-xidXaPoolTypeBoolean isPadXid()
pad-xid elementpad-xidXaPoolType<T> removePadXid()
pad-xid elementXaPoolTypeXaPoolType<T> wrapXaResource(Boolean wrapXaResource)
wrap-xa-resource elementwrapXaResource - the value for the element wrap-xa-resourceXaPoolTypeBoolean isWrapXaResource()
wrap-xa-resource elementwrap-xa-resourceXaPoolType<T> removeWrapXaResource()
wrap-xa-resource elementXaPoolTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)