| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Field Summary | |
| static String | INTERFACE_NAME | 
| Method Summary | |
|  void | postInvokeCallback(Object vendorObj,
                   String methodName,
                   Object[] params,
                   Object ret)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)WebLogic Server will invoke this method AFTER it calls a method in the JDBC driver. | 
|  Object | preInvokeCallback(Object vendorObj,
                  String methodName,
                  Object[] params)WebLogic Server will invoke this method BEFORE it calls a method in the JDBC driver. | 
| Field Detail | 
public static final String INTERFACE_NAME
| Method Detail | 
public void postInvokeCallback(Object vendorObj,
                               String methodName,
                               Object[] params,
                               Object ret)
                        throws SQLException
vendorObj - object who's method was invokedmethodName - name of invoked methodret - output of the invoked method
SQLException - WLS will rethrow this exception
public void postInvokeExceptionCallback(Object vendorObj,
                                        String methodName,
                                        Object[] params,
                                        Throwable error)
                                 throws SQLException
vendorObj - object who's method was invokedmethodName - name of invoked methoderror - exception thrown from the invoked method
SQLException - WLS will rethrow this exception
public Object preInvokeCallback(Object vendorObj,
                                String methodName,
                                Object[] params)
                         throws SQLException
vendorObj - object who's method is being invokedmethodName - name of method being invoked
SQLException - WLS will SKIP method invokation, and will
   rethrow this exception| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||