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

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

Introduction

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

The text is from its open source code.

Constructor

RequiredModelMBean()
Constructs an RequiredModelMBean with an empty ModelMBeanInfo.
RequiredModelMBean(ModelMBeanInfo mbi)
Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.

Method

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 mbi)
Initializes a ModelMBean object using ModelMBeanInfo passed in.