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

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

Introduction

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

The text is from its open source code.

Constructor

Method

MBeanAttributeInfo[]getAttributes()
Returns the list of attributes exposed for management.
StringgetClassName()
Returns the name of the Java class of the MBean described by this MBeanInfo .
MBeanConstructorInfo[]getConstructors()

Returns the list of the public constructors of the MBean.

StringgetDescription()
Returns a human readable description of the MBean.
DescriptorgetDescriptor()
Get the descriptor of this MBeanInfo.
MBeanNotificationInfo[]getNotifications()
Returns the list of the notifications emitted by the MBean.
MBeanOperationInfo[]getOperations()
Returns the list of operations of the MBean.