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

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

Introduction

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

The text is from its open source code.

Field

booleanisArray
Tells if this type describes an array (checked in constructor).

Constructor

OpenType(String className, String typeName, String description)
Constructs an OpenType instance (actually a subclass instance as OpenType is abstract), checking for the validity of the given parameters.

Method

StringgetClassName()
Returns the fully qualified Java class name of the open data values this open type describes.