|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Deprecated. 10.3.6.0
public interface DriverInterceptor
Interface for tracing all JDBC calls.
| Field Summary | |
|---|---|
static String |
INTERFACE_NAMEDeprecated. |
| Method Summary | |
|---|---|
abstract 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. |
abstract 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. |
abstract 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 invokedSQLException - WLS will SKIP method invokation, and will rethrow this exception
void 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 methodSQLException - WLS will rethrow this exception
void 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 methodSQLException - WLS will rethrow this exception
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||