JMX - Connector

Java Conceptuel Diagram

About

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 technology-based clients.

A connector consists of:

Type

Server

A connector server:

Client

A connector client is responsible for establishing a connection with the connector server. A connector client will usually be in a different Java Virtual Machine (Java VM) from the connector server, and will often be running on a different machine.





Discover More
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 - MBean Server

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...



Share this page:
Follow us:
Task Runner