|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resourceadapters.impl.XaPoolTypeImpl<T>
public class XaPoolTypeImpl<T>
This class implements the xa-poolType
xsd type
Constructor Summary | |
---|---|
XaPoolTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
XaPoolTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
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 |
T |
up()
Returns the parent of this Child |
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XaPoolTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public XaPoolTypeImpl(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 XaPoolType<T> minPoolSize(Integer minPoolSize)
min-pool-size
element
minPoolSize
in interface XaPoolType<T>
minPoolSize
- the value for the element min-pool-size
XaPoolType
public Integer getMinPoolSize()
min-pool-size
element
getMinPoolSize
in interface XaPoolType<T>
min-pool-size
public XaPoolType<T> removeMinPoolSize()
min-pool-size
element
removeMinPoolSize
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size
element
maxPoolSize
in interface XaPoolType<T>
maxPoolSize
- the value for the element max-pool-size
XaPoolType
public Integer getMaxPoolSize()
max-pool-size
element
getMaxPoolSize
in interface XaPoolType<T>
max-pool-size
public XaPoolType<T> removeMaxPoolSize()
max-pool-size
element
removeMaxPoolSize
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> prefill(Boolean prefill)
prefill
element
prefill
in interface XaPoolType<T>
prefill
- the value for the element prefill
XaPoolType
public Boolean isPrefill()
prefill
element
isPrefill
in interface XaPoolType<T>
prefill
public XaPoolType<T> removePrefill()
prefill
element
removePrefill
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> useStrictMin(Boolean useStrictMin)
use-strict-min
element
useStrictMin
in interface XaPoolType<T>
useStrictMin
- the value for the element use-strict-min
XaPoolType
public Boolean isUseStrictMin()
use-strict-min
element
isUseStrictMin
in interface XaPoolType<T>
use-strict-min
public XaPoolType<T> removeUseStrictMin()
use-strict-min
element
removeUseStrictMin
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> flushStrategy(String flushStrategy)
flush-strategy
element
flushStrategy
in interface XaPoolType<T>
flushStrategy
- the value for the element flush-strategy
XaPoolType
public String getFlushStrategy()
flush-strategy
element
getFlushStrategy
in interface XaPoolType<T>
flush-strategy
public XaPoolType<T> removeFlushStrategy()
flush-strategy
element
removeFlushStrategy
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> isSameRmOverride(Boolean isSameRmOverride)
is-same-rm-override
element
isSameRmOverride
in interface XaPoolType<T>
isSameRmOverride
- the value for the element is-same-rm-override
XaPoolType
public Boolean isIsSameRmOverride()
is-same-rm-override
element
isIsSameRmOverride
in interface XaPoolType<T>
is-same-rm-override
public XaPoolType<T> removeIsSameRmOverride()
is-same-rm-override
element
removeIsSameRmOverride
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> interleaving()
interleaving
element
interleaving
in interface XaPoolType<T>
XaPoolType
public Boolean isInterleaving()
interleaving
element
isInterleaving
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> removeInterleaving()
interleaving
element
removeInterleaving
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> noTxSeparatePools()
no-tx-separate-pools
element
noTxSeparatePools
in interface XaPoolType<T>
XaPoolType
public Boolean isNoTxSeparatePools()
no-tx-separate-pools
element
isNoTxSeparatePools
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> removeNoTxSeparatePools()
no-tx-separate-pools
element
removeNoTxSeparatePools
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> padXid(Boolean padXid)
pad-xid
element
padXid
in interface XaPoolType<T>
padXid
- the value for the element pad-xid
XaPoolType
public Boolean isPadXid()
pad-xid
element
isPadXid
in interface XaPoolType<T>
pad-xid
public XaPoolType<T> removePadXid()
pad-xid
element
removePadXid
in interface XaPoolType<T>
XaPoolType
public XaPoolType<T> wrapXaResource(Boolean wrapXaResource)
wrap-xa-resource
element
wrapXaResource
in interface XaPoolType<T>
wrapXaResource
- the value for the element wrap-xa-resource
XaPoolType
public Boolean isWrapXaResource()
wrap-xa-resource
element
isWrapXaResource
in interface XaPoolType<T>
wrap-xa-resource
public XaPoolType<T> removeWrapXaResource()
wrap-xa-resource
element
removeWrapXaResource
in interface XaPoolType<T>
XaPoolType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |