| |||||||||
| PREV DIAGRAM NEXT DIAGRAM | FRAMES NO FRAMES | ||||||||
| Class Summary | |
| 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. |
| AbstractPrototypeTargetSource | Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy. |
| CommonsPoolTargetSource | Jakarta Commons pooling implementation extending AbstractPoolingInvokerInterceptor |
| HotSwappableTargetSource | Implementation of TargetSource interface that caches a local target object, but allows the target to be swapped while the application is running. |
| PoolingConfig | Config interface for a pooling invoker. |
| PrototypeTargetSource | TargetSource that creates a new instance of the target bean for each request. |
| SingletonTargetSource | Implementation of the TargetSource interface that holds a local object. |
| ThreadLocalTargetSource | Alternative to an object pool. |
| ThreadLocalTargetSourceStats | Statistics for a ThreadLocal TargetSource. |
| |||||||||
| PREV DIAGRAM NEXT DIAGRAM | FRAMES NO FRAMES | ||||||||