Sun Microsystems, Inc  JMX Agent and Instrumentation
Reference Implementation

File List

This software bundle includes the following files:

lib/jmxri.jar All Java class files of the JMX reference implementation, grouped in the following packages:
  - javax.management
  - javax.management.loading
  - javax.management.monitor
  - javax.management.timer
  - javax.management.relation
  - javax.management.modelmbean
  - javax.management.openmbean
  - com.sun.jmx.*
This last package contains implementation internals that are not defined by the JMX specification.
lib/jmxtools.jar The Java class files of the RI toolkit, in package com.sun.jdmk.*, mainly the HTML protocol adaptor. These classes are not part of the JMX RI per se, but are provided with it as a binary contribution for added functionality. The tutorial and the examples use the toolkit to demonstrate certain features of the RI.
src/* All the source files for the classes of the JMX Reference Implementation (those in jmxri.jar).
examples/* The Java source code examples which demonstrate MBeans, JMX agents and the HTML adaptor server. The standard and dynamic MBeans demonstrate how to implement the instrumentation level of the JMX specification. The example code is also used in the tutorial supplied as part of the documentation. Each example is in a separate directory:
  - examples/StandardMBean/
  - examples/DynamicMBean/
  - examples/OpenMBean/
  - examples/ModelMBean/
  - examples/MonitorMBean/
  - examples/Relation/
  - examples/BaseAgent/
doc/api/* The detailed API of the JMX RI and toolkit, in HTML format as generated by Javadoc; doc/api/index.html is the home page.
doc/index.html The home page of this software bundle containing links to:
  - the JMX API
  - "README" files for all examples
  - the JMX RI tutorial
These and other documentation files are stored in the doc/doc/ directory.


Java coffee cup logo

Copyright 2000-2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA  94303, USA.
All rights reserved.