JavaGroups
Class MethodLookupJava

java.lang.Object
  |
  +--JavaGroups.MethodLookupJava

public class MethodLookupJava
extends java.lang.Object
implements MethodLookup


Constructor Summary
MethodLookupJava()
           
 
Method Summary
 java.lang.reflect.Method FindMethod(java.lang.Class target_class, java.lang.String method_name, java.util.Vector args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodLookupJava

public MethodLookupJava()
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
Specified by:
FindMethod in interface MethodLookup