类的用途
javax.management.MBeanConstructorInfo
使用 MBeanConstructorInfo 的包
包
描述
为 Java 管理扩展提供核心类。
提供 ModelMBean 类的定义。
提供开放数据类型和 Open MBean 描述符类。
-
MBeanConstructorInfo 在 javax.management 中的用法
javax.management 中返回 MBeanConstructorInfo 的方法修饰符和类型方法描述MBeanInfo.getConstructors()返回 MBean 的公共构造方法列表。protected MBeanConstructorInfo[]StandardMBean.getConstructors(MBeanConstructorInfo[] ctors, Object impl) 自定义挂钩:获取将在此 MBean 返回的 MBeanInfo 中使用的 MBeanConstructorInfo[]。javax.management 中的方法,参数类型为 MBeanConstructorInfo修饰符和类型方法描述protected MBeanConstructorInfo[]StandardMBean.getConstructors(MBeanConstructorInfo[] ctors, Object impl) 自定义挂钩:获取将在此 MBean 返回的 MBeanInfo 中使用的 MBeanConstructorInfo[]。protected StringStandardMBean.getDescription(MBeanConstructorInfo info) 自定义挂钩:获取将在此 MBean 返回的 MBeanConstructorInfo 中使用的描述。protected StringStandardMBean.getDescription(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) 自定义挂钩:获取将用于顺序此 MBean 返回的 MBeanConstructorInfo 的 MBeanParameterInfo。protected StringStandardMBean.getParameterName(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) 自定义挂钩:获取将用于顺序此 MBean 返回的 MBeanConstructorInfo 的 MBeanParameterInfo。javax.management 中的构造函数,参数类型为 MBeanConstructorInfo修饰符构造方法描述MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) 构造一个MBeanInfo。MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) 构造一个MBeanInfo。 -
MBeanConstructorInfo 在 javax.management.modelmbean 中的用法
-
MBeanConstructorInfo 在 javax.management.openmbean 中的用法
修饰符和类型方法描述OpenMBeanInfo.getConstructors()返回一个OpenMBeanConstructorInfo实例数组,描述此OpenMBeanInfo实例所描述的开放 MBean 中的每个构造函数。