java.lang.Object
org.apache.derby.impl.services.reflect.DirectCall
- All Implemented Interfaces:
- org.apache.derby.iapi.services.loader.GeneratedMethod
- class DirectCall
- extends java.lang.Object
- implements org.apache.derby.iapi.services.loader.GeneratedMethod
|
Field Summary |
private int |
which
|
|
Constructor Summary |
(package private) |
DirectCall(int which)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
which
private final int which
DirectCall
DirectCall(int which)
invoke
public java.lang.Object invoke(java.lang.Object ref)
throws org.apache.derby.iapi.error.StandardException
- Description copied from interface:
org.apache.derby.iapi.services.loader.GeneratedMethod
- Invoke a generated method that has no arguments.
(Similar to java.lang.refect.Method.invoke)
Returns the value returned by the method.
- Specified by:
invoke in interface org.apache.derby.iapi.services.loader.GeneratedMethod