GNU Classpath (0.92) | |
Frames | No Frames |
Classes derived from javax.management.openmbean.OpenType | |
class | The open type descriptor for arrays of open data values.
|
class | The open type descriptor for instances of the
CompositeData class.
|
class | The open type descriptor for data values that are members
of one of the simple types (such as an integer or a string).
|
class | The open type descriptor for instances of the
TabularData class.
|
Constructors with parameter type javax.management.openmbean.OpenType | |
Constructs a new ArrayType instance for an array of the
specified type with the supplied number of dimensions. | |
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.
|
Methods with return type javax.management.openmbean.OpenType | |
OpenType | Returns the open type descriptor which describes
the type of the elements of this array type.
|
OpenType | Returns the type for the given field name,
or null if the field name does not
exist within this composite data type.
|
GNU Classpath (0.92) |