Uses of Class
javax.management.MBeanConstructorInfo
-
Packages that use MBeanConstructorInfo 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。 -
-
Uses of MBeanConstructorInfo in javax.management
Methods in javax.management that return MBeanConstructorInfo 变量和类型 方法 描述 MBeanConstructorInfo[]
MBeanInfo. getConstructors()
返回MBean的公共构造函数列表。protected MBeanConstructorInfo[]
StandardMBean. getConstructors(MBeanConstructorInfo[] ctors, Object impl)
定制钩子:获取将在此MBean返回的MBeanInfo中使用的MBeanConstructorInfo []。Methods in javax.management with parameters of type MBeanConstructorInfo 变量和类型 方法 描述 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 构造器 描述 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 变量和类型 类 描述 class
ModelMBeanConstructorInfo
ModelMBeanConstructorInfo对象描述了ModelMBean的构造函数。Methods in javax.management.modelmbean that return MBeanConstructorInfo 变量和类型 方法 描述 MBeanConstructorInfo[]
ModelMBeanInfo. getConstructors()
返回MBean的公共构造函数列表。 -
Uses of MBeanConstructorInfo in javax.management.openmbean
Subclasses of MBeanConstructorInfo in javax.management.openmbean 变量和类型 类 描述 class
OpenMBeanConstructorInfoSupport
描述Open MBean的构造函数。Methods in javax.management.openmbean that return MBeanConstructorInfo 变量和类型 方法 描述 MBeanConstructorInfo[]
OpenMBeanInfo. getConstructors()
返回一个OpenMBeanConstructorInfo
实例的数组,OpenMBeanConstructorInfo
实例描述此OpenMBeanInfo
实例描述的open MBean中的每个构造函数。
-