Class JdkProxyHandler<T>

    • Constructor Detail

      • JdkProxyHandler

        JdkProxyHandler​(T pooledObject,
                        UsageTracking<T> usageTracking)
        Constructs a Java reflection proxy instance.
        Parameters:
        pooledObject - The object to wrap
        usageTracking - The instance, if any (usually the object pool) to be provided with usage tracking information for this wrapped object