org.springframework.aop.target
Interface PoolingConfig

All Known Implementing Classes:
AbstractPoolingTargetSource

public interface PoolingConfig

Config interface for a pooling invoker.

Author:
Rod Johnson

Method Summary
 int getActive()
           
 int getFree()
           
 int getMaxSize()
           
 

Method Detail

getMaxSize

public int getMaxSize()

getActive

public int getActive()
              throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException

getFree

public int getFree()
            throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException


Copyright (C) 2003-2004 The Spring Framework Project.