SMILA 1.0 API documentation

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

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

public class CustomTask
extends java.lang.Object
implements Task<CustomType>

The Class CustomTask.


Constructor Summary
CustomTask()
           
 
Method Summary
 java.lang.Object execute(CustomType 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

CustomTask

public CustomTask()
Method Detail

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.

Specified by:
execute in interface Task<CustomType>
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 1.0 API documentation