org.javagroups.blocks
Class MethodLookupJava

java.lang.Object
  |
  +--org.javagroups.blocks.MethodLookupJava
All Implemented Interfaces:
MethodLookup

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
clone, equals, finalize, 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
java.lang.Exception


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