Interface Monitorable
-
public interface MonitorableInterface that allows arbitrary entities to provide aJmxObjectthat can be registered with theorg.glassfish.grizzly.monitoring.jmx.GrizzlyJmxManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateManagementObject()Returns a new JMXObjectthat may be registered with the Grizzly JMX manager.
-