Java javax.management.modelmbean ModelMBean fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

javax.management.modelmbean.ModelMBean has the following implementations.
Click this link to see all its implementation.

Method

MBeanInfogetMBeanInfo()
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
voidsetManagedResource(Object mr, String mr_type)
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
voidsetModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
Initializes a ModelMBean object using ModelMBeanInfo passed in.