JavaGroups
Interface MethodLookup

All Known Implementing Classes:
MethodLookupJava, MethodLookupClos

public interface MethodLookup


Method Summary
 java.lang.reflect.Method FindMethod(java.lang.Class target_class, java.lang.String method_name, java.util.Vector args)
           
 

Method Detail

FindMethod

public java.lang.reflect.Method FindMethod(java.lang.Class target_class,
                                           java.lang.String method_name,
                                           java.util.Vector args)
                                    throws java.lang.Exception