Class ReflectGeneratedClass
java.lang.Object
org.apache.derby.impl.services.reflect.LoadedGeneratedClass
org.apache.derby.impl.services.reflect.ReflectGeneratedClass
- All Implemented Interfaces:
GeneratedClass
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final GeneratedMethod[]
private final Hashtable
<String, GeneratedMethod> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain a handle to the method with the given name that takes no arguments.Methods inherited from class org.apache.derby.impl.services.reflect.LoadedGeneratedClass
getClassLoaderVersion, getJVMClass, getName, newInstance
-
Field Details
-
methodCache
-
directs
-
-
Constructor Details
-
ReflectGeneratedClass
-
-
Method Details
-
getMethod
Description copied from interface:GeneratedClass
Obtain a handle to the method with the given name that takes no arguments.- Throws:
StandardException
- Standard Derby error policy
-