Interface GeneratedByteCode
-
- All Known Implementing Classes:
BaseActivation,ConstantActionActivation,CursorActivation
public interface GeneratedByteCodeGenerated classes must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objecte0()java.lang.Objecte1()java.lang.Objecte2()java.lang.Objecte3()java.lang.Objecte4()java.lang.Objecte5()java.lang.Objecte6()java.lang.Objecte7()java.lang.Objecte8()java.lang.Objecte9()GeneratedClassgetGC()Get the GeneratedClass object for this object.GeneratedMethodgetMethod(java.lang.String methodName)voidinitFromContext(Context context)Initialize the generated class from a context.voidpostConstructor()Called by the class manager just after calling setGC().voidsetGC(GeneratedClass gc)Set the Generated Class.
-
-
-
Method Detail
-
initFromContext
void initFromContext(Context context) throws StandardException
Initialize the generated class from a context. Called by the class manager just after creating the instance of the new class.- Throws:
StandardException
-
setGC
void setGC(GeneratedClass gc)
Set the Generated Class. Call by the class manager just after calling initFromContext.
-
postConstructor
void postConstructor() throws StandardExceptionCalled by the class manager just after calling setGC().- Throws:
StandardException
-
getGC
GeneratedClass getGC()
Get the GeneratedClass object for this object.
-
getMethod
GeneratedMethod getMethod(java.lang.String methodName) throws StandardException
- Throws:
StandardException
-
e0
java.lang.Object e0() throws StandardException- Throws:
StandardException
-
e1
java.lang.Object e1() throws StandardException- Throws:
StandardException
-
e2
java.lang.Object e2() throws StandardException- Throws:
StandardException
-
e3
java.lang.Object e3() throws StandardException- Throws:
StandardException
-
e4
java.lang.Object e4() throws StandardException- Throws:
StandardException
-
e5
java.lang.Object e5() throws StandardException- Throws:
StandardException
-
e6
java.lang.Object e6() throws StandardException- Throws:
StandardException
-
e7
java.lang.Object e7() throws StandardException- Throws:
StandardException
-
e8
java.lang.Object e8() throws StandardException- Throws:
StandardException
-
e9
java.lang.Object e9() throws StandardException- Throws:
StandardException
-
-