Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.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.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return PoolTypeModifier and TypeMethodDescriptionPoolType.allowMultipleUsers()Sets theallow-multiple-userselementPoolType.flushStrategy(String flushStrategy) Sets theflush-strategyelementDatasourceType.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.PoolType.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementPoolType.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets theprefillelementPoolType.removeAllowMultipleUsers()Removes theallow-multiple-userselementPoolType.removeFlushStrategy()Removes theflush-strategyelementPoolType.removeMaxPoolSize()Removes themax-pool-sizeelementPoolType.removeMinPoolSize()Removes themin-pool-sizeelementPoolType.removePrefill()Removes theprefillelementPoolType.removeUseStrictMin()Removes theuse-strict-minelementPoolType.useStrictMin(Boolean useStrictMin) Sets theuse-strict-minelement -
Uses of PoolType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement PoolTypeModifier and TypeClassDescriptionclassPoolTypeImpl<T>This class implements thepoolTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return PoolTypeModifier and TypeMethodDescriptionPoolTypeImpl.allowMultipleUsers()Sets theallow-multiple-userselementPoolTypeImpl.flushStrategy(String flushStrategy) Sets theflush-strategyelementDatasourceTypeImpl.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.PoolTypeImpl.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementPoolTypeImpl.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets theprefillelementPoolTypeImpl.removeAllowMultipleUsers()Removes theallow-multiple-userselementPoolTypeImpl.removeFlushStrategy()Removes theflush-strategyelementPoolTypeImpl.removeMaxPoolSize()Removes themax-pool-sizeelementPoolTypeImpl.removeMinPoolSize()Removes themin-pool-sizeelementPoolTypeImpl.removePrefill()Removes theprefillelementPoolTypeImpl.removeUseStrictMin()Removes theuse-strict-minelementPoolTypeImpl.useStrictMin(Boolean useStrictMin) Sets theuse-strict-minelement