Package org.apache.commons.pool2.proxy
Class CglibProxySource<T>
java.lang.Object
org.apache.commons.pool2.proxy.CglibProxySource<T>
- Type Parameters:
T- type of the pooled object to be proxied
Provides proxy objects using CGLib.
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionCglibProxySource(Class<? extends T> superclass) Create a new proxy source for the given class. -
Method Summary
Modifier and TypeMethodDescriptioncreateProxy(T pooledObject, UsageTracking<T> usageTracking) resolveProxy(T proxy)
-
Constructor Details
-
CglibProxySource
Create a new proxy source for the given class.- Parameters:
superclass- The class to proxy
-
-
Method Details
-
createProxy
-
resolveProxy
-