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