All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.mcs.jmeasurement.jmx.package.html Maven / Gradle / Ivy

There is a newer version: 1.1.226
Show newest version

	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}.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy