SMILA 1.0 API documentation

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

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

public class RegexpTask
extends java.lang.Object
implements Task<RegexpType>

The Class RegexpTask.


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

RegexpTask

public RegexpTask()
Method Detail

execute

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

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