Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters12.api.PoolType
Packages that use PoolType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of PoolType in org.jboss.jca.embedded.dsl.resourceadapters12.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return PoolTypeModifier and TypeMethodDescriptionPoolType.flushStrategy(String flushStrategy) Sets theflush-strategyelementConnectionDefinitionType.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.PoolType.initialPoolSize(Integer initialPoolSize) Sets theinitial-pool-sizeelementPoolType.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementPoolType.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets theprefillelementPoolType.removeCapacity()Removes thecapacityelementPoolType.removeFlushStrategy()Removes theflush-strategyelementPoolType.removeInitialPoolSize()Removes theinitial-pool-sizeelementPoolType.removeMaxPoolSize()Removes themax-pool-sizeelementPoolType.removeMinPoolSize()Removes themin-pool-sizeelementPoolType.removePrefill()Removes theprefillelementPoolType.removeUseStrictMin()Removes theuse-strict-minelementPoolType.useStrictMin(Boolean useStrictMin) Sets theuse-strict-minelementMethods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return types with arguments of type PoolTypeModifier and TypeMethodDescriptionPoolType.getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created. -
Uses of PoolType in org.jboss.jca.embedded.dsl.resourceadapters12.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters12.impl that implement PoolTypeModifier and TypeClassDescriptionclassPoolTypeImpl<T>This class implements thepoolTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return PoolTypeModifier and TypeMethodDescriptionPoolTypeImpl.flushStrategy(String flushStrategy) Sets theflush-strategyelementConnectionDefinitionTypeImpl.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.PoolTypeImpl.initialPoolSize(Integer initialPoolSize) Sets theinitial-pool-sizeelementPoolTypeImpl.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementPoolTypeImpl.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets theprefillelementPoolTypeImpl.removeCapacity()Removes thecapacityelementPoolTypeImpl.removeFlushStrategy()Removes theflush-strategyelementPoolTypeImpl.removeInitialPoolSize()Removes theinitial-pool-sizeelementPoolTypeImpl.removeMaxPoolSize()Removes themax-pool-sizeelementPoolTypeImpl.removeMinPoolSize()Removes themin-pool-sizeelementPoolTypeImpl.removePrefill()Removes theprefillelementPoolTypeImpl.removeUseStrictMin()Removes theuse-strict-minelementPoolTypeImpl.useStrictMin(Boolean useStrictMin) Sets theuse-strict-minelementMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return types with arguments of type PoolTypeModifier and TypeMethodDescriptionPoolTypeImpl.getOrCreateCapacity()If not already created, a newcapacityelement with the given value will be created.