Missing <summary> Documentation for Spring.Aop.Target
| Class | Description |
|---|---|
| AbstractPoolingTargetSource | Abstract superclass for pooling ITargetSources. |
| AbstractPrototypeTargetSource | Base class for dynamic ITargetSource implementations that can create new prototype object instances to support a pooling or new-instance-per-invocation strategy. |
| EmptyTargetSource | The ITargetSource to be used when there is no target object, and behavior is supplied by the advisors. |
| HotSwappableTargetSource | ITargetSource implementation that caches a local target object, but allows the target to be swapped while the application is running |
| PrototypeTargetSource | ITargetSource implementation that creates a new instance of the target object for each request. |
| SimplePoolTargetSource | Pooling target source implementation based on the SimplePool |
| SingletonTargetSource | ITargetSource implementation that holds a local object. |
| ThreadLocalTargetSource | ITargetSource implementation that uses a threading model in which every thread has its own copy of the target. |
| Interface | Description |
|---|---|
| IThreadLocalTargetSourceStats | Statistics for a thread local ITargetSource. |
| PoolingConfig | Configuration interface for a pooling invoker. |