|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DriverInterceptor
Interface for tracing all JDBC calls.
Field Summary | |
---|---|
static String |
INTERFACE_NAME
Deprecated. |
Method Summary | |
---|---|
void |
postInvokeCallback(Object vendorObj,
String methodName,
Object[] params,
Object ret)
Deprecated. WebLogic Server will invoke this method AFTER it calls a method in the JDBC driver. |
void |
postInvokeExceptionCallback(Object vendorObj,
String methodName,
Object[] params,
Throwable error)
Deprecated. WebLogic Server will invoke this method AFTER it calls a method in the JDBC driver. |
Object |
preInvokeCallback(Object vendorObj,
String methodName,
Object[] params)
Deprecated. WebLogic Server will invoke this method BEFORE it calls a method in the JDBC driver. |
Field Detail |
---|
static final String INTERFACE_NAME
Method Detail |
---|
Object preInvokeCallback(Object vendorObj, String methodName, Object[] params) throws SQLException
vendorObj
- object who's method is being invokedmethodName
- name of method being invokedparams
- arguments to the method being invoked
SQLException
- WLS will SKIP method invokation, and will
rethrow this exceptionvoid postInvokeCallback(Object vendorObj, String methodName, Object[] params, Object ret) throws SQLException
vendorObj
- object who's method was invokedmethodName
- name of invoked methodparams
- arguments to the invoked methodret
- output of the invoked method
SQLException
- WLS will rethrow this exceptionvoid postInvokeExceptionCallback(Object vendorObj, String methodName, Object[] params, Throwable error) throws SQLException
vendorObj
- object who's method was invokedmethodName
- name of invoked methodparams
- arguments to the invoked methoderror
- exception thrown from the invoked method
SQLException
- WLS will rethrow this exception
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |