Sets the value of a specific attribute of a named MBean. The MBean is identified by its object name.
| Name | Type | Description | Mode |
|---|---|---|---|
| objectName | Fuego.Jmx.ObjectName | The object name of the MBean within which the attributes are to be set | in |
| attribute | Fuego.Jmx.Attribute | The identification of the attribute to be set | in |
| value | Java.Lang.Object | The attribute value to set | in |