| Constructor and Description |
|---|
CustomTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(CustomType config,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters,
java.lang.Object localResult)
Execute.
|
public java.lang.Object execute(CustomType config,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters,
java.lang.Object localResult)
throws OperationException
execute in interface Task<CustomType>config - the configconnection - the connectionglobalResult - the global resultparameters - the parameterslocalResult - the local resultOperationException - the operation exceptionorg.eclipse.smila.management.jmx.client.cmd.task.Task#execute(org.eclipse.smila.management.jmx.client.config.ItemType,
org.eclipse.smila.management.jmx.client.helpers.JmxConnection, java.lang.Object, java.lang.String[],
java.lang.Object)