mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-10 21:50:07 +00:00
6734273: Minor updates to documentation of Custom MXBean Mappings
Reviewed-by: dfuchs
This commit is contained in:
parent
e174ee8284
commit
ca985b5697
@ -1081,9 +1081,10 @@ public interface Node {
|
||||
MXBean is determined as follows.</p>
|
||||
|
||||
<ul>
|
||||
<li><p>If an {@link JMX.MBeanOptions} argument is supplied to
|
||||
<li><p>If a {@link JMX.MBeanOptions} argument is supplied to
|
||||
the {@link StandardMBean} constructor that makes an MXBean,
|
||||
or to the {@link JMX#newMXBeanProxy JMX.newMXBeanProxy}
|
||||
or to the {@link JMX#newMBeanProxy(MBeanServerConnection,
|
||||
ObjectName, Class, JMX.MBeanOptions) JMX.newMBeanProxy}
|
||||
method, and the {@code MBeanOptions} object defines a non-null
|
||||
{@code MXBeanMappingFactory}, then that is the value of
|
||||
<code><em>f</em></code>.</p></li>
|
||||
|
||||
@ -108,6 +108,9 @@ import java.lang.reflect.Type;
|
||||
* <p>If we are unable to modify the {@code MyLinkedList} class,
|
||||
* we can define an {@link MXBeanMappingFactory}. See the documentation
|
||||
* of that class for further details.</p>
|
||||
*
|
||||
* @see <a href="../MXBean.html#custom">MXBean specification, section
|
||||
* "Custom MXBean type mappings"</a>
|
||||
*/
|
||||
public abstract class MXBeanMapping {
|
||||
private final Type javaType;
|
||||
|
||||
@ -82,6 +82,9 @@ import java.lang.reflect.Type;
|
||||
* appears in, or we can supply the factory to a {@link
|
||||
* javax.management.StandardMBean StandardMBean} constructor or MXBean
|
||||
* proxy.</p>
|
||||
*
|
||||
* @see <a href="../MXBean.html#custom">MXBean specification, section
|
||||
* "Custom MXBean type mappings"</a>
|
||||
*/
|
||||
public abstract class MXBeanMappingFactory {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user