org.javagroups.blocks
Interface MethodLookup

All Known Implementing Classes:
MethodLookupClos, MethodLookupJava

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
Throws:
java.lang.Exception


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.