Package | Description |
---|---|
java.lang | |
java.lang.reflect | |
java.rmi.server |
Modifier and Type | Method and Description |
---|---|
Method |
Class.getDeclaredMethod(String methodname,
Class[] parameterTypes)
Get this Class's public method with the given name and parameter types.
|
Method[] |
Class.getDeclaredMethods()
Return an array containing all this Class's declared methods.
|
Method |
Class.getMethod(String methodname,
Class[] parameterTypes)
Get this Class's public method with the given name and parameter types.
|
Method[] |
Class.getMethods()
Return an array containing all this Class's public methods.
|
Modifier and Type | Method and Description |
---|---|
Object |
InvocationHandler.invoke(Object proxy,
Method m,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
Object |
RemoteRef.invoke(Remote obj,
Method method,
Object[] params,
long opnum) |