1.

What Is Jmx Architecture?

Answer»

JMX is based on a 3-LEVEL architecture:

  1. The Probe level contains the probes (called MBeans) instrumenting the resources. ALSO called the Instrumentation level.
  2. The Agent level, or MBeanServer, is the core of JMX. It is an intermediary between the MBEAN and the applications.
  3. The Remote Management level enables remote applications to access the MBeanServer through Connectors and Adaptors. A connector provides full remote access to the MBeanServer API using various communication frameworks (RMI, IIOP, JMS, WS), while an adaptor adapts the API to another protocol (SNMP) or to Web-based GUI (HTML/HTTP, WML/HTTP).

JMX is based on a 3-level architecture:



Discussion

No Comment Found