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 GeneratedMethod  view GeneratedMethod download GeneratedMethod.java


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.