Class ReflectGeneratedClass
- java.lang.Object
-
- org.apache.derby.impl.services.reflect.LoadedGeneratedClass
-
- org.apache.derby.impl.services.reflect.ReflectGeneratedClass
-
- All Implemented Interfaces:
GeneratedClass
public final class ReflectGeneratedClass extends LoadedGeneratedClass
-
-
Field Summary
Fields Modifier and Type Field Description private static GeneratedMethod[]
directs
private java.util.Hashtable<java.lang.String,GeneratedMethod>
methodCache
-
Constructor Summary
Constructors Constructor Description ReflectGeneratedClass(ClassFactory cf, java.lang.Class jvmClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratedMethod
getMethod(java.lang.String simpleName)
Obtain 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 Detail
-
methodCache
private final java.util.Hashtable<java.lang.String,GeneratedMethod> methodCache
-
directs
private static final GeneratedMethod[] directs
-
-
Constructor Detail
-
ReflectGeneratedClass
public ReflectGeneratedClass(ClassFactory cf, java.lang.Class jvmClass)
-
-
Method Detail
-
getMethod
public GeneratedMethod getMethod(java.lang.String simpleName) throws StandardException
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
-
-