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

java.lang.Object
  extended by org.springframework.aop.framework.autoproxy.target.PoolingAttribute

public class PoolingAttribute
extends Object

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

Author:
Rod Johnson

Constructor Summary
PoolingAttribute(int size)
           
 
Method Summary
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolingAttribute

public PoolingAttribute(int size)
Method Detail

getSize

public int getSize()


Copyright (c) 2002-2007 The Spring Framework Project.