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

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 Derby error policy

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.