Class AnnotatedStandardMBean

    • Constructor Detail

      • AnnotatedStandardMBean

        public AnnotatedStandardMBean​(T implementation,
                                      Class<T> mbeanInterface)
        Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
        See Also:
        StandardMBean(Object, Class)