Example usage for org.springframework.aop.target AbstractPoolingTargetSource subclass-usage

List of usage examples for org.springframework.aop.target AbstractPoolingTargetSource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.target AbstractPoolingTargetSource subclass-usage.

Usage

From source file org.springframework.aop.target.CommonsPoolTargetSource.java

/**
 * {@link org.springframework.aop.TargetSource} implementation that holds
 * objects in a configurable Apache Commons Pool.
 *
 * <p>By default, an instance of {@code GenericObjectPool} is created.
 * Subclasses may change the type of {@code ObjectPool} used by

From source file org.springframework.aop.target.CommonsPool2TargetSource.java

/**
 * {@link org.springframework.aop.TargetSource} implementation that holds
 * objects in a configurable Apache Commons2 Pool.
 *
 * <p>By default, an instance of {@code GenericObjectPool} is created.
 * Subclasses may change the type of {@code ObjectPool} used by