Example usage for Java javax.management.openmbean ArrayType fields, constructors, methods, implement or subclass
The text is from its open source code.
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 . |
OpenType> | getElementOpenType() Returns the open type of element values contained in the arrays described by this ArrayType instance. |