Converts a BeanInfo instance into an MBeanInfo instance.
Parameters: info - The BeanInfo instance to convert. The MBeanInfo representation of the BeanInfo. throws: javax.management.IntrospectionException - Should anunexpected condition arise during the conversion.
Converts a Constructor instance into an MBeanConstructorInfo instance.
Parameters: c - The Constructor instance to convert. The MBeanConstructorInfo representation of the Constructor.
Converts a MethodDescriptor instance into an MBeanOperationInfo instance.
Parameters: md - The MethodDescriptor instance to convert. The MBeanOperationInfo representation of the MethodDescriptor.
Converts a PropertyDescriptor instance into an MBeanAttributeInfo
instance.
Parameters: pd - The PropertyDescriptor instance to convert. The MBeanAttributeInfo representation of the PropertyDescriptor. throws: javax.management.IntrospectionException - Should anunexpected condition arise during the conversion.