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

All Known Implementing Classes:
DirectCall, InsertResultSet.MyRowAllocator, ReflectMethod

public interface GeneratedMethod

Handle for a method within a generated class.

See Also:
GeneratedClass

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 StandardException
Invoke a generated method that has no arguments. (Similar to java.lang.refect.Method.invoke) Returns the value returned by the method.

Throws:
StandardException - Standard Cloudscape error policy


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