public class CmdConsoleImpl extends java.lang.Object implements CmdConsole
| Modifier and Type | Field and Description |
|---|---|
protected Log |
_log
The _log.
|
| Constructor and Description |
|---|
CmdConsoleImpl()
Instantiates a new cmd console impl.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.Object execute(CmdConfigType cmdConfig,
ConnectionConfigType connectionConfig,
java.lang.String[] parameters)
throws JmxConnectionException,
OperationException
execute in interface CmdConsolecmdConfig - the cmd configconnectionConfig - the connection configparameters - the parametersOperationExceptionJmxConnectionException - the jmx connection exceptionorg.eclipse.smila.management.jmx.client.cmd.CmdConsole#execute(org.eclipse.smila.management.jmx.client.config.CmdConfigType,
org.eclipse.smila.management.jmx.client.config.ConnectionConfigType, java.lang.String[])public java.lang.Object execute(CmdConfigType cmdConfig,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters)
throws OperationException
execute in interface CmdConsolecmdConfig - the cmd configconnection - the connectionglobalResult - the resultparameters - the parametersOperationException - the operation exceptionorg.eclipse.smila.management.jmx.client.cmd.CmdConsole#execute(org.eclipse.smila.management.jmx.client.config.CmdConfigType,
org.eclipse.smila.management.jmx.client.helpers.JmxConnection, java.lang.String[])