Package | Description |
---|---|
org.springframework.aop.target |
This package contains implementations of the org.springframework.aop.TargetSource interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPoolingTargetSource
Abstract base class for pooling
TargetSource
implementations which maintain a pool of target instances, acquiring and
releasing a target object from the pool for each method invocation. |
class |
CommonsPoolTargetSource
TargetSource implementation that holds
objects in a configurable Apache Commons Pool. |
class |
PrototypeTargetSource
TargetSource implementation that
creates a new instance of the target bean for each request,
destroying each instance on release (after each request). |
class |
ThreadLocalTargetSource
Alternative to an object pool.
|
Copyright © 2015. All rights reserved.