Uses of Class
javax.management.openmbean.SimpleType

Packages that use SimpleType
Package
Description
Provides the open data types and Open MBean descriptor classes.
  • Uses of SimpleType in javax.management.openmbean

    Modifier and Type
    Field
    Description
    static final SimpleType<BigDecimal>
    SimpleType.BIGDECIMAL
    The SimpleType instance describing values whose Java class name is java.math.BigDecimal.
    static final SimpleType<BigInteger>
    SimpleType.BIGINTEGER
    The SimpleType instance describing values whose Java class name is java.math.BigInteger.
    static final SimpleType<Boolean>
    SimpleType.BOOLEAN
    The SimpleType instance describing values whose Java class name is java.lang.Boolean.
    static final SimpleType<Byte>
    SimpleType.BYTE
    The SimpleType instance describing values whose Java class name is java.lang.Byte.
    static final SimpleType<Character>
    SimpleType.CHARACTER
    The SimpleType instance describing values whose Java class name is java.lang.Character.
    static final SimpleType<Date>
    SimpleType.DATE
    The SimpleType instance describing values whose Java class name is java.util.Date.
    static final SimpleType<Double>
    SimpleType.DOUBLE
    The SimpleType instance describing values whose Java class name is java.lang.Double.
    static final SimpleType<Float>
    SimpleType.FLOAT
    The SimpleType instance describing values whose Java class name is java.lang.Float.
    static final SimpleType<Integer>
    SimpleType.INTEGER
    The SimpleType instance describing values whose Java class name is java.lang.Integer.
    static final SimpleType<Long>
    SimpleType.LONG
    The SimpleType instance describing values whose Java class name is java.lang.Long.
    static final SimpleType<ObjectName>
    SimpleType.OBJECTNAME
    The SimpleType instance describing values whose Java class name is javax.management.ObjectName.
    static final SimpleType<Short>
    SimpleType.SHORT
    The SimpleType instance describing values whose Java class name is java.lang.Short.
    static final SimpleType<String>
    SimpleType.STRING
    The SimpleType instance describing values whose Java class name is java.lang.String.
    static final SimpleType<Void>
    SimpleType.VOID
    The SimpleType instance describing values whose Java class name is java.lang.Void.
    Constructors in javax.management.openmbean with parameters of type SimpleType
    Modifier
    Constructor
    Description
     
    ArrayType(SimpleType<?> elementType, boolean primitiveArray)
    Constructs a unidimensional ArrayType instance for the supplied SimpleType.