Documentation of 'org.apache.derby.impl.services.reflect.LoadedGeneratedClass' Java class
LoadedGeneratedClass
org.apache.derby.impl.services.reflect

Class LoadedGeneratedClass

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getClassLoaderVersion()
      Return the class reload version that this class was built at.
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadedGeneratedClass

        public LoadedGeneratedClass(ClassFactory cf,
                                    java.lang.Class jvmClass)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: GeneratedClass
        Return the name of the generated class.
        Specified by:
        getName in interface GeneratedClass
      • newInstance

        public java.lang.Object newInstance(Context context)
                                     throws StandardException
        Description copied from interface: GeneratedClass
        Return 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:
        newInstance in interface GeneratedClass
        Throws:
        StandardException - Standard Derby error policy
      • getClassLoaderVersion

        public final int getClassLoaderVersion()
        Description copied from interface: GeneratedClass
        Return the class reload version that this class was built at.
        Specified by:
        getClassLoaderVersion in interface GeneratedClass

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.