Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.loader
Interface GeneratedByteCode  view GeneratedByteCode download GeneratedByteCode.java


public interface GeneratedByteCode

Generated classes must implement this interface.


Method Summary
 java.lang.Object e0()
           
 java.lang.Object e1()
           
 java.lang.Object e2()
           
 java.lang.Object e3()
           
 java.lang.Object e4()
           
 java.lang.Object e5()
           
 java.lang.Object e6()
           
 java.lang.Object e7()
           
 java.lang.Object e8()
           
 java.lang.Object e9()
           
 GeneratedClass getGC()
          Get the GeneratedClass object for this object.
 GeneratedMethod getMethod(java.lang.String methodName)
           
 void initFromContext(org.apache.derby.iapi.services.context.Context context)
          Initialize the generated class from a context.
 void postConstructor()
          Called by the class manager just after calling setGC().
 void setGC(GeneratedClass gc)
          Set the Generated Class.
 

Method Detail

initFromContext

public void initFromContext(org.apache.derby.iapi.services.context.Context context)
Initialize the generated class from a context. Called by the class manager just after creating the instance of the new class.


setGC

public void setGC(GeneratedClass gc)
Set the Generated Class. Call by the class manager just after calling initFromContext.


postConstructor

public void postConstructor()
                     throws org.apache.derby.iapi.error.StandardException
Called by the class manager just after calling setGC().


getGC

public GeneratedClass getGC()
Get the GeneratedClass object for this object.


getMethod

public GeneratedMethod getMethod(java.lang.String methodName)
                          throws org.apache.derby.iapi.error.StandardException

e0

public java.lang.Object e0()
                    throws org.apache.derby.iapi.error.StandardException

e1

public java.lang.Object e1()
                    throws org.apache.derby.iapi.error.StandardException

e2

public java.lang.Object e2()
                    throws org.apache.derby.iapi.error.StandardException

e3

public java.lang.Object e3()
                    throws org.apache.derby.iapi.error.StandardException

e4

public java.lang.Object e4()
                    throws org.apache.derby.iapi.error.StandardException

e5

public java.lang.Object e5()
                    throws org.apache.derby.iapi.error.StandardException

e6

public java.lang.Object e6()
                    throws org.apache.derby.iapi.error.StandardException

e7

public java.lang.Object e7()
                    throws org.apache.derby.iapi.error.StandardException

e8

public java.lang.Object e8()
                    throws org.apache.derby.iapi.error.StandardException

e9

public java.lang.Object e9()
                    throws org.apache.derby.iapi.error.StandardException