| 
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.management.jmx.client.cmd.CmdConsoleImpl
public class CmdConsoleImpl
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 | 
|---|
protected Log _log
| Constructor Detail | 
|---|
public CmdConsoleImpl()
| Method Detail | 
|---|
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 parameters
OperationException
JmxConnectionException - 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 parameters
OperationException - 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[])
  | 
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||