JMX: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


* [[Enabling JMX Access to a JVM]]
* [[Enabling JMX Access to a JVM]]
* [[Looking Up an MBeanServer]]


=Concepts=
=Concepts=

Revision as of 22:11, 7 January 2017

External

Internal

Overview

Subjects

Concepts

The Platform MBean Server

The platform MBean server is an MBean server that is built into the JVM. It can be accessed and shared by all managed components that are running in that JVM. It can be retrieved with java.lang.management.ManagementFactory.getPlatformMBeanServer(). The platform MBean server was introduced in Java 5. javax.management.MBeanServerFactory can be used to create a different MBean server, or look up an already existing MBean server (that is not the platform server).