Invokes an operation on an MBean.
| Name | Type | Description | Mode |
|---|---|---|---|
| objectName | Fuego.Jmx.ObjectName | The object name of the MBean on which the method is to be invoked. | in |
| operation | Fuego.Jmx.Operation | The operation to be invoked | in |
| parameters | Java.Lang.Object[] | Parameters to pass onto the operation call | in |