org.jboss.jca.common.api.metadata.common
Interface CommonPool

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata
All Known Subinterfaces:
CommonXaPool

public interface CommonPool
extends JCAMetadata, ValidatableMetadata

A Pool.

Author:
Stefano Maestri

Nested Class Summary
static class CommonPool.Tag
          A Tag.
 
Method Summary
 Integer getMaxPoolSize()
          Get the maxPoolSize.
 Integer getMinPoolSize()
          Get the minPoolSize.
 Boolean isPrefill()
          Get the prefill.
 Boolean isUseStrictMin()
          Get the useStrictMin.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

getMinPoolSize

Integer getMinPoolSize()
Get the minPoolSize.

Returns:
the minPoolSize.

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.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)