public interface Monitorable
Interface that allows arbitrary entities to provide a JmxObject that can be registered with the org.glassfish.grizzly.monitoring.jmx.GrizzlyJmxManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new JMX Object that may be registered with the Grizzly JMX manager.
  • Method Details

    • createManagementObject

      Object createManagementObject()
      Returns a new JMX Object that may be registered with the Grizzly JMX manager. The returned object has to be of JmxObject type, see Grizzly monitoring module for more details.