Class ReflectMethod
java.lang.Object
org.apache.derby.impl.services.reflect.ReflectMethod
- All Implemented Interfaces:
GeneratedMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
realMethod
-
-
Constructor Details
-
ReflectMethod
ReflectMethod(Method m)
-
-
Method Details
-
invoke
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
-