public class LoggingResultSetHandler extends Object implements InvocationHandler
InvocationHandler for the ResultSet interface
that logs certain calls to the category LogCategories.JDBC.| Constructor and Description |
|---|
LoggingResultSetHandler(ResultSet realResultSet,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
assertAllResultSetsClosed(boolean critical) |
static int |
getOpenResultSetCount() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static void |
resetMonitors() |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static int getOpenResultSetCount()
public static void resetMonitors()
public static boolean assertAllResultSetsClosed(boolean critical)
Copyright © 2006–2014 Volker Bergmann. All rights reserved.