public abstract class AbstractStatementProxyHandler extends AbstractProxyHandler
Statement-based proxy handlers| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStatementProxyHandler(java.sql.Statement statement,
ConnectionProxyHandler connectionProxyHandler,
java.sql.Connection connectionProxy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beginningInvocationHandling(java.lang.reflect.Method method,
java.lang.Object[] args) |
protected java.lang.Object |
continueInvocation(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected ConnectionProxyHandler |
getConnectionProxy() |
protected JdbcServices |
getJdbcServices() |
protected JdbcResourceRegistry |
getResourceRegistry() |
protected java.sql.Statement |
getStatement() |
protected java.sql.Statement |
getStatementWithoutChecks() |
errorIfInvalid, hashCode, invalidate, invoke, isValid, toStringprotected AbstractStatementProxyHandler(java.sql.Statement statement,
ConnectionProxyHandler connectionProxyHandler,
java.sql.Connection connectionProxy)
protected ConnectionProxyHandler getConnectionProxy()
protected JdbcServices getJdbcServices()
protected JdbcResourceRegistry getResourceRegistry()
protected java.sql.Statement getStatement()
protected java.sql.Statement getStatementWithoutChecks()
protected java.lang.Object continueInvocation(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
continueInvocation in class AbstractProxyHandlerjava.lang.Throwableprotected void beginningInvocationHandling(java.lang.reflect.Method method,
java.lang.Object[] args)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.