public abstract class AbstractStatementProxyHandler extends AbstractProxyHandler
Statement
-based proxy handlersModifier | 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, toString
protected 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 AbstractProxyHandler
java.lang.Throwable
protected void beginningInvocationHandling(java.lang.reflect.Method method, java.lang.Object[] args)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.