Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters11.api.XaPoolType
-
Packages that use XaPoolType Package Description org.jboss.jca.embedded.dsl.resourceadapters11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters11.impl Provides the implementation classes as defined in the schema -
-
Uses of XaPoolType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return XaPoolType Modifier and Type Method Description XaPoolType<T>XaPoolType. flushStrategy(String flushStrategy)Sets theflush-strategyelementXaPoolType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateXaPool()If not already created, a newxa-poolelement with the given value will be created.XaPoolType<T>XaPoolType. initialPoolSize(Integer initialPoolSize)Sets theinitial-pool-sizeelementXaPoolType<T>XaPoolType. interleaving()Sets theinterleavingelementXaPoolType<T>XaPoolType. isSameRmOverride(Boolean isSameRmOverride)Sets theis-same-rm-overrideelementXaPoolType<T>XaPoolType. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementXaPoolType<T>XaPoolType. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementXaPoolType<T>XaPoolType. noTxSeparatePools()Sets theno-tx-separate-poolselementXaPoolType<T>XaPoolType. padXid(Boolean padXid)Sets thepad-xidelementXaPoolType<T>XaPoolType. prefill(Boolean prefill)Sets theprefillelementXaPoolType<T>XaPoolType. removeCapacity()Removes thecapacityelementXaPoolType<T>XaPoolType. removeFlushStrategy()Removes theflush-strategyelementXaPoolType<T>XaPoolType. removeInitialPoolSize()Removes theinitial-pool-sizeelementXaPoolType<T>XaPoolType. removeInterleaving()Removes theinterleavingelementXaPoolType<T>XaPoolType. removeIsSameRmOverride()Removes theis-same-rm-overrideelementXaPoolType<T>XaPoolType. removeMaxPoolSize()Removes themax-pool-sizeelementXaPoolType<T>XaPoolType. removeMinPoolSize()Removes themin-pool-sizeelementXaPoolType<T>XaPoolType. removeNoTxSeparatePools()Removes theno-tx-separate-poolselementXaPoolType<T>XaPoolType. removePadXid()Removes thepad-xidelementXaPoolType<T>XaPoolType. removePrefill()Removes theprefillelementXaPoolType<T>XaPoolType. removeUseStrictMin()Removes theuse-strict-minelementXaPoolType<T>XaPoolType. removeWrapXaResource()Removes thewrap-xa-resourceelementXaPoolType<T>XaPoolType. useStrictMin(Boolean useStrictMin)Sets theuse-strict-minelementXaPoolType<T>XaPoolType. wrapXaResource(Boolean wrapXaResource)Sets thewrap-xa-resourceelementMethods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return types with arguments of type XaPoolType Modifier and Type Method Description CapacityType<XaPoolType<T>>XaPoolType. getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created. -
Uses of XaPoolType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters11.impl that implement XaPoolType Modifier and Type Class Description classXaPoolTypeImpl<T>This class implements thexa-poolTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return XaPoolType Modifier and Type Method Description XaPoolType<T>XaPoolTypeImpl. flushStrategy(String flushStrategy)Sets theflush-strategyelementXaPoolType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateXaPool()If not already created, a newxa-poolelement with the given value will be created.XaPoolType<T>XaPoolTypeImpl. initialPoolSize(Integer initialPoolSize)Sets theinitial-pool-sizeelementXaPoolType<T>XaPoolTypeImpl. interleaving()Sets theinterleavingelementXaPoolType<T>XaPoolTypeImpl. isSameRmOverride(Boolean isSameRmOverride)Sets theis-same-rm-overrideelementXaPoolType<T>XaPoolTypeImpl. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementXaPoolType<T>XaPoolTypeImpl. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementXaPoolType<T>XaPoolTypeImpl. noTxSeparatePools()Sets theno-tx-separate-poolselementXaPoolType<T>XaPoolTypeImpl. padXid(Boolean padXid)Sets thepad-xidelementXaPoolType<T>XaPoolTypeImpl. prefill(Boolean prefill)Sets theprefillelementXaPoolType<T>XaPoolTypeImpl. removeCapacity()Removes thecapacityelementXaPoolType<T>XaPoolTypeImpl. removeFlushStrategy()Removes theflush-strategyelementXaPoolType<T>XaPoolTypeImpl. removeInitialPoolSize()Removes theinitial-pool-sizeelementXaPoolType<T>XaPoolTypeImpl. removeInterleaving()Removes theinterleavingelementXaPoolType<T>XaPoolTypeImpl. removeIsSameRmOverride()Removes theis-same-rm-overrideelementXaPoolType<T>XaPoolTypeImpl. removeMaxPoolSize()Removes themax-pool-sizeelementXaPoolType<T>XaPoolTypeImpl. removeMinPoolSize()Removes themin-pool-sizeelementXaPoolType<T>XaPoolTypeImpl. removeNoTxSeparatePools()Removes theno-tx-separate-poolselementXaPoolType<T>XaPoolTypeImpl. removePadXid()Removes thepad-xidelementXaPoolType<T>XaPoolTypeImpl. removePrefill()Removes theprefillelementXaPoolType<T>XaPoolTypeImpl. removeUseStrictMin()Removes theuse-strict-minelementXaPoolType<T>XaPoolTypeImpl. removeWrapXaResource()Removes thewrap-xa-resourceelementXaPoolType<T>XaPoolTypeImpl. useStrictMin(Boolean useStrictMin)Sets theuse-strict-minelementXaPoolType<T>XaPoolTypeImpl. wrapXaResource(Boolean wrapXaResource)Sets thewrap-xa-resourceelementMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return types with arguments of type XaPoolType Modifier and Type Method Description CapacityType<XaPoolType<T>>XaPoolTypeImpl. getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.
-