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, wait
getMethod
private final ClassInfo ci
private final int classLoaderVersion
public LoadedGeneratedClass(ClassFactory cf, java.lang.Class jvmClass)
public java.lang.String getName()
GeneratedClass
getName
in interface GeneratedClass
public java.lang.Object newInstance(Context context) throws StandardException
GeneratedClass
newInstance
in interface GeneratedClass
StandardException
- Standard Derby error policypublic final int getClassLoaderVersion()
GeneratedClass
getClassLoaderVersion
in interface GeneratedClass
protected java.lang.Class<?> getJVMClass()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.