|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ loader overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.loader
Interface GeneratedClass

- public interface GeneratedClass
A meta-class that represents a generated class. (Similar to java.lang.Class).
| Method Summary | |
int |
getClassLoaderVersion()
Return the class reload version that this class was built at. |
GeneratedMethod |
getMethod(java.lang.String simpleName)
Obtain a handle to the method with the given name that takes no arguments. |
java.lang.String |
getName()
Return the name of the generated class. |
java.lang.Object |
newInstance(org.apache.derby.iapi.services.context.Context context)
Return a new object that is an instance of the represented class. |
| Method Detail |
getName
public java.lang.String getName()
- Return the name of the generated class.
newInstance
public java.lang.Object newInstance(org.apache.derby.iapi.services.context.Context context) throws org.apache.derby.iapi.error.StandardException
- 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).
getMethod
public GeneratedMethod getMethod(java.lang.String simpleName) throws org.apache.derby.iapi.error.StandardException
- Obtain a handle to the method with the given name
that takes no arguments.
getClassLoaderVersion
public int getClassLoaderVersion()
- Return the class reload version that this class was built at.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ loader overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC