Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
a8f8d6df
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
a8f8d6df
编写于
8月 06, 2008
作者:
E
emcmanus
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6734273: Minor updates to documentation of Custom MXBean Mappings
Reviewed-by: dfuchs
上级
e6ee3891
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
9 addition
and
2 deletion
+9
-2
src/share/classes/javax/management/MXBean.java
src/share/classes/javax/management/MXBean.java
+3
-2
src/share/classes/javax/management/openmbean/MXBeanMapping.java
...are/classes/javax/management/openmbean/MXBeanMapping.java
+3
-0
src/share/classes/javax/management/openmbean/MXBeanMappingFactory.java
...sses/javax/management/openmbean/MXBeanMappingFactory.java
+3
-0
未找到文件。
src/share/classes/javax/management/MXBean.java
浏览文件 @
a8f8d6df
...
@@ -1081,9 +1081,10 @@ public interface Node {
...
@@ -1081,9 +1081,10 @@ public interface Node {
MXBean is determined as follows.</p>
MXBean is determined as follows.</p>
<ul>
<ul>
<li><p>If a
n
{@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,
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
method, and the {@code MBeanOptions} object defines a non-null
{@code MXBeanMappingFactory}, then that is the value of
{@code MXBeanMappingFactory}, then that is the value of
<code><em>f</em></code>.</p></li>
<code><em>f</em></code>.</p></li>
...
...
src/share/classes/javax/management/openmbean/MXBeanMapping.java
浏览文件 @
a8f8d6df
...
@@ -108,6 +108,9 @@ import java.lang.reflect.Type;
...
@@ -108,6 +108,9 @@ import java.lang.reflect.Type;
* <p>If we are unable to modify the {@code MyLinkedList} class,
* <p>If we are unable to modify the {@code MyLinkedList} class,
* we can define an {@link MXBeanMappingFactory}. See the documentation
* we can define an {@link MXBeanMappingFactory}. See the documentation
* of that class for further details.</p>
* 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
{
public
abstract
class
MXBeanMapping
{
private
final
Type
javaType
;
private
final
Type
javaType
;
...
...
src/share/classes/javax/management/openmbean/MXBeanMappingFactory.java
浏览文件 @
a8f8d6df
...
@@ -82,6 +82,9 @@ import java.lang.reflect.Type;
...
@@ -82,6 +82,9 @@ import java.lang.reflect.Type;
* appears in, or we can supply the factory to a {@link
* appears in, or we can supply the factory to a {@link
* javax.management.StandardMBean StandardMBean} constructor or MXBean
* javax.management.StandardMBean StandardMBean} constructor or MXBean
* proxy.</p>
* proxy.</p>
*
* @see <a href="../MXBean.html#custom">MXBean specification, section
* "Custom MXBean type mappings"</a>
*/
*/
public
abstract
class
MXBeanMappingFactory
{
public
abstract
class
MXBeanMappingFactory
{
/**
/**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录