This commit is contained in:
Mikael Vidstedt 2020-07-15 21:24:39 -07:00
commit 1f5e21a16e
1091 changed files with 1920 additions and 2277 deletions

View file

@ -30,7 +30,7 @@ questions.
<p>Provides the core classes for the Java Management Extensions.</p>
<p>The Java Management Extensions
(JMX&trade;) API is a standard
(JMX) API is a standard
API for management and monitoring. Typical uses include:</p>
<ul>
@ -87,7 +87,7 @@ questions.
notion of <em>Standard MBeans</em>. A Standard MBean is one
whose attributes and operations are deduced from a Java
interface using certain naming patterns, similar to those used
by JavaBeans&trade;. For example, consider an interface like this:</p>
by JavaBeans. For example, consider an interface like this:</p>
<pre>
public interface ConfigurationMBean {

View file

@ -1,6 +1,6 @@
<html>
<head>
<title>JMX&trade; Remote API.</title>
<title>JMX Remote API.</title>
<!--
Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@ -155,7 +155,7 @@ rmi://192.18.1.9 username 1
<p>The formal grammar for connection ids that follow this
convention is as follows (using the grammar notation from section 2.4 of
<em>The Java&trade; Language Specification</em>):</p>
<em>The Java Language Specification</em>):</p>
<pre>
<em>ConnectionId:</em>
<em>Protocol</em> : <em>ClientAddress<sub>opt</sub></em> Space <em>ClientId<sub>opt</sub></em> Space <em>ArbitraryText</em>