JMX - MBean Server

Java Conceptuel Diagram

About

The MBean server is a component of a JMX agent.

This is a core managed object server in which MBeans are registered. When you register an MBean, you must assign it a unique object name.

It is a registry for objects that are exposed to management operations in an agent.

Any object registered with the MBean server becomes visible to management applications. However, the MBean server only exposes the management interface of an MBean, never its direct object reference.

Connector

A connector makes a JMX MBean server accessible to remote Java technology-based clients.

Documentation / Reference





Discover More
Java Conceptuel Diagram
JMX - (Specification| API |JSR)

JMX technology was developed through the Java Community Process (JCP) as two closely related Java Specification Requests (JSRs). JSR Tiers Level Description 3JSR 3 Java VM Instrumentation Resources,...
Java Conceptuel Diagram
JMX - Agent

A JMX agent consists of: an MBean server, in which MBeans are registered, and a set of services to manage MBeans. and at least one communications adaptor or connector to allow access by a management...
Java Conceptuel Diagram
JMX - Connector

The JMX technology defines standard connectors (known as JMX connectors) that enable the access to JMX agents from remote management applications. A connector makes a JMX MBean server accessible to remote...
Java Conceptuel Diagram
Java - Java Management eXtensions (JMX)

JMX (Java Management Extensions) is a Java technology that supplies tools for managing and monitoring resources such as: applications, system objects (user, service, ?), devices, service-oriented...



Share this page:
Follow us:
Task Runner