Uses of Class javax.management.openmbean.OpenDataException

Uses in package javax.management.openmbean

Constructors which throw type javax.management.openmbean.OpenDataException

OpenMBeanAttributeInfoSupport. OpenMBeanAttributeInfoSupport(String name, String desc, OpenType type, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue)
Constructs a new OpenMBeanAttributeInfo using the specified name, description, open type and default value.
OpenMBeanAttributeInfoSupport. OpenMBeanAttributeInfoSupport(String name, String desc, OpenType type, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable minimumValue, Comparable maximumValue)
Constructs a new OpenMBeanAttributeInfo using the specified name, description, open type, access properties, default, maximum and minimum values.
OpenMBeanAttributeInfoSupport. OpenMBeanAttributeInfoSupport(String name, String desc, OpenType type, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, T[] legalValues)
Constructs a new OpenMBeanAttributeInfo using the specified name, description, open type, access properties, default value and set of legal values.
OpenMBeanParameterInfoSupport. OpenMBeanParameterInfoSupport(String name, String desc, OpenType type, T defaultValue)
Constructs a new OpenMBeanParameterInfo using the specified name, description, open type and default value.
OpenMBeanParameterInfoSupport. OpenMBeanParameterInfoSupport(String name, String desc, OpenType type, T defaultValue, Comparable minimumValue, Comparable maximumValue)
Constructs a new OpenMBeanParameterInfo using the specified name, description, open type, default, maximum and minimum values.
OpenMBeanParameterInfoSupport. OpenMBeanParameterInfoSupport(String name, String desc, OpenType type, T defaultValue, T[] legalValues)
Constructs a new OpenMBeanParameterInfo using the specified name, description, open type, default value and set of legal values.
ArrayType<T>.ArrayType(SimpleType elementType, boolean primitiveArray)
Constructs a new ArrayType instance for a unidimensional array of the specified SimpleType.
ArrayType<T>.ArrayType(int dim, OpenType elementType)
Constructs a new ArrayType instance for an array of the specified type with the supplied number of dimensions.
Constructs a new CompositeDataSupport instance with the specified type using field names and values from the supplied map.
Constructs a new CompositeDataSupport instance with the specified type using the supplied arrays of field names and values.
CompositeType.CompositeType(String name, String desc, String[] names, String[] descs, OpenType[] types)
Constructs a new CompositeType instance for the given type name with the specified field names, descriptions and types.
OpenType<T>.OpenType(String className, String name, String desc)
Constructs a new OpenType for the specified class with the given name and description.
TabularType.TabularType(String name, String desc, CompositeType rowType, String[] indexNames)
Constructs a new TabularType instance for the given type name, description, row type and index names.

Methods which throw type javax.management.openmbean.OpenDataException

ArrayType<T>.ArrayType getArrayType(OpenType elementType)
Returns a new ArrayType instance in a type-safe manner, by ensuring that the type of the given OpenType matches the component type used in the type of the returned instance.