Uses of Class
javax.management.MBeanInfo
-
Packages that use MBeanInfo 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of MBeanInfo in javax.management
Methods in javax.management that return MBeanInfo 变量和类型 方法 描述 protected MBeanInfo
StandardMBean. getCachedMBeanInfo()
自定义挂钩:返回为此对象缓存的MBeanInfo。MBeanInfo
DynamicMBean. getMBeanInfo()
使用MBeanInfo对象提供Dynamic MBean的公开属性和操作。MBeanInfo
MBeanServerConnection. getMBeanInfo(ObjectName name)
此方法发现MBean为管理公开的属性和操作。MBeanInfo
StandardMBean. getMBeanInfo()
获取此MBean的MBeanInfo
。Methods in javax.management with parameters of type MBeanInfo 变量和类型 方法 描述 protected void
StandardMBean. cacheMBeanInfo(MBeanInfo info)
自定义钩子:缓存为此对象构建的MBeanInfo。protected String
StandardMBean. getClassName(MBeanInfo info)
定制钩子:获取将在此MBean返回的MBeanInfo中使用的className。protected String
StandardMBean. getDescription(MBeanInfo info)
定制钩子:获取将在此MBean返回的MBeanInfo中使用的描述。 -
Uses of MBeanInfo in javax.management.modelmbean
Subclasses of MBeanInfo in javax.management.modelmbean 变量和类型 类 描述 class
ModelMBeanInfoSupport
此类表示ModelMBeans的元数据。Methods in javax.management.modelmbean that return MBeanInfo 变量和类型 方法 描述 MBeanInfo
RequiredModelMBean. getMBeanInfo()
返回此RequiredModelMBean为管理公开的属性,操作,构造函数和通知。 -
Uses of MBeanInfo in javax.management.openmbean
Subclasses of MBeanInfo in javax.management.openmbean 变量和类型 类 描述 class
OpenMBeanInfoSupport
OpenMBeanInfoSupport
类描述了open MBean的管理信息:它是MBeanInfo
的子类,它实现了OpenMBeanInfo
接口。 -
Uses of MBeanInfo in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return MBeanInfo 变量和类型 方法 描述 MBeanInfo
RMIConnection. getMBeanInfo(ObjectName name, Subject delegationSubject)
-