net.ttddyy.dsproxy.proxy
Class CallableStatementInvocationHandler

java.lang.Object
  extended by net.ttddyy.dsproxy.proxy.CallableStatementInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class CallableStatementInvocationHandler
extends Object
implements InvocationHandler

Proxy InvocationHandler for CallableStatement.

Author:
Tadaya Tsuyukubo

Constructor Summary
CallableStatementInvocationHandler()
           
CallableStatementInvocationHandler(CallableStatement cs, String query, QueryExecutionListener listener, String dataSourceName)
           
 
Method Summary
 Object invoke(Object o, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableStatementInvocationHandler

public CallableStatementInvocationHandler()

CallableStatementInvocationHandler

public CallableStatementInvocationHandler(CallableStatement cs,
                                          String query,
                                          QueryExecutionListener listener,
                                          String dataSourceName)
Method Detail

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.