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

Packages that use AbstractPrototypeBasedTargetSource
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface. 
 

Uses of AbstractPrototypeBasedTargetSource in org.springframework.aop.target
 

Subclasses of AbstractPrototypeBasedTargetSource in org.springframework.aop.target
 class AbstractPoolingTargetSource
          Abstract superclass 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 AbstractPoolingTargetSource.
 class PrototypeTargetSource
          TargetSource that creates a new instance of the target bean for each request.
 class ThreadLocalTargetSource
          Alternative to an object pool.
 



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