Class DirectCall
- java.lang.Object
-
- org.apache.derby.impl.services.reflect.DirectCall
-
- All Implemented Interfaces:
GeneratedMethod
class DirectCall extends java.lang.Object implements GeneratedMethod
-
-
Field Summary
Fields Modifier and Type Field Description private intwhich
-
Constructor Summary
Constructors Constructor Description DirectCall(int which)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object ref)Invoke a generated method that has no arguments.
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object ref) throws StandardExceptionDescription copied from interface:GeneratedMethodInvoke a generated method that has no arguments. (Similar to java.lang.refect.Method.invoke) Returns the value returned by the method.- Specified by:
invokein interfaceGeneratedMethod- Throws:
StandardException- Standard Derby error policy
-
-