Java javax.management.openmbean OpenMBeanInfoSupport fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)

Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className , description , openAttributes , openConstructors , openOperations and notifications .

The openAttributes , openConstructors , openOperations and notifications array parameters are internally copied, so that subsequent changes to the arrays referenced by these parameters have no effect on this instance.