mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
Merge
This commit is contained in:
commit
1f5e21a16e
1091 changed files with 1920 additions and 2277 deletions
|
@ -30,7 +30,7 @@ questions.
|
|||
<p>Provides the core classes for the Java Management Extensions.</p>
|
||||
|
||||
<p>The Java Management Extensions
|
||||
(JMX™) 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™. For example, consider an interface like this:</p>
|
||||
by JavaBeans. For example, consider an interface like this:</p>
|
||||
|
||||
<pre>
|
||||
public interface ConfigurationMBean {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>JMX™ 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™ 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue