de.mcs.jmeasurement.jmx |
All classes in this package will be needed by JMX extension. There are
two MBeans for this feature.
For the configuration you will find a MBean called JmxConfig. This
could be used for Java 5 and 6.
For the access to the Measure points you will find a MXBean called
JmxPointsMXBean, which will only return a map of JmxPoint for every
point.
To start the JMX interface use the method {@link
de.mcs.jmeasurement.MeasureFactory#registerMBeans()}. This will
register the MBeans in the standard MBean server deployed with the JRE.
For other JMXX implementation please use the registration method for
that.
For testing this functionality you can use the {@link
de.mcs.jmeasurement.example.TestApplication}.
|
Java Source File Name | Type | Comment |
JmxConfig.java | Class | The MBean implementation for the configuration. |
JmxConfigMBean.java | Interface | MBean interface for the configuration. |
JmxPoint.java | Class | Proxy class for accessing the real measure point data. |
JmxPointsImpl.java | Class | This class is the implementation of the JMX points bean. |
JmxPointsMXBean.java | Interface | MXBean interface for the Points. |