ConfigType - the type of configpublic interface Task<ConfigType extends ItemType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(ConfigType config,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters,
java.lang.Object localResult)
Execute.
|
java.lang.Object execute(ConfigType config, JmxConnection connection, java.lang.Object globalResult, java.lang.String[] parameters, java.lang.Object localResult) throws OperationException
config - the configconnection - the connectionglobalResult - the global resultparameters - the parameterslocalResult - the local resultOperationException - the operation exception