
Classes | |
| class | CustomAcsEmbeddedContainerRunner |
Public Member Functions | |
| ExecuteContainer () | |
| ExecuteContainer (Logger 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 |
| void | 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 | |
| Logger | log |
| Logger | acsCorbaLogger |
Private Attributes | |
| AcsCorba | acsCorba |
| CustomAcsEmbeddedContainerRunner | customAcsEmbeddedContainerRunner |
| alma::acs::commandcenter::engine::ExecuteContainer::ExecuteContainer | ( | ) | [inline] |
References log.
| alma::acs::commandcenter::engine::ExecuteContainer::ExecuteContainer | ( | Logger | acsCorbaLogger | ) | [inline] |
| acsCorbaLogger |
| void alma::acs::commandcenter::engine::ExecuteContainer::startLocalJava | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | [inline] |
References acsCorba, acsCorbaLogger, customAcsEmbeddedContainerRunner, 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(), log, alma::acs::container::AcsEmbeddedContainerRunner::run(), alma::acs::container::corba::AcsCorba::runCorba(), and startLocalJavaPexpect.
Referenced by alma::acs::startup::AcsStartLight::container().
| void alma::acs::commandcenter::engine::ExecuteContainer::startLocalScript | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::ExecuteContainer::startRemote | ( | RunModel | runModel, | |
| boolean | nativeSSH, | |||
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
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 log.
| void alma::acs::commandcenter::engine::ExecuteContainer::startRemoteDemonic | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | [inline] |
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 | ) | [inline] |
| void alma::acs::commandcenter::engine::ExecuteContainer::stopLocalScript | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::ExecuteContainer::stopRemote | ( | RunModel | runModel, | |
| boolean | nativeSSH, | |||
| NativeCommand.Listener | listener | |||
| ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::ExecuteContainer::stopRemoteDemonic | ( | RunModel | runModel, | |
| NativeCommand.Listener | listener | |||
| ) | [inline] |
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().
Referenced by startLocalJava().
Logger alma::acs::commandcenter::engine::ExecuteContainer::acsCorbaLogger [protected] |
Referenced by startLocalJava().
CustomAcsEmbeddedContainerRunner alma::acs::commandcenter::engine::ExecuteContainer::customAcsEmbeddedContainerRunner [private] |
Referenced by startLocalJava(), and stopLocalJava().
Logger alma::acs::commandcenter::engine::ExecuteContainer::log [protected] |
Referenced by ExecuteContainer(), startLocalJava(), and startRemote().
| String alma::acs::commandcenter::engine::ExecuteContainer::startLocalJavaPexpect = "components activated." |
Referenced by startLocalJava().
| String alma::acs::commandcenter::engine::ExecuteContainer::stopLocalJavaPexpect = "logged out." |
Referenced by stopLocalJava().
1.6.2