Public Member Functions | |
| ExecuteServices (RunModel runModel) | |
| void | startLocalJava (NativeCommand.Listener listener) |
| void | stopLocalJava () |
| void | startLocalScript (NativeCommand.Listener listener) throws Throwable |
| void | stopLocalScript (NativeCommand.Listener listener) throws Throwable |
| void | startRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
| void | stopRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
Public Attributes | |
| String | startLocalJavaPexpect = "ready and waiting ..." |
| PreparedString | startLocalJavaArgs = new PreparedString("-n -jacorb -root ? -OAport ?") |
Protected Attributes | |
| RunModel | runModel |
| com.cosylab.cdb.jdal.Server | cdbServer |
| alma.acs.commandcenter.engine.ExecuteServices.ExecuteServices | ( | RunModel | runModel | ) |
| void alma.acs.commandcenter.engine.ExecuteServices.startLocalJava | ( | NativeCommand.Listener | listener | ) |
References alma.acs.commandcenter.engine.ExecuteServices.cdbServer, alma.acs.commandcenter.engine.RunModel.getServicesLocalJavaPort(), alma.acs.commandcenter.engine.RunModel.getServicesLocalJavaRoot(), alma.acs.commandcenter.engine.ExecuteServices.runModel, alma.acs.commandcenter.engine.ExecuteServices.startLocalJavaArgs, alma.acs.commandcenter.engine.ExecuteServices.startLocalJavaPexpect, and alma.acs.commandcenter.util.PreparedString.toString().
Referenced by alma.acs.startup.AcsStartLight.cdb().
| void alma.acs.commandcenter.engine.ExecuteServices.startLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteServices.startRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteServices.stopLocalJava | ( | ) |
| void alma.acs.commandcenter.engine.ExecuteServices.stopLocalScript | ( | NativeCommand.Listener | listener | ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteServices.stopRemote | ( | boolean | nativeSSH, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
Referenced by alma.acs.commandcenter.engine.ExecuteServices.startLocalJava(), alma.acs.commandcenter.engine.ExecuteServices.startLocalScript(), alma.acs.commandcenter.engine.ExecuteServices.startRemote(), alma.acs.commandcenter.engine.ExecuteServices.stopLocalScript(), and alma.acs.commandcenter.engine.ExecuteServices.stopRemote().
| PreparedString alma.acs.commandcenter.engine.ExecuteServices.startLocalJavaArgs = new PreparedString("-n -jacorb -root ? -OAport ?") |
| String alma.acs.commandcenter.engine.ExecuteServices.startLocalJavaPexpect = "ready and waiting ..." |
1.7.0