forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (91 loc) · 3.34 KB
/
index.html
File metadata and controls
131 lines (91 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<html>
<head>
<title>Java Management Extensions</title>
</head>
<body bgcolor=white>
<!-- document header is table row with 3 cells-->
<table summary="layout" border=0 width=100%>
<tr>
<!-- Left cell: Java logo -->
<td width=60>
<img src="../../images/javalogo52x88.gif" alt="Java (tm)" width=52 height=88>
</td>
<!-- Center cell: Title -->
<td align=center>
<h1>Java Management Extensions (JMX)</h1>
</td>
<!-- Right cell: Up references -->
<td align=right valign=top width=60>
<font size=-1><a href="../../index.html">Documentation Contents</a></font>
</td>
</tr>
</table>
<!-- ====================== Body text begins here ====================== -->
<blockquote>
The Java<sup><font size="-2">TM</font></sup> Management Extensions
(JMX<sup><font size="-2">TM</font></sup>) API is a standard API introduced in J2SE 5.0 for management and
monitoring of resources such as applications, devices, services, and the
Java virtual machine. The JMX technology was developed through the
Java Community Process (JCP) as Java Specification Request (JSR) 3,
Java Management Extensions, and JSR 160, JMX Remote API.
<p>Typical uses of the JMX technology include:
<ul>
<li>Consulting and changing application configuration</li>
<li>Accumulating statistics about application behavior and making them available</li>
<li>Notifying of state changes and erroneous conditions.
</ul>
<p>The JMX API includes remote access, so a remote management program can interact with a running application for these purposes.
</blockquote>
<!-- ============================================================== -->
<blockquote>
<b><font SIZE=+1><a HREF="spec.html">API Specification</a>
</font></b><br>
Online documentation for all JMX packages, classes and members of the
agent and instrumentation RI, as generated by the Javadoc tool.
</blockquote>
<!-- ============================================================== -->
<blockquote>
<b><font SIZE=+1><a HREF="overview/JMXoverviewTOC.html">Overview</a>
</font></b><br>
This overview provides an introduction to the JMX technology.
</blockquote>
<!-- ============================================================== -->
<blockquote>
<b><font SIZE=+1><a HREF="tutorial/tutorialTOC.html">Tutorial</a>
</font></b><br>
This tutorial presents some examples of the features of the JMX technology.
</blockquote>
<!-- ============================================================== -->
<blockquote>
<b><font SIZE=+1><a HREF="examples.html">Examples</a>
</font></b><br>
The JMX reference implementation contains code examples for different areas of JMX operation.
</blockquote>
<!-- Body text ends here -->
<!-- ============================================================== -->
<hr SIZE=3 NOSHADE>
<table summary="layout" BORDER="0" WIDTH="100%">
<tr VALIGN=TOP>
<td>
<font SIZE="-2">
<a HREF="../../relnotes/SMICopyright.html">Copyright</a> © 2004
<a HREF="http://www.sun.com/">Sun Microsystems, Inc.</a>
All Rights Reserved.</font>
<br>
<br>
<font SIZE="-1">
</font>
</td>
<td ALIGN=RIGHT>
<img SRC="../../images/sunlogo64x30.gif" ALT="Sun" BORDER=0 WIDTH=64 HEIGHT=30>
<br>
<br>
<font SIZE="+1">
<i>Java Software</i>
</font>
</td>
</tr>
</table>
</body>
</html>