org.apache.derby.iapi.services.loader
Interface GeneratedByteCode

All Known Implementing Classes:
BaseActivation

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(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(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 StandardException
Called by the class manager just after calling setGC().

Throws:
StandardException

getGC

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


getMethod

public GeneratedMethod getMethod(java.lang.String methodName)
                          throws StandardException
Throws:
StandardException

e0

public java.lang.Object e0()
                    throws StandardException
Throws:
StandardException

e1

public java.lang.Object e1()
                    throws StandardException
Throws:
StandardException

e2

public java.lang.Object e2()
                    throws StandardException
Throws:
StandardException

e3

public java.lang.Object e3()
                    throws StandardException
Throws:
StandardException

e4

public java.lang.Object e4()
                    throws StandardException
Throws:
StandardException

e5

public java.lang.Object e5()
                    throws StandardException
Throws:
StandardException

e6

public java.lang.Object e6()
                    throws StandardException
Throws:
StandardException

e7

public java.lang.Object e7()
                    throws StandardException
Throws:
StandardException

e8

public java.lang.Object e8()
                    throws StandardException
Throws:
StandardException

e9

public java.lang.Object e9()
                    throws StandardException
Throws:
StandardException


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.