de.mcs.jmeasurement.jmx.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JMeasurement Show documentation
Show all versions of JMeasurement Show documentation
JMeasurement profiling programs in production enviroment
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}.