Returns a list which contains the attributes of the MBean.
1 function.java.jmx.MBeanInfo.getAttributes
<function.java.jmx.MBeanInfo.getAttributes mbeaninfo='mbeaninfo'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Ambeaninfo | MBeanInfo | MBean of which the information will be obtained. |
Returns | |
---|---|
Type | Description |
(Arrays.asList(info)) | Returns an arraylist with all the attributes. |