org.apache.beehive.netui.util.cache
Class MethodCache
Object
MethodCache
public class MethodCache
- extends Object
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 |
MethodCache
public MethodCache()
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)