org.glassfish.grizzly.monitoring.jmx
Interface JmxMonitoringConfig<E>

All Superinterfaces:
MonitoringConfig<E>
All Known Implementing Classes:
AbstractJmxMonitoringConfig

public interface JmxMonitoringConfig<E>
extends MonitoringConfig<E>

JMX monitoring configuration interface.

Author:
Alexey Stashok

Method Summary
 JmxObject createManagementObject()
          Create the JmxObject, which represents this object.
 
Methods inherited from interface org.glassfish.grizzly.monitoring.MonitoringConfig
addProbes, clearProbes, getProbes, removeProbes
 

Method Detail

createManagementObject

JmxObject createManagementObject()
Create the JmxObject, which represents this object.

Returns:
the JmxObject, which represents this object.


Copyright © 2011 Oracle Corpration. All Rights Reserved.