Uses of Class
javax.management.MBeanConstructorInfo
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the open data types and Open MBean descriptor classes.
-
Uses of MBeanConstructorInfo in javax.management
Modifier and TypeMethodDescriptionMBeanInfo.getConstructors()
Returns the list of the public constructors of the MBean.protected MBeanConstructorInfo[]
StandardMBean.getConstructors
(MBeanConstructorInfo[] ctors, Object impl) Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.Modifier and TypeMethodDescriptionprotected MBeanConstructorInfo[]
StandardMBean.getConstructors
(MBeanConstructorInfo[] ctors, Object impl) Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.protected String
StandardMBean.getDescription
(MBeanConstructorInfo info) Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.protected String
StandardMBean.getDescription
(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.protected String
StandardMBean.getParameterName
(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.ModifierConstructorDescriptionMBeanInfo
(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) Constructs anMBeanInfo
.MBeanInfo
(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anMBeanInfo
. -
Uses of MBeanConstructorInfo in javax.management.modelmbean
Modifier and TypeClassDescriptionclass
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.Modifier and TypeMethodDescriptionModelMBeanInfo.getConstructors()
Returns the list of the public constructors of the MBean. -
Uses of MBeanConstructorInfo in javax.management.openmbean
Modifier and TypeClassDescriptionclass
Describes a constructor of an Open MBean.Modifier and TypeMethodDescriptionOpenMBeanInfo.getConstructors()
Returns an array ofOpenMBeanConstructorInfo
instances describing each constructor in the open MBean described by thisOpenMBeanInfo
instance.