org.jdbcdslog
类 GenericLoggingProxy

java.lang.Object
  继承者 org.jdbcdslog.GenericLoggingProxy
所有已实现的接口:
java.lang.reflect.InvocationHandler

public class GenericLoggingProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


构造函数摘要
GenericLoggingProxy(java.lang.Object target)
           
GenericLoggingProxy(java.lang.Object target, java.lang.String sql)
           
 
方法摘要
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

GenericLoggingProxy

public GenericLoggingProxy(java.lang.Object target)

GenericLoggingProxy

public GenericLoggingProxy(java.lang.Object target,
                           java.lang.String sql)
方法详细信息

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
指定者:
接口 java.lang.reflect.InvocationHandler 中的 invoke
抛出:
java.lang.Throwable


Copyright © 2011. All Rights Reserved.