|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.net.util.MethodHelper
public final class MethodHelper
Helper class for performing reflection.
Method Summary | |
---|---|
static java.lang.reflect.Method[] |
getAllInterfaceMethods(java.lang.Class clazz)
Returns all the interface-declared methods of a class. |
static java.lang.Class[] |
getAllInterfaces(java.lang.Class clazz)
Returns all of the interfaces implemented by a class. |
static java.lang.reflect.Method[] |
getInterfaceMethods(java.lang.Class clazz)
Returns the interface-declared methods of a class. |
static long |
getMethodID(java.lang.reflect.Method method)
Calculates a unique identifier for a method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.reflect.Method[] getAllInterfaceMethods(java.lang.Class clazz)
clazz
- the class
clazz
public static java.lang.reflect.Method[] getInterfaceMethods(java.lang.Class clazz)
clazz
- the class
clazz
public static long getMethodID(java.lang.reflect.Method method)
method
- the method
method
public static java.lang.Class[] getAllInterfaces(java.lang.Class clazz)
clazz
- the class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |