| Construct a tabular type. The parameters are checked for validity.
getClassName() returns javax.management.openbean.TabularData
Parameters: typeName - the name of the tabular type, cannot be null orempty Parameters: description - the human readable description of the tabular type, cannot be null or empty Parameters: rowType - the type of the row elements in the tabular data, cannotbe null Parameters: indexNames - the names of the item values that uniquely index eachrow element in the tabular data, cannot be null or empty. Eachelement must be an item name in the rowType, nul or empty is notallowed. The order of the item names in this parameter is usedby TabularData.get and TabularData.remove the TabularData to match the array of values to items. exception: OpenDataException - when an element of indexNames is not definedin rowType. exception: IllegalArgumentException - when a parameter does not matchwhat is described above. |