Uses of Class javax.management.MBeanConstructorInfo

Uses in package javax.management

Constructors with parameter type javax.management.MBeanConstructorInfo

Constructs a new MBeanInfo using the supplied class name and description with the given attributes, operations, constructors and notifications.

Methods with parameter type javax.management.MBeanConstructorInfo

MBeanConstructorInfo[]
Returns information on the constructors that will be used in the MBeanInfo instance.
String
Returns the description of the constructor that will be used in the supplied MBeanConstructorInfo instance.
String
Returns the description of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
String
Returns the name of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.

Methods with return type javax.management.MBeanConstructorInfo

MBeanConstructorInfo[]
Returns descriptions of each of the constructors provided by this management bean.
MBeanConstructorInfo[]
Returns information on the constructors that will be used in the MBeanInfo instance.

Uses in package javax.management.openmbean

Classes derived from javax.management.MBeanConstructorInfo

class
Describes a constructor for an open management bean.

Methods with return type javax.management.MBeanConstructorInfo

MBeanConstructorInfo[]
Returns descriptions of each of the constructors provided by this management bean.