Java javax.management.openmbean TabularType fields, constructors, methods, implement or subclass

Example usage for Java javax.management.openmbean TabularType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.openmbean TabularType.

The text is from its open source code.

Constructor

TabularType(String typeName, String description, CompositeType rowType, String[] indexNames)
Constructs a TabularType instance, checking for the validity of the given parameters.

Method

ListgetIndexNames()

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 TabularType instance.

CompositeTypegetRowType()
Returns the type of the row elements of tabular data values described by this TabularType instance.