GNU Classpath (0.95) | |
Frames | No Frames |
Constructors which throw type javax.management.openmbean.OpenDataException | |
OpenMBeanAttributeInfoSupport. Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type and default value. | |
OpenMBeanAttributeInfoSupport.
Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type, access properties,
default, maximum and minimum values. | |
OpenMBeanAttributeInfoSupport.
Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type, access properties, default
value and set of legal values. | |
OpenMBeanParameterInfoSupport. Constructs a new OpenMBeanParameterInfo using the
specified name, description, open type and default value. | |
OpenMBeanParameterInfoSupport.
Constructs a new OpenMBeanParameterInfo using the
specified name, description, open type, default, maximum and
minimum values. | |
OpenMBeanParameterInfoSupport.
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.
| |
Constructs a new OpenType for the specified class
with the given name and description. | |
Constructs a new TabularType instance for the given
type name, description, row type and index names. |
Methods which throw type javax.management.openmbean.OpenDataException | |
GNU Classpath (0.95) |