
Public Member Functions | |
| ExecuteAcs (RunModel runModel) | |
| String[] | startLocalScript (NativeCommand.Listener listener) throws Throwable |
| void | stopLocalScript (NativeCommand.Listener listener) throws Throwable |
| void | killLocalScript (NativeCommand.Listener listener) throws Throwable |
| boolean | startRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
| void | stopRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
| void | killRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
| Exception | startRemoteDemonic (NativeCommand.Listener listener) |
| Exception | stopRemoteDemonic (NativeCommand.Listener listener) |
Public Attributes | |
| RunModel | runModel |
| alma::acs::commandcenter::engine::ExecuteAcs::ExecuteAcs | ( | RunModel | runModel | ) | [inline] |
| void alma::acs::commandcenter::engine::ExecuteAcs::killLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable [inline] |
References runModel.
| void alma::acs::commandcenter::engine::ExecuteAcs::killRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
| String [] alma::acs::commandcenter::engine::ExecuteAcs::startLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable [inline] |
References alma::acs::commandcenter::engine::RunModel::getScriptBase(), alma::acs::util::ACSPorts::giveIP(), alma::acs::util::ACSPorts::giveManagerPort(), and runModel.
Referenced by alma::acs::commandcenter::engine::ExternalToolsTest::test_SetUp_Local_Acs(), alma::acs::commandcenter::engine::AcsScriptsTest::test_Start_Local_Acs(), and alma::acs::commandcenter::engine::AcsScriptsTest::test_Start_Local_AcsAndContainers().
| boolean alma::acs::commandcenter::engine::ExecuteAcs::startRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
References alma::acs::commandcenter::engine::RunModel::getRemoteAccount(), alma::acs::commandcenter::engine::RunModel::getRemoteHost(), alma::acs::commandcenter::engine::RunModel::getRemotePassword(), and runModel.
| Exception alma::acs::commandcenter::engine::ExecuteAcs::startRemoteDemonic | ( | NativeCommand.Listener | listener | ) | [inline] |
null
References alma::acs::commandcenter::engine::RunModel::getRemoteHost(), alma::acs::commandcenter::engine::RunModel::getScriptBase(), and runModel.
| void alma::acs::commandcenter::engine::ExecuteAcs::stopLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::ExecuteAcs::stopRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
| Exception alma::acs::commandcenter::engine::ExecuteAcs::stopRemoteDemonic | ( | NativeCommand.Listener | listener | ) | [inline] |
Referenced by killLocalScript(), killRemote(), startLocalScript(), startRemote(), startRemoteDemonic(), stopLocalScript(), stopRemote(), and stopRemoteDemonic().
1.6.2