Java javax.management StandardMBean fields, constructors, methods, implement or subclass

Example usage for Java javax.management StandardMBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management StandardMBean.

The text is from its open source code.

Subclass

javax.management.StandardMBean has subclasses.
Click this link to see all its subclasses.

Constructor

StandardMBean(T implementation, Class mbeanInterface)

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 mbeanInterface, boolean isMXBean)

Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class, and choosing whether the resultant MBean is an MXBean.