Class DsPoolImpl

java.lang.Object
org.jboss.jca.common.metadata.common.PoolImpl
org.jboss.jca.common.metadata.ds.DsPoolImpl
All Implemented Interfaces:
Serializable, Pool, DsPool, JCAMetadata, ValidatableMetadata

public class DsPoolImpl extends PoolImpl implements DsPool
A pool implementation
Author:
Jesper Pedersen
See Also:
  • Field Details

    • allowMultipleUsers

      protected Boolean allowMultipleUsers
      allow-multiple-users
    • connectionListener

      protected Extension connectionListener
      connection-listener
  • Constructor Details

    • DsPoolImpl

      public DsPoolImpl(Integer minPoolSize, Integer initialPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, FlushStrategy flushStrategy, Boolean allowMultipleUsers, Capacity capacity, Boolean fair, Extension connectionListener) throws ValidateException
      Create a new PoolImpl.
      Parameters:
      minPoolSize - minPoolSize
      initialPoolSize - initialPoolSize
      maxPoolSize - maxPoolSize
      prefill - prefill
      useStrictMin - useStrictMin
      flushStrategy - flushStrategy
      allowMultipleUsers - allowMultipleUsers
      capacity - capacity
      fair - fair
      connectionListener - connectionListener
      Throws:
      ValidateException - ValidateException
  • Method Details