net.ttddyy.dsproxy.proxy
Class ConnectionInvocationHandler
java.lang.Object
net.ttddyy.dsproxy.proxy.ConnectionInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class ConnectionInvocationHandler
- extends Object
- implements InvocationHandler
Proxy InvocationHandler for Connection.
- Author:
- Tadaya Tsuyukubo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionInvocationHandler
public ConnectionInvocationHandler(Connection connection)
ConnectionInvocationHandler
public ConnectionInvocationHandler(Connection connection,
QueryExecutionListener listener)
ConnectionInvocationHandler
public ConnectionInvocationHandler(Connection connection,
QueryExecutionListener listener,
String dataSourceName)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012. All Rights Reserved.