javax.jmx.openmbean
Class TabularAttributeInfo
java.lang.Object
|
+--javax.management.MBeanFeatureInfo
|
+--javax.management.MBeanAttributeInfo
|
+--javax.jmx.openmbean.OpenMBeanAttributeInfo
|
+--javax.jmx.openmbean.CompositeAttributeInfo
|
+--javax.jmx.openmbean.TabularAttributeInfo
- public class TabularAttributeInfo
- extends CompositeAttributeInfo
- implements java.io.Serializable
Describes an instance of the TabularData class when used as an atribute type for a mbean.
- See Also:
- Serialized Form
|
Constructor Summary |
TabularAttributeInfo(java.lang.String name,
java.lang.String type,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs,
java.lang.Object defaultValue,
java.lang.Object[] legalValues,
OpenMBeanAttributeInfo[] attributeInfo,
java.lang.String[] indexNames)
Constructs a TabularAttributeInfo object. |
|
Method Summary |
java.lang.String[] |
getIndexNames()
Gets the index names associated with the tabular data. |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
TabularAttributeInfo
public TabularAttributeInfo(java.lang.String name,
java.lang.String type,
java.lang.String description,
boolean isReadable,
boolean isWritable,
boolean isIs,
java.lang.Object defaultValue,
java.lang.Object[] legalValues,
OpenMBeanAttributeInfo[] attributeInfo,
java.lang.String[] indexNames)
- Constructs a TabularAttributeInfo object.
- Parameters:
name - The name of the attributetype - The type or class name of the attributedescription - A human readable description of the attribute.isReadable - specifies whether the attribute has read permission.isWritable - specifies whether the attribute has write permission.defaultValue - The default value for the attribute.legalValues - The set of permitted values for the attribute.attributeInfo - The OpenMbeanAttributeInfo array to describe the
attributes present in the composite data.indexNames - the index names array for the tabular data.
getIndexNames
public java.lang.String[] getIndexNames()
- Gets the index names associated with the tabular data.