Public Member Functions

alma.acs.commandcenter.engine.RunModel Interface Reference

Inheritance diagram for alma.acs.commandcenter.engine.RunModel:
alma.acs.commandcenter.app.ProjectRunModel alma.acs.commandcenter.engine.RunModelAdapter alma.acs.commandcenter.app.CommandCenterLogic.MyProjectRunModel alma.acs.startup.AcsStartLight

List of all members.

Public Member Functions

String getServicesLocalJavaPort ()
String getServicesLocalJavaRoot ()
String getManagerLocalJavaPort ()
String getManagerLocalJavaAgainstCDBHost ()
String getManagerLocalJavaAgainstCDBPort ()
String getContainerLocalJavaPort ()
String getScriptBase ()
String getRemoteHost ()
String getRemoteAccount ()
String getRemotePassword ()
String getToolAgainstManagerHost ()
String getToolAgainstManagerPort ()
String getToolAgainstInterfaceRepository ()
String getToolAgainstNameService ()
String getContainerAgainstManagerHost ()
String getContainerAgainstManagerPort ()
String getContainerAgainstCDB ()
String getContainerAgainstInterfaceRepository ()
String getContainerName ()
String getContainerType ()
String[] getContainerTypeModifiers ()
String getContainerHeapSize ()
String getContainerScriptBase ()
String getContainerRemoteHost ()
String getContainerRemoteAccount ()
String getContainerRemotePassword ()

Detailed Description

Contains the data needed to run the various Acs workers.

Typically this is the Executors' view onto an CommandCenterProject model instance. The implementing class provides the project's content as needed for the Acs workers. For example, an implementation can, depending on a flag in the model, decide whether the containerRemoteHost for a container C should be the globally declared one or one that was specifically declared for C. CommandCenter does this in its implementation.

Other ways of implementing this occur as well, e.g., if you want to run a pure-java Acs in a virtual machine side-by-side with your application.

See the AcsCommandCenter(Builtin)Tools.xml file to find out what data your RunModel implementation needs to provide to the command(s) you want to run.

See also:
alma.acs.commandcenter.app.ProjectRunModel
RunModelAdapter
Author:
mschilli

Member Function Documentation

String alma.acs.commandcenter.engine.RunModel.getContainerAgainstCDB (  ) 
String alma.acs.commandcenter.engine.RunModel.getContainerAgainstInterfaceRepository (  ) 
String alma.acs.commandcenter.engine.RunModel.getContainerHeapSize (  ) 
String alma.acs.commandcenter.engine.RunModel.getContainerLocalJavaPort (  ) 
String alma.acs.commandcenter.engine.RunModel.getManagerLocalJavaAgainstCDBPort (  ) 
String alma.acs.commandcenter.engine.RunModel.getManagerLocalJavaPort (  ) 
String alma.acs.commandcenter.engine.RunModel.getServicesLocalJavaPort (  ) 
String alma.acs.commandcenter.engine.RunModel.getServicesLocalJavaRoot (  ) 
String alma.acs.commandcenter.engine.RunModel.getToolAgainstInterfaceRepository (  ) 
String alma.acs.commandcenter.engine.RunModel.getToolAgainstManagerHost (  ) 
String alma.acs.commandcenter.engine.RunModel.getToolAgainstManagerPort (  ) 
String alma.acs.commandcenter.engine.RunModel.getToolAgainstNameService (  ) 

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties