Uses of Class
org.springframework.aop.target.AbstractPrototypeTargetSource

Packages that use AbstractPrototypeTargetSource
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. 
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface. 
 

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

Methods in org.springframework.aop.framework.autoproxy.metadata that return AbstractPrototypeTargetSource
protected  AbstractPrototypeTargetSource AttributesThreadLocalTargetSourceCreator.createPrototypeTargetSource(java.lang.Object bean, java.lang.String beanName, BeanFactory bf)
           
protected  AbstractPrototypeTargetSource AttributesPrototypeTargetSourceCreator.createPrototypeTargetSource(java.lang.Object bean, java.lang.String beanName, BeanFactory bf)
           
 

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

Methods in org.springframework.aop.framework.autoproxy.target that return AbstractPrototypeTargetSource
protected  AbstractPrototypeTargetSource QuickTargetSourceCreator.createPrototypeTargetSource(java.lang.Object bean, java.lang.String beanName, BeanFactory factory)
           
protected abstract  AbstractPrototypeTargetSource AbstractPrototypeTargetSourceCreator.createPrototypeTargetSource(java.lang.Object bean, java.lang.String beanName, BeanFactory factory)
          Subclasses must implement this method to return a new AbstractPrototypeTargetSource if they wish to create a custom TargetSource for this bean, or null if they are not interested it in, in which case no special target source will be created.
protected  AbstractPrototypeTargetSource AbstractPoolingTargetSourceCreator.createPrototypeTargetSource(java.lang.Object bean, java.lang.String beanName, BeanFactory factory)
           
 

Uses of AbstractPrototypeTargetSource in org.springframework.aop.target
 

Subclasses of AbstractPrototypeTargetSource in org.springframework.aop.target
 class AbstractPoolingTargetSource
          Abstract uperclass for pooling TargetSources that maintains a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
 class CommonsPoolTargetSource
          Jakarta Commons pooling implementation extending AbstractPoolingInvokerInterceptor
 class PrototypeTargetSource
          TargetSource that creates a new instance of the target bean for each request.
 class ThreadLocalTargetSource
          Alternative to an object pool.
 



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