org.springframework.aop.target
Interface PoolingConfig

All Known Implementing Classes:
AbstractPoolingTargetSource

public interface PoolingConfig

Config interface for a pooling invoker.

Author:
Rod Johnson
Version: $Id: PoolingConfig.java,v 1.2 2003/12/30 01:07:12 jhoeller Exp $

Method Summary
 intgetActive()
           
 intgetFree()
           
 intgetMaxSize()
           

Method Detail

getActive

public int getActive()
throws java.lang.UnsupportedOperationException

getFree

public int getFree()
throws java.lang.UnsupportedOperationException

getMaxSize

public int getMaxSize()