|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XaPoolType<T>
This interface defines the contract for the xa-poolType
xsd type
Method Summary | |
---|---|
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 |
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> |
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
XaPoolType<T> minPoolSize(Integer minPoolSize)
min-pool-size
element
minPoolSize
- the value for the element min-pool-size
XaPoolType
Integer getMinPoolSize()
min-pool-size
element
min-pool-size
XaPoolType<T> removeMinPoolSize()
min-pool-size
element
XaPoolType
XaPoolType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size
element
maxPoolSize
- the value for the element max-pool-size
XaPoolType
Integer getMaxPoolSize()
max-pool-size
element
max-pool-size
XaPoolType<T> removeMaxPoolSize()
max-pool-size
element
XaPoolType
XaPoolType<T> prefill(Boolean prefill)
prefill
element
prefill
- the value for the element prefill
XaPoolType
Boolean isPrefill()
prefill
element
prefill
XaPoolType<T> removePrefill()
prefill
element
XaPoolType
XaPoolType<T> useStrictMin(Boolean useStrictMin)
use-strict-min
element
useStrictMin
- the value for the element use-strict-min
XaPoolType
Boolean isUseStrictMin()
use-strict-min
element
use-strict-min
XaPoolType<T> removeUseStrictMin()
use-strict-min
element
XaPoolType
XaPoolType<T> flushStrategy(String flushStrategy)
flush-strategy
element
flushStrategy
- the value for the element flush-strategy
XaPoolType
String getFlushStrategy()
flush-strategy
element
flush-strategy
XaPoolType<T> removeFlushStrategy()
flush-strategy
element
XaPoolType
XaPoolType<T> isSameRmOverride(Boolean isSameRmOverride)
is-same-rm-override
element
isSameRmOverride
- the value for the element is-same-rm-override
XaPoolType
Boolean isIsSameRmOverride()
is-same-rm-override
element
is-same-rm-override
XaPoolType<T> removeIsSameRmOverride()
is-same-rm-override
element
XaPoolType
XaPoolType<T> interleaving()
interleaving
element
XaPoolType
Boolean isInterleaving()
interleaving
element
XaPoolType
XaPoolType<T> removeInterleaving()
interleaving
element
XaPoolType
XaPoolType<T> noTxSeparatePools()
no-tx-separate-pools
element
XaPoolType
Boolean isNoTxSeparatePools()
no-tx-separate-pools
element
XaPoolType
XaPoolType<T> removeNoTxSeparatePools()
no-tx-separate-pools
element
XaPoolType
XaPoolType<T> padXid(Boolean padXid)
pad-xid
element
padXid
- the value for the element pad-xid
XaPoolType
Boolean isPadXid()
pad-xid
element
pad-xid
XaPoolType<T> removePadXid()
pad-xid
element
XaPoolType
XaPoolType<T> wrapXaResource(Boolean wrapXaResource)
wrap-xa-resource
element
wrapXaResource
- the value for the element wrap-xa-resource
XaPoolType
Boolean isWrapXaResource()
wrap-xa-resource
element
wrap-xa-resource
XaPoolType<T> removeWrapXaResource()
wrap-xa-resource
element
XaPoolType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |