Class LoadedGeneratedClass
java.lang.Object
org.apache.derby.impl.services.reflect.LoadedGeneratedClass
- All Implemented Interfaces:
GeneratedClass
- Direct Known Subclasses:
ReflectGeneratedClass
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intReturn the class reload version that this class was built at.protected Class<?> getName()Return the name of the generated class.newInstance(Context context) Return a new object that is an instance of the represented class.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GeneratedClass
getMethod
-
Field Details
-
ci
-
classLoaderVersion
private final int classLoaderVersion
-
-
Constructor Details
-
LoadedGeneratedClass
-
-
Method Details
-
getName
Description copied from interface:GeneratedClassReturn the name of the generated class.- Specified by:
getNamein interfaceGeneratedClass
-
newInstance
Description copied from interface:GeneratedClassReturn a new object that is an instance of the represented class. The object will have been initialised by the no-arg constructor of the represneted class. (Similar to java.lang.Class.newInstance).- Specified by:
newInstancein interfaceGeneratedClass- Throws:
StandardException- Standard Derby error policy
-
getClassLoaderVersion
public final int getClassLoaderVersion()Description copied from interface:GeneratedClassReturn the class reload version that this class was built at.- Specified by:
getClassLoaderVersionin interfaceGeneratedClass
-
getJVMClass
-