|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.DelegatingInvocationHandler
mondrian.olap4j.MondrianOlap4jCell.MyDelegatingInvocationHandler
public static class MondrianOlap4jCell.MyDelegatingInvocationHandler
Constructor Summary | |
---|---|
MondrianOlap4jCell.MyDelegatingInvocationHandler(java.sql.ResultSet resultSet)
Creates a MyDelegatingInvocationHandler. |
Method Summary | |
---|---|
void |
close()
Helper method to implement ResultSet.close() . |
protected java.lang.Object |
getTarget()
Returns the object to forward method calls to, should the derived class not implement the method. |
Methods inherited from class mondrian.util.DelegatingInvocationHandler |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MondrianOlap4jCell.MyDelegatingInvocationHandler(java.sql.ResultSet resultSet)
resultSet
- Result setMethod Detail |
---|
protected java.lang.Object getTarget()
DelegatingInvocationHandler
The default implementation returns null, which will cause the
DelegatingInvocationHandler.invoke(Object, java.lang.reflect.Method, Object[])
method
to throw an UnsupportedOperationException
if the derived class
does not have the required method.
getTarget
in class DelegatingInvocationHandler
public void close() throws java.sql.SQLException
ResultSet.close()
.
java.sql.SQLException
- on error
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |