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 | ) |
| void alma.acs.commandcenter.engine.ExecuteAcs.killLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteAcs.killRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
| String [] alma.acs.commandcenter.engine.ExecuteAcs.startLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable |
References alma.acs.commandcenter.engine.RunModel.getScriptBase(), alma.acs.util.ACSPorts.giveIP(), alma.acs.util.ACSPorts.giveManagerPort(), and alma.acs.commandcenter.engine.ExecuteAcs.runModel.
| boolean alma.acs.commandcenter.engine.ExecuteAcs.startRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
References alma.acs.commandcenter.engine.RunModel.getRemoteAccount(), alma.acs.commandcenter.engine.RunModel.getRemoteHost(), alma.acs.commandcenter.engine.RunModel.getRemotePassword(), and alma.acs.commandcenter.engine.ExecuteAcs.runModel.
| Exception alma.acs.commandcenter.engine.ExecuteAcs.startRemoteDemonic | ( | NativeCommand.Listener | listener | ) |
null
References alma.acs.commandcenter.engine.RunModel.getRemoteHost(), alma.acs.commandcenter.engine.RunModel.getScriptBase(), and alma.acs.commandcenter.engine.ExecuteAcs.runModel.
| void alma.acs.commandcenter.engine.ExecuteAcs.stopLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteAcs.stopRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
| Exception alma.acs.commandcenter.engine.ExecuteAcs.stopRemoteDemonic | ( | NativeCommand.Listener | listener | ) |
Referenced by alma.acs.commandcenter.engine.ExecuteAcs.killLocalScript(), alma.acs.commandcenter.engine.ExecuteAcs.killRemote(), alma.acs.commandcenter.engine.ExecuteAcs.startLocalScript(), alma.acs.commandcenter.engine.ExecuteAcs.startRemote(), alma.acs.commandcenter.engine.ExecuteAcs.startRemoteDemonic(), alma.acs.commandcenter.engine.ExecuteAcs.stopLocalScript(), alma.acs.commandcenter.engine.ExecuteAcs.stopRemote(), and alma.acs.commandcenter.engine.ExecuteAcs.stopRemoteDemonic().
1.7.0