Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.api.PoolType
-
Packages that use PoolType Package Description org.jboss.jca.embedded.dsl.ironjacamar10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar10.impl Provides the implementation classes as defined in the schema -
-
Uses of PoolType in org.jboss.jca.embedded.dsl.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return PoolType Modifier and Type Method Description PoolType<T>PoolType. flushStrategy(String flushStrategy)Sets theflush-strategyelementPoolType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreatePool()If not already created, a newpoolelement with the given value will be created.PoolType<T>PoolType. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementPoolType<T>PoolType. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementPoolType<T>PoolType. prefill(Boolean prefill)Sets theprefillelementPoolType<T>PoolType. removeFlushStrategy()Removes theflush-strategyelementPoolType<T>PoolType. removeMaxPoolSize()Removes themax-pool-sizeelementPoolType<T>PoolType. removeMinPoolSize()Removes themin-pool-sizeelementPoolType<T>PoolType. removePrefill()Removes theprefillelementPoolType<T>PoolType. removeUseStrictMin()Removes theuse-strict-minelementPoolType<T>PoolType. useStrictMin(Boolean useStrictMin)Sets theuse-strict-minelement -
Uses of PoolType in org.jboss.jca.embedded.dsl.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement PoolType Modifier and Type Class Description classPoolTypeImpl<T>This class implements thepoolTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return PoolType Modifier and Type Method Description PoolType<T>PoolTypeImpl. flushStrategy(String flushStrategy)Sets theflush-strategyelementPoolType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreatePool()If not already created, a newpoolelement with the given value will be created.PoolType<T>PoolTypeImpl. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementPoolType<T>PoolTypeImpl. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementPoolType<T>PoolTypeImpl. prefill(Boolean prefill)Sets theprefillelementPoolType<T>PoolTypeImpl. removeFlushStrategy()Removes theflush-strategyelementPoolType<T>PoolTypeImpl. removeMaxPoolSize()Removes themax-pool-sizeelementPoolType<T>PoolTypeImpl. removeMinPoolSize()Removes themin-pool-sizeelementPoolType<T>PoolTypeImpl. removePrefill()Removes theprefillelementPoolType<T>PoolTypeImpl. removeUseStrictMin()Removes theuse-strict-minelementPoolType<T>PoolTypeImpl. useStrictMin(Boolean useStrictMin)Sets theuse-strict-minelement
-