File tree Expand file tree Collapse file tree 5 files changed +15
-24
lines changed
jcl/src/jdk.management/share/classes
virtualization/management Expand file tree Collapse file tree 5 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 63
63
* <li>Collecting transaction metrics for a specific set of application threads over a specific duration.
64
64
* </ol>
65
65
* <br>
66
- * <table border="1">
67
- * <caption><b>Usage example for the {@link JvmCpuMonitorMXBean}</b></caption>
68
- * <tr> <td>
66
+ * <b>Usage example for the {@link JvmCpuMonitorMXBean}</b>
69
67
* <pre>
70
68
* {@code
71
69
* ...
84
82
* // Exception Handling
85
83
* }
86
84
* }
87
- * </pre></td></tr>
88
- * </table>
85
+ * </pre>
89
86
*/
90
87
public interface JvmCpuMonitorMXBean extends PlatformManagedObject {
91
88
Original file line number Diff line number Diff line change 23
23
package com .ibm .lang .management ;
24
24
25
25
/**
26
- * OpenJ9 platform management extension interface for the Operating System on which the Java Virtual Machine is running.
26
+ * <p> OpenJ9 platform management extension interface for the Operating System on which the Java Virtual Machine is running.</p>
27
27
* <br>
28
- * <table border="1">
29
- * <caption><b>Usage example for the {@link com.ibm.lang.management.OperatingSystemMXBean}</b></caption>
30
- * <tr> <td> <pre>
28
+ * <b>Usage example for the {@link com.ibm.lang.management.OperatingSystemMXBean}</b>
29
+ * <pre>
31
30
* {@code
32
31
* ...
33
32
* com.ibm.lang.management.OperatingSystemMXBean osmxbean = null;
34
33
* osmxbean = (com.ibm.lang.management.OperatingSystemMXBean) ManagementFactory.getOperatingSystemMXBean();
35
34
* ...
36
35
* }
37
- * </pre></td></tr></table>
36
+ * </pre>
38
37
* <br>
39
38
*
40
39
* The following methods depend on certain information that is not available on z/OS;
Original file line number Diff line number Diff line change 49
49
* </ul>
50
50
* </ol>
51
51
* <br>
52
- * <table border="1">
53
- * <caption><b>Usage example for the {@link GuestOSMXBean}</b></caption>
54
- * <tr> <td>
52
+ * <b>Usage example for the {@link GuestOSMXBean}</b>
55
53
* <pre>
56
54
* {@code
57
55
* ...
70
68
* // Exception Handling
71
69
* }
72
70
* }
73
- * </pre></td></tr></table>
71
+ * </pre>
74
72
*
75
73
* @since 1.7.1
76
74
*/
Original file line number Diff line number Diff line change 53
53
* indeterminate.
54
54
* </ul>
55
55
* <br>
56
- * <table border="1">
57
- * <caption><b>Usage example for the {@link HypervisorMXBean}</b></caption>
58
- * <tr> <td> <pre>
56
+ * <b>Usage example for the {@link HypervisorMXBean}</b>
57
+ * <pre>
59
58
* {@code
60
59
* ...
61
60
* try {
73
72
* // Exception Handling
74
73
* }
75
74
* }
76
- * </pre></td></tr></table>
75
+ * </pre>
77
76
*
78
77
* @since 1.7.1
79
78
*/
Original file line number Diff line number Diff line change 30
30
* <p>
31
31
* This interface provides APIs to dynamically trigger dump agents. APIs are also available to
32
32
* configure dump options.
33
- * This MXBean reuses the methods in com.ibm.jvm.Dump API
33
+ * This MXBean reuses the methods in com.ibm.jvm.Dump API.
34
+ * </p>
34
35
* <br>
35
- * <table border="1">
36
- * <caption><b>Usage example for the {@link OpenJ9DiagnosticsMXBean}</b></caption>
37
- * <tr> <td>
36
+ * <b>Usage example for the {@link OpenJ9DiagnosticsMXBean}</b>
38
37
* <pre>
39
38
* {@code
40
39
* ...
53
52
* // Exception Handling
54
53
* }
55
54
* }
56
- * </pre></td></tr>
57
- * </table>
55
+ * </pre>
58
56
*/
59
57
public interface OpenJ9DiagnosticsMXBean extends PlatformManagedObject {
60
58
/**
You can’t perform that action at this time.
0 commit comments