Package Name | Comment |
de.mcs.jmeasurement |
This package contains classes and interfaces used to monitor Java applications.
|
de.mcs.jmeasurement.example |
This package contains example classes for jmeasurement to show you, how you can extend functionality.
|
de.mcs.jmeasurement.gui |
This package contains all gui classes classes for the report viewer.
|
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}.
|
de.mcs.jmeasurement.proxy |
This package contains classes and interfaces used to monitor java interfaces with jmeasurement.
|
de.mcs.jmeasurement.renderer |
This package contains classes and interfaces used to renderer the measured data of the JMeasurement package.
|
de.mcs.jmeasurement.test |
This package contains classes used to test classes of the JMeasurement package and you can find some examples how to use JMeasurement.
|
de.mcs.jmeasurement.test.proxy | |
de.mcs.utils | |
de.mcs.utils.codecs | |
org.jdesktop.swingx | |