public abstract class AbstractResultSetProxyHandler extends AbstractProxyHandler
ResultSet
-based proxy handlersConstructor 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, toString
public 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 AbstractProxyHandler
Throwable
protected void invalidateHandle()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.