|
|||||||||
| 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 GeneratedMethod

- public interface GeneratedMethod
Handle for a method within a generated class.
| Method Summary | |
java.lang.Object |
invoke(java.lang.Object ref)
Invoke a generated method that has no arguments. |
| Method Detail |
invoke
public java.lang.Object invoke(java.lang.Object ref) throws org.apache.derby.iapi.error.StandardException
- Invoke a generated method that has no arguments.
(Similar to java.lang.refect.Method.invoke)
Returns the value returned by the method.
|
|||||||||
| 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