Classes | |
| class | CustomAcsEmbeddedContainerRunner |
Public Member Functions | |
| ExecuteContainer () | |
| ExecuteContainer (AcsLogger acsCorbaLogger) | |
| void | startLocalJava (RunModel runModel, NativeCommand.Listener listener) |
| void | stopLocalJava (RunModel runModel) |
| void | startLocalScript (RunModel runModel, NativeCommand.Listener listener) throws Throwable |
| void | stopLocalScript (RunModel runModel, NativeCommand.Listener listener) throws Throwable |
| void | startRemote (RunModel runModel, boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
| void | stopRemote (RunModel runModel, boolean nativeSSH, NativeCommand.Listener listener) throws Throwable |
| Exception | startRemoteDemonic (RunModel runModel, NativeCommand.Listener listener) |
| void | stopRemoteDemonic (RunModel runModel, NativeCommand.Listener listener) |
Public Attributes | |
| String | startLocalJavaPexpect = "components activated." |
| String | stopLocalJavaPexpect = "logged out." |
Protected Attributes | |
| AcsLogger | log |
| AcsLogger | acsCorbaLogger |
| alma.acs.commandcenter.engine.ExecuteContainer.ExecuteContainer | ( | ) |
| alma.acs.commandcenter.engine.ExecuteContainer.ExecuteContainer | ( | AcsLogger | acsCorbaLogger | ) |
| acsCorbaLogger |
| void alma.acs.commandcenter.engine.ExecuteContainer.startLocalJava | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) |
References alma.acs.commandcenter.engine.ExecuteContainer.acsCorbaLogger, alma.acs.commandcenter.engine.RunModel.getContainerAgainstManagerHost(), alma.acs.commandcenter.engine.RunModel.getContainerAgainstManagerPort(), alma.acs.commandcenter.engine.RunModel.getContainerLocalJavaPort(), alma.acs.commandcenter.engine.RunModel.getContainerName(), alma.acs.container.corba.AcsCorba.initCorba(), alma.acs.commandcenter.engine.ExecuteContainer.log, alma.acs.container.corba.AcsCorba.runCorba(), and alma.acs.commandcenter.engine.ExecuteContainer.startLocalJavaPexpect.
Referenced by alma.acs.startup.AcsStartLight.container().
| void alma.acs.commandcenter.engine.ExecuteContainer.startLocalScript | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteContainer.startRemote | ( | RunModel | runModel, | |
| boolean | nativeSSH, | |||
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
References alma.acs.commandcenter.engine.RunModel.getContainerAgainstInterfaceRepository(), alma.acs.commandcenter.engine.RunModel.getContainerRemoteAccount(), alma.acs.commandcenter.engine.RunModel.getContainerRemoteHost(), alma.acs.commandcenter.engine.RunModel.getContainerRemotePassword(), alma.acs.commandcenter.engine.RunModel.getContainerType(), and alma.acs.commandcenter.engine.ExecuteContainer.log.
| Exception alma.acs.commandcenter.engine.ExecuteContainer.startRemoteDemonic | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) |
null
References alma.acs.commandcenter.engine.RunModel.getContainerAgainstManagerHost(), alma.acs.commandcenter.engine.RunModel.getContainerAgainstManagerPort(), alma.acs.commandcenter.engine.RunModel.getContainerHeapSize(), alma.acs.commandcenter.engine.RunModel.getContainerName(), alma.acs.commandcenter.engine.RunModel.getContainerRemoteHost(), alma.acs.commandcenter.engine.RunModel.getContainerScriptBase(), alma.acs.commandcenter.engine.RunModel.getContainerType(), and alma.acs.commandcenter.engine.RunModel.getContainerTypeModifiers().
| void alma.acs.commandcenter.engine.ExecuteContainer.stopLocalJava | ( | RunModel | runModel | ) |
| void alma.acs.commandcenter.engine.ExecuteContainer.stopLocalScript | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteContainer.stopRemote | ( | RunModel | runModel, | |
| boolean | nativeSSH, | |||
| NativeCommand.Listener | listener | |||
| ) | throws Throwable |
| void alma.acs.commandcenter.engine.ExecuteContainer.stopRemoteDemonic | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) |
References alma.acs.commandcenter.engine.RunModel.getContainerAgainstManagerHost(), alma.acs.commandcenter.engine.RunModel.getContainerAgainstManagerPort(), alma.acs.commandcenter.engine.RunModel.getContainerName(), alma.acs.commandcenter.engine.RunModel.getContainerRemoteHost(), alma.acs.commandcenter.engine.RunModel.getContainerScriptBase(), alma.acs.commandcenter.engine.RunModel.getContainerType(), and alma.acs.commandcenter.engine.RunModel.getContainerTypeModifiers().
| String alma.acs.commandcenter.engine.ExecuteContainer.startLocalJavaPexpect = "components activated." |
| String alma.acs.commandcenter.engine.ExecuteContainer.stopLocalJavaPexpect = "logged out." |
1.7.0