com.acsinet_solutions.cetia4.test
Class MockResultSetCallback

java.lang.Object
  extended by com.acsinet_solutions.cetia4.test.MockResultSetCallback
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public final class MockResultSetCallback
extends java.lang.Object
implements net.sf.cglib.proxy.MethodInterceptor

Author:
Santiago Arriaga - santiago.arriaga@acsinet-solutions.com

Constructor Summary
MockResultSetCallback()
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockResultSetCallback

public MockResultSetCallback()
Method Detail

intercept

public final java.lang.Object intercept(java.lang.Object obj,
                                        java.lang.reflect.Method method,
                                        java.lang.Object[] args,
                                        net.sf.cglib.proxy.MethodProxy proxy)
                                 throws java.lang.Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
java.lang.Throwable
See Also:
MethodInterceptor.intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object[], net.sf.cglib.proxy.MethodProxy)