Example usage for Java javax.management.openmbean TabularType fields, constructors, methods, implement or subclass
The text is from its open source code.
TabularType(String typeName, String description, CompositeType rowType, String[] indexNames) Constructs a TabularType instance, checking for the validity of the given parameters. |
List | getIndexNames() Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this |
CompositeType | getRowType() Returns the type of the row elements of tabular data values described by this TabularType instance. |