GNU Classpath (0.92) | |
Frames | No Frames |
Constructors which throw type javax.management.openmbean.OpenDataException | |
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 the supplied arrays of field names and
values. | |
Constructs a new CompositeDataSupport instance with the
specified type using field names and values from the supplied map.
| |
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. |
GNU Classpath (0.92) |