Example usage for Java javax.management StandardMBean fields, constructors, methods, implement or subclass
The text is from its open source code.
StandardMBean(T implementation, Class Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class. | |
StandardMBean(Class> mbeanInterface, boolean isMXBean) Make a DynamicMBean out of this, using the specified mbeanInterface class, and choosing whether the resulting MBean is an MXBean. | |
StandardMBean(T implementation, Class Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class, and choosing whether the resultant MBean is an MXBean. |