Interface Pool
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata
A Pool.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the capacityGet the flushStrategy.Get the initial pool sizeGet the maxPoolSize.Get the minPoolSize.isFair()Get pool fairness.Get the prefill.Get the useStrictMin.Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
getMinPoolSize
Integer getMinPoolSize()Get the minPoolSize.- Returns:
- the minPoolSize.
-
getInitialPoolSize
Integer getInitialPoolSize()Get the initial pool size- Returns:
- The value
-
getMaxPoolSize
Integer getMaxPoolSize()Get the maxPoolSize.- Returns:
- the maxPoolSize.
-
isPrefill
Boolean isPrefill()Get the prefill.- Returns:
- the prefill.
-
isUseStrictMin
Boolean isUseStrictMin()Get the useStrictMin.- Returns:
- the useStrictMin.
-
getFlushStrategy
FlushStrategy getFlushStrategy()Get the flushStrategy.- Returns:
- the flushStrategy.
-
getCapacity
Capacity getCapacity()Get the capacity- Returns:
- The value
-
isFair
Boolean isFair()Get pool fairness.- Returns:
- pool fairness.
-