Class ReflectMethod
- java.lang.Object
-
- org.apache.derby.impl.services.reflect.ReflectMethod
-
- All Implemented Interfaces:
GeneratedMethod
class ReflectMethod extends java.lang.Object implements GeneratedMethod
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
realMethod
-
Constructor Summary
Constructors Constructor Description ReflectMethod(java.lang.reflect.Method m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(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 StandardException
Description copied from interface: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 interfaceGeneratedMethod
- Throws:
StandardException
- Standard Derby error policy
-
-