Uses of Class
javax.management.openmbean.ArrayType
Packages that use ArrayType
Package
Description
Provides the open data types and Open MBean descriptor classes.
-
Uses of ArrayType in javax.management.openmbean
Methods in javax.management.openmbean that return ArrayTypeModifier and TypeMethodDescriptionstatic <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.