org.huihoo.jfox.jmx
Class MethodHelper

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.MethodHelper

public class MethodHelper
extends java.lang.Object

Author:
Young Yang

Constructor Summary
MethodHelper()
           
 
Method Summary
static boolean isGetterMethod(java.lang.reflect.Method method)
           
static boolean isSetterMethod(java.lang.reflect.Method method)
           
static boolean maybeGetterMethod(java.lang.String method, java.lang.String[] signature)
           
static boolean maybeSetterMethod(java.lang.String method, java.lang.String[] signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHelper

public MethodHelper()
Method Detail

isGetterMethod

public static boolean isGetterMethod(java.lang.reflect.Method method)

isSetterMethod

public static boolean isSetterMethod(java.lang.reflect.Method method)

maybeGetterMethod

public static boolean maybeGetterMethod(java.lang.String method,
                                        java.lang.String[] signature)

maybeSetterMethod

public static boolean maybeSetterMethod(java.lang.String method,
                                        java.lang.String[] signature)