SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.cmd.task
Interface Task<ConfigType extends ItemType>

Type Parameters:
ConfigType - the type of config
All Known Implementing Classes:
AttributeTask, CustomTask, OperationTask, RegexpTask, WaitTask

public interface Task<ConfigType extends ItemType>

The Interface Task.


Method Summary
 java.lang.Object execute(ConfigType config, JmxConnection connection, java.lang.Object globalResult, java.lang.String[] parameters, java.lang.Object localResult)
          Execute.
 

Method Detail

execute

java.lang.Object execute(ConfigType config,
                         JmxConnection connection,
                         java.lang.Object globalResult,
                         java.lang.String[] parameters,
                         java.lang.Object localResult)
                         throws OperationException
Execute.

Parameters:
config - the config
connection - the connection
globalResult - the global result
parameters - the parameters
localResult - the local result
Returns:
the object
Throws:
OperationException - the operation exception

SMILA (incubation) API documentation