(Java Management Extensions) JMX technology was developed through the Java Community Process (JCP) as two closely related Java Specification Requests (JSRs):
Each of the JSRs is defined by the API documentation generated by the Javadoc tool, in conjunction with the PDF specification documents for each JSR.
Java Management Extensions Technology became a standard part of the Java platform in the Java 2 Platform, Standard Edition (J2SE) 5.0.
The Java Platform, Standard Edition version 7, contains JMX version 1.4.
Simple implementation of JMX:
MXBean implementation: TBA
Implementation of JMX NotificationSender: This can be used to monitor and get notification in case of any change in resource...
Enabling JMX for remote monitoring: Sources- docs.oracle