public abstract class LoadedGeneratedClass extends java.lang.Object implements GeneratedClass
| Modifier and Type | Field and Description |
|---|---|
private ClassInfo |
ci |
private int |
classLoaderVersion |
| Constructor and Description |
|---|
LoadedGeneratedClass(ClassFactory cf,
java.lang.Class jvmClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassLoaderVersion()
Return the class reload version that this class was built at.
|
protected java.lang.Class |
getJVMClass() |
java.lang.String |
getName()
Return the name of the generated class.
|
java.lang.Object |
newInstance(Context context)
Return a new object that is an instance of the represented
class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodprivate final ClassInfo ci
private final int classLoaderVersion
public LoadedGeneratedClass(ClassFactory cf, java.lang.Class jvmClass)
public java.lang.String getName()
GeneratedClassgetName in interface GeneratedClasspublic java.lang.Object newInstance(Context context) throws StandardException
GeneratedClassnewInstance in interface GeneratedClassStandardException - Standard Derby error policypublic final int getClassLoaderVersion()
GeneratedClassgetClassLoaderVersion in interface GeneratedClassprotected java.lang.Class getJVMClass()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.