Obtains the value of a specific attribute of a MBean name. The MBean is identified by its object name.
1 function.java.jmx.MBeanServer.getAttribute
<function.java.jmx.MBeanServer.getAttribute
object='object'
attribute='attribute'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aobject | string | MBean object name from which the attribute is recovered. | |||
Aattribute | string | Name of the attribute to be recovered. |
Returns | |
---|---|
Type | Description |
mbsc.getAttribute(new ObjectName(_object), attribute) | Returns a MBeanServerConnection. |