Uses of Interface
org.javagroups.blocks.MethodLookup

Packages that use MethodLookup
org.javagroups.blocks   
 

Uses of MethodLookup in org.javagroups.blocks
 

Classes in org.javagroups.blocks that implement MethodLookup
 class MethodLookupClos
           
 class MethodLookupJava
           
 

Methods in org.javagroups.blocks that return MethodLookup
 MethodLookup RpcDispatcher.getMethodLookup()
           
 

Methods in org.javagroups.blocks with parameters of type MethodLookup
 java.lang.Object MethodCall.invoke(java.lang.Object target, MethodLookup lookup)
          Invokes the method with the supplied arguments against the target object.
 void RpcDispatcher.setMethodLookup(MethodLookup method_lookup)
           
 



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