public abstract class AbstractResultSetProxyHandler extends AbstractProxyHandler
ResultSet-based proxy handlers| Constructor and Description |
|---|
AbstractResultSetProxyHandler(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
continueInvocation(Object proxy,
Method method,
Object[] args) |
protected abstract Statement |
getExposableStatement() |
protected abstract JdbcServices |
getJdbcServices() |
protected abstract JdbcResourceRegistry |
getResourceRegistry() |
protected ResultSet |
getResultSet() |
protected ResultSet |
getResultSetWithoutChecks() |
protected void |
invalidateHandle() |
errorIfInvalid, hashCode, invalidate, invoke, isValid, toStringpublic AbstractResultSetProxyHandler(ResultSet resultSet)
protected abstract JdbcServices getJdbcServices()
protected abstract JdbcResourceRegistry getResourceRegistry()
protected abstract Statement getExposableStatement()
protected final ResultSet getResultSet()
protected final ResultSet getResultSetWithoutChecks()
protected Object continueInvocation(Object proxy, Method method, Object[] args) throws Throwable
continueInvocation in class AbstractProxyHandlerThrowableprotected void invalidateHandle()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.