Public Member Functions | Public Attributes | Protected Attributes | Package Attributes

alma.acs.commandcenter.engine.ExecuteManager Class Reference

List of all members.

Public Member Functions

 ExecuteManager (RunModel runModel)
String[] startLocalJava (NativeCommand.Listener listener)
void stopLocalJava ()
String[] startLocalScript (NativeCommand.Listener listener) throws Throwable
void stopLocalScript (NativeCommand.Listener listener) throws Throwable
boolean startRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable
void stopRemote (boolean nativeSSH, NativeCommand.Listener listener) throws Throwable

Public Attributes

String startLocalJavaPexpect = "Manager Application initialized"
String stopLocalJavaPexpect = "Destroyed."

Protected Attributes

RunModel runModel

Package Attributes

String[] localJavaManagerLocation

Detailed Description

Author:
mschilli

Constructor & Destructor Documentation

alma.acs.commandcenter.engine.ExecuteManager.ExecuteManager ( RunModel  runModel  ) 

Member Function Documentation

String [] alma.acs.commandcenter.engine.ExecuteManager.startLocalJava ( NativeCommand.Listener  listener  ) 
String [] alma.acs.commandcenter.engine.ExecuteManager.startLocalScript ( NativeCommand.Listener  listener  )  throws Throwable
boolean alma.acs.commandcenter.engine.ExecuteManager.startRemote ( boolean  nativeSSH,
NativeCommand.Listener  listener 
) throws Throwable
void alma.acs.commandcenter.engine.ExecuteManager.stopLocalJava (  ) 
void alma.acs.commandcenter.engine.ExecuteManager.stopLocalScript ( NativeCommand.Listener  listener  )  throws Throwable
void alma.acs.commandcenter.engine.ExecuteManager.stopRemote ( boolean  nativeSSH,
NativeCommand.Listener  listener 
) throws Throwable

Member Data Documentation

String alma.acs.commandcenter.engine.ExecuteManager.startLocalJavaPexpect = "Manager Application initialized"

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