Uses of Class
javax.management.openmbean.ArrayType
Package | Description |
---|---|
javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
-
Uses of ArrayType in javax.management.openmbean
Methods in javax.management.openmbean that return ArrayType Modifier and Type Method Description static <E> ArrayType<E[]>
ArrayType. getArrayType(OpenType<E> elementType)
Create anArrayType
instance in a type-safe manner.static <T> ArrayType<T>
ArrayType. getPrimitiveArrayType(Class<T> arrayClass)
Create anArrayType
instance in a type-safe manner.