软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Method and Description |
---|---|
protected MBeanInfo |
StandardMBean.getCachedMBeanInfo()
定制钩子:返回mbeaninfo缓存该对象。
|
MBeanInfo |
StandardMBean.getMBeanInfo()
得到这个MBean的
MBeanInfo 。
|
MBeanInfo |
DynamicMBean.getMBeanInfo()
提供暴露的属性和行为的动态MBean使用mbeaninfo对象。
|
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName name) |
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName name)
这种方法发现MBean公开管理的属性和操作。
|
Modifier and Type | Method and Description |
---|---|
protected void |
StandardMBean.cacheMBeanInfo(MBeanInfo info)
定制钩子:缓存mbeaninfo建立该对象。
|
protected String |
StandardMBean.getClassName(MBeanInfo info)
定制钩子:得到类名,将用于mbeaninfo这个MBean返回。
|
protected String |
StandardMBean.getDescription(MBeanInfo info)
定制钩子:获得描述,将用于mbeaninfo这个MBean返回。
|
Modifier and Type | Class and Description |
---|---|
class |
ModelMBeanInfoSupport
这类表示modelmbeans元数据。
|
Modifier and Type | Method and Description |
---|---|
MBeanInfo |
RequiredModelMBean.getMBeanInfo()
返回属性、操作、建设者和通知,RequiredModelMBean公开管理。
|
Modifier and Type | Class and Description |
---|---|
class |
OpenMBeanInfoSupport
|
Modifier and Type | Method and Description |
---|---|
MBeanInfo |
RMIConnectionImpl.getMBeanInfo(ObjectName name, Subject delegationSubject) |
MBeanInfo |
RMIConnection.getMBeanInfo(ObjectName name, Subject delegationSubject)
|
MBeanInfo |
RMIConnectionImpl_Stub.getMBeanInfo(ObjectName $param_ObjectName_1, Subject $param_Subject_2) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.