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

Packages that use PoolingAttribute
org.springframework.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
 

Uses of PoolingAttribute in org.springframework.aop.framework.autoproxy.metadata
 

Methods in org.springframework.aop.framework.autoproxy.metadata that return PoolingAttribute
protected  PoolingAttribute AttributesPoolingTargetSourceCreator.getPoolingAttribute(Object bean, String beanName, BeanFactory beanFactory)
           
 

Uses of PoolingAttribute in org.springframework.aop.framework.autoproxy.target
 

Methods in org.springframework.aop.framework.autoproxy.target that return PoolingAttribute
protected abstract  PoolingAttribute AbstractPoolingTargetSourceCreator.getPoolingAttribute(Object bean, String beanName, BeanFactory beanFactory)
          Create a PoolingAttribute for the given bean, if any.
 

Methods in org.springframework.aop.framework.autoproxy.target with parameters of type PoolingAttribute
protected  AbstractPoolingTargetSource AbstractPoolingTargetSourceCreator.newPoolingTargetSource(PoolingAttribute poolingAttribute)
          Create a new AbstractPoolingTargetSource.
 



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