Interface MBeanInfoAssembler

    • Method Detail

      • getMBeanInfo

        ModelMBeanInfo getMBeanInfo​(Object managedBean,
                                    String beanKey)
                             throws JMException
        Create the ModelMBeanInfo for the given managed resource.
        Parameters:
        managedBean - the bean that will be exposed (might be an AOP proxy)
        beanKey - the key associated with the managed bean
        Returns:
        the ModelMBeanInfo metadata object
        Throws:
        JMException - in case of errors