Classes | Public Member Functions | Public Attributes | Protected Attributes

alma.acs.commandcenter.engine.ExecuteContainer Class Reference

List of all members.

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

Detailed Description

Author:
mschilli

Constructor & Destructor Documentation

alma.acs.commandcenter.engine.ExecuteContainer.ExecuteContainer (  ) 
alma.acs.commandcenter.engine.ExecuteContainer.ExecuteContainer ( AcsLogger  acsCorbaLogger  ) 
Parameters:
acsCorbaLogger 
Since:
ACS 5.0

Member Function Documentation

void alma.acs.commandcenter.engine.ExecuteContainer.startLocalJava ( RunModel  runModel,
NativeCommand.Listener  listener 
)
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
Exception alma.acs.commandcenter.engine.ExecuteContainer.startRemoteDemonic ( RunModel  runModel,
NativeCommand.Listener  listener 
)
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 
)

Member Data Documentation


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