SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.cmd.task.impl
Class OperationTask

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.cmd.task.impl.OperationTask
All Implemented Interfaces:
Task<OperationType>

public class OperationTask
extends java.lang.Object
implements Task<OperationType>

The Class OperationTask.


Constructor Summary
OperationTask()
           
 
Method Summary
 java.lang.Object execute(OperationType config, JmxConnection connection, java.lang.Object globalResult, java.lang.String[] parameters, java.lang.Object localResult)
          Execute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationTask

public OperationTask()
Method Detail

execute

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

Specified by:
execute in interface Task<OperationType>
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
See Also:
org.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)

SMILA (incubation) API documentation