Class AnnotatedStandardMBean

    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotatedStandardMBean​(T implementation, java.lang.Class<T> mbeanInterface)
      Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
    • Method Summary

      • Methods inherited from class javax.management.StandardMBean

        getAttribute, getAttributes, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotatedStandardMBean

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