The JavaTMManagement Extension [JMX] defines the way in which resources are instrumented within a management agent based on Java technology, and a certain number of agent-local services based on that instrumentation. JMX Remote API [JSR 160] standardizes a remote access API and protocol to that
... [More]
instrumentation.
The JSR 160 specifications additionally define how JMX Agents can be registered with several well known lookup infrastructures, such as the Service Location Protocol (SLP), JNDI/LDAP, and Jini. Section 6. of the JSR 160 specifications "Binding to Lookup Services", details the conventions to be followed so that a server can be registered and found by clients, without having to share special knowledge between client and server.
This project defines the Jini Entries needed to use the Jini Lookup Service to register and discover JMX Agents as discussed in JSR 160 specifications. [Less]