Uses of Class
javax.management.MBeanConstructorInfo
-
Packages that use MBeanConstructorInfo 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of MBeanConstructorInfo in javax.management
Methods in javax.management that return MBeanConstructorInfo Modifier and Type 方法 描述 MBeanConstructorInfo[]
MBeanInfo. getConstructors()
返回MBean的公共构造函数的列表。protected MBeanConstructorInfo[]
StandardMBean. getConstructors(MBeanConstructorInfo[] ctors, Object impl)
自定义钩子:获取将在此MBean返回的MBeanInfo中使用的MBeanConstructorInfo []。Methods in javax.management with parameters of type MBeanConstructorInfo Modifier and Type 方法 描述 protected MBeanConstructorInfo[]
StandardMBean. getConstructors(MBeanConstructorInfo[] ctors, Object impl)
自定义钩子:获取将在此MBean返回的MBeanInfo中使用的MBeanConstructorInfo []。protected String
StandardMBean. getDescription(MBeanConstructorInfo info)
自定义钩子:获取将在此MBean返回的MBeanConstructorInfo中使用的描述。protected String
StandardMBean. getDescription(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence)
自定义钩子:获取将用于MBean返回的MBeanConstructorInfo的 序列 MBeanParameterInfo的描述。protected String
StandardMBean. getParameterName(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence)
自定义钩子:获取将用于MBean返回的MBeanConstructorInfo的 序列 MBeanParameterInfo的名称。Constructors in javax.management with parameters of type MBeanConstructorInfo Constructor 描述 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
。 -
Uses of MBeanConstructorInfo in javax.management.modelmbean
Subclasses of MBeanConstructorInfo in javax.management.modelmbean Modifier and Type Class 描述 class
ModelMBeanConstructorInfo
ModelMBeanConstructorInfo对象描述了ModelMBean的构造函数。Methods in javax.management.modelmbean that return MBeanConstructorInfo Modifier and Type 方法 描述 MBeanConstructorInfo[]
ModelMBeanInfo. getConstructors()
返回MBean的公共构造函数的列表。 -
Uses of MBeanConstructorInfo in javax.management.openmbean
Subclasses of MBeanConstructorInfo in javax.management.openmbean Modifier and Type Class 描述 class
OpenMBeanConstructorInfoSupport
描述一个开放MBean的构造函数。Methods in javax.management.openmbean that return MBeanConstructorInfo Modifier and Type 方法 描述 MBeanConstructorInfo[]
OpenMBeanInfo. getConstructors()
返回一个OpenMBeanConstructorInfo
实例的数组,描述由该OpenMBeanInfo
实例描述的开放MBean中的每个构造函数。
-