Uses of Class
javax.management.MBeanInfo
-
Packages that use MBeanInfo 软件包 描述 javax.management 提供Java管理扩展的核心类。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 Modifier and Type 方法 描述 protected MBeanInfoStandardMBean. getCachedMBeanInfo()自定义钩子:返回为此对象缓存的MBeanInfo。MBeanInfoDynamicMBean. getMBeanInfo()使用MBeanInfo对象提供动态MBean的公开属性和动作。MBeanInfoMBeanServer. getMBeanInfo(ObjectName name)MBeanInfoMBeanServerConnection. getMBeanInfo(ObjectName name)此方法可以发现MBean公开管理的属性和操作。MBeanInfoStandardMBean. getMBeanInfo()获取这个MBean的MBeanInfo。Methods in javax.management with parameters of type MBeanInfo Modifier and Type 方法 描述 protected voidStandardMBean. cacheMBeanInfo(MBeanInfo info)自定义钩子:缓存为此对象构建的MBeanInfo。protected StringStandardMBean. getClassName(MBeanInfo info)自定义钩子:获取将在此MBean返回的MBeanInfo中使用的className。protected StringStandardMBean. getDescription(MBeanInfo info)自定义钩子:获取将在此MBean返回的MBeanInfo中使用的描述。 -
Uses of MBeanInfo in javax.management.modelmbean
Subclasses of MBeanInfo in javax.management.modelmbean Modifier and Type Class 描述 classModelMBeanInfoSupport此类表示ModelMBeans的元数据。Methods in javax.management.modelmbean that return MBeanInfo Modifier and Type 方法 描述 MBeanInfoRequiredModelMBean. getMBeanInfo()返回此RequiredModelMBean所管理的属性,操作,构造函数和通知。 -
Uses of MBeanInfo in javax.management.openmbean
Subclasses of MBeanInfo in javax.management.openmbean Modifier and Type Class 描述 classOpenMBeanInfoSupportOpenMBeanInfoSupport类描述了一个开放的MBean的管理信息:它是一个MBeanInfo的子类,它实现了OpenMBeanInfo接口。 -
Uses of MBeanInfo in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return MBeanInfo Modifier and Type 方法 描述 MBeanInfoRMIConnection. getMBeanInfo(ObjectName name, Subject delegationSubject)MBeanInfoRMIConnectionImpl_Stub. getMBeanInfo(ObjectName $param_ObjectName_1, Subject $param_Subject_2)MBeanInfoRMIConnectionImpl. getMBeanInfo(ObjectName name, Subject delegationSubject)
-