org.apache.beehive.netui.util.cache
Class MethodCache

Object
  extended by MethodCache

public class MethodCache
extends Object


Constructor Summary
MethodCache()
           
 
Method Summary
 Method getMethod(Class type, String methodName, Class[] argTypes)
           
 Method getMethod(Class type, String methodName, int argCount)
           
 Method getMethod(Class type, String methodName, String[] argTypes)
           
 Method[] getMethods(Class type)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCache

public MethodCache()
Method Detail

getMethods

public final Method[] getMethods(Class type)

getMethod

public final Method getMethod(Class type,
                              String methodName,
                              int argCount)

getMethod

public final Method getMethod(Class type,
                              String methodName,
                              String[] argTypes)

getMethod

public final Method getMethod(Class type,
                              String methodName,
                              Class[] argTypes)