org.springframework.aop.framework.autoproxy.target
Class PoolingAttribute


public class PoolingAttribute

Simple pooling attribute that can drive automatic creation of a TargetSource.

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

Constructor Summary
PoolingAttribute(int size)
           

Method Summary
 intgetSize()
           

Constructor Detail

PoolingAttribute

public PoolingAttribute(int size)
Method Detail

getSize

public int getSize()