Interface ZKMBeanInfo

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      boolean isHidden()
      If isHidden returns true, the MBean won't be registered with MBean server, and thus won't be available for management tools.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        a string identifying the MBean
      • isHidden

        boolean isHidden()
        If isHidden returns true, the MBean won't be registered with MBean server, and thus won't be available for management tools. Used for grouping MBeans.
        Returns:
        true if the MBean is hidden.