Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.springframework.aop.target

Classes in org.springframework.aop.target used by org.springframework.aop.target
AbstractBeanFactoryBasedTargetSource
          Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
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.
AbstractPrototypeBasedTargetSource
          Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
EmptyTargetSource
          Canonical TargetSource when there's no target, and behavior is supplied by interfaces and advisors.
PoolingConfig
          Config interface for a pooling target source.
ThreadLocalTargetSourceStats
          Statistics for a ThreadLocal TargetSource.