SMILA (incubation) API documentation

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

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

public class AttributeTask
extends java.lang.Object
implements Task<AttributeType>

The Class AttributeTask.


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

AttributeTask

public AttributeTask()
Method Detail

execute

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

Specified by:
execute in interface Task<AttributeType>
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