8220251: fix headings in java.management

Reviewed-by: lancea
This commit is contained in:
Jonathan Gibbons 2019-05-30 17:28:26 -07:00
parent c73e5b1401
commit 5edd5f5805
16 changed files with 72 additions and 72 deletions

View file

@ -1,5 +1,5 @@
<!--
Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@ -32,7 +32,7 @@ Java virtual machine and other components in the Java runtime.
It allows both local and remote
monitoring and management of the running Java virtual machine.
<h3><a id="MXBean">Platform MXBean</a></h3>
<h2><a id="MXBean">Platform MXBean</a></h2>
<p>
A platform MXBean is a <i>managed bean</i> that
conforms to the {@linkplain javax.management JMX}
@ -40,7 +40,7 @@ Instrumentation Specification and only uses a set of basic data types.
Each platform MXBean is a {@link java.lang.management.PlatformManagedObject}
with a unique
{@linkplain java.lang.management.PlatformManagedObject#getObjectName name}.
<h3>ManagementFactory</h3>
<h2>ManagementFactory</h2>
<p>The {@link java.lang.management.ManagementFactory} class is the management
factory class for the Java platform. This class provides a set of
@ -58,7 +58,7 @@ the specification of the management interface.
This is a single MBeanServer that can be shared by different managed
components running within the same Java virtual machine.
<h3>Interoperability</h3>
<h2>Interoperability</h2>
<p>A management application and a platform MBeanServer of a running
virtual machine can interoperate
@ -72,7 +72,7 @@ open type when being accessed via MBeanServer interface.
See the <a href="{@docRoot}/java.management/javax/management/MXBean.html#MXBean-spec">
MXBean</a> specification for details.
<h3><a id="examples">Ways to Access MXBeans</a></h3>
<h2><a id="examples">Ways to Access MXBeans</a></h2>
<p>An application can monitor the instrumentation of the
Java virtual machine and the runtime in the following ways:
@ -163,7 +163,7 @@ Java virtual machine and the runtime in the following ways:
</ul>
<h3><a id="extension">Platform Extension</a></h3>
<h2><a id="extension">Platform Extension</a></h2>
<p>A Java virtual machine implementation may add its platform extension to
the management interface by defining platform-dependent