public interface CmdConsole
| 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.
|
java.lang.Object execute(CmdConfigType cmdConfig,
ConnectionConfigType connectionConfig,
java.lang.String[] parameters)
throws JmxConnectionException,
OperationException
cmdConfig - the cmd configconnectionConfig - the connection configparameters - the parametersJmxConnectionException - the jmx connection exceptionOperationException - the operation exceptionjava.lang.Object execute(CmdConfigType cmdConfig,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters)
throws OperationException
cmdConfig - the cmd configconnection - the connectionparameters - the parametersglobalResult - the resultOperationException - the operation exception