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

All Superinterfaces:
JCAMetadata, Serializable
All Known Subinterfaces:
CommonXaPool

public interface CommonPool
extends JCAMetadata

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.
 

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/)