SMILA 1.0 API documentation

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

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

public class WaitTask
extends java.lang.Object
implements Task<WaitType>

The Class WaitTask.


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

WaitTask

public WaitTask()
Method Detail

execute

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

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