SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.cmd
Interface CmdConsole

All Known Implementing Classes:
CmdConsoleImpl

public interface CmdConsole

The Interface Launcher.


Method Summary
 java.lang.Object execute(CmdConfigType cmdConfig, ConnectionConfigType connectionConfig, java.lang.String[] parameters)
          Execute.
 java.lang.Object execute(CmdConfigType cmdConfig, JmxConnection connection, java.lang.Object globalResult, java.lang.String[] parameters)
          Execute.
 

Method Detail

execute

java.lang.Object execute(CmdConfigType cmdConfig,
                         ConnectionConfigType connectionConfig,
                         java.lang.String[] parameters)
                         throws JmxConnectionException,
                                OperationException
Execute.

Parameters:
cmdConfig - the cmd config
connectionConfig - the connection config
parameters - the parameters
Returns:
the object
Throws:
JmxConnectionException - the jmx connection exception
OperationException - the operation exception

execute

java.lang.Object execute(CmdConfigType cmdConfig,
                         JmxConnection connection,
                         java.lang.Object globalResult,
                         java.lang.String[] parameters)
                         throws OperationException
Execute.

Parameters:
cmdConfig - the cmd config
connection - the connection
parameters - the parameters
globalResult - the result
Returns:
the object
Throws:
OperationException - the operation exception

SMILA (incubation) API documentation