org.javagroups.blocks
Class MethodLookupClos

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

public class MethodLookupClos
extends java.lang.Object
implements MethodLookup


Constructor Summary
MethodLookupClos()
           
 
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

MethodLookupClos

public MethodLookupClos()
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


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