org.huihoo.jfox.pool.connection
Class PoolableConnectionInvocationHandler

java.lang.Object
  |
  +--org.huihoo.jfox.pool.PoolableObjectInvocationHandler
        |
        +--org.huihoo.jfox.pool.connection.PoolableConnectionInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class PoolableConnectionInvocationHandler
extends PoolableObjectInvocationHandler

Author:
Kelvin Wu

Constructor Summary
PoolableConnectionInvocationHandler(PoolableObject poolableObject)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class org.huihoo.jfox.pool.PoolableObjectInvocationHandler
getPoolableObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolableConnectionInvocationHandler

public PoolableConnectionInvocationHandler(PoolableObject poolableObject)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Overrides:
invoke in class PoolableObjectInvocationHandler