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

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

Introduction

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

The text is from its open source code.

Method

MBeanAttributeInfo[]getAttributes()
Returns the list of attributes exposed for management.
java.lang.StringgetDescription()
Returns a human readable description of the MBean.
DescriptorgetMBeanDescriptor()

Returns the ModelMBean's descriptor which contains MBean wide policies.

MBeanOperationInfo[]getOperations()
Returns the list of operations of the MBean.