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

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

Introduction

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

The text is from its open source code.

Constructor

ArrayType(int dimension, OpenType elementType)
Constructs an ArrayType instance describing open data values which are arrays with dimension dimension of elements whose open type is elementType.
ArrayType(SimpleType elementType, boolean primitiveArray)
Constructs a unidimensional ArrayType instance for the supplied SimpleType .

Method

OpenTypegetElementOpenType()
Returns the open type of element values contained in the arrays described by this ArrayType instance.