SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.cmd
Class CmdConsoleImpl

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.cmd.CmdConsoleImpl
All Implemented Interfaces:
CmdConsole

public class CmdConsoleImpl
extends java.lang.Object
implements CmdConsole

The Class CmdConsoleImpl.


Field Summary
protected  Log _log
          The _log.
 
Constructor Summary
CmdConsoleImpl()
          Instantiates a new cmd console impl.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected Log _log
The _log.

Constructor Detail

CmdConsoleImpl

public CmdConsoleImpl()
Instantiates a new cmd console impl.

Method Detail

execute

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

Specified by:
execute in interface CmdConsole
Parameters:
cmdConfig - the cmd config
connectionConfig - the connection config
parameters - the parameters
Returns:
the object
Throws:
OperationException
JmxConnectionException - the jmx connection exception
See Also:
org.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[])

execute

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

Specified by:
execute in interface CmdConsole
Parameters:
cmdConfig - the cmd config
connection - the connection
globalResult - the result
parameters - the parameters
Returns:
the object
Throws:
OperationException - the operation exception
See Also:
org.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[])

SMILA (incubation) API documentation