Public Member Functions | Public Attributes | Protected Attributes

alma.acs.commandcenter.engine.ExecuteServices Class Reference

List of all members.

Public Member Functions

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

Public Attributes

String startLocalJavaPexpect = "ready and waiting ..."
PreparedString startLocalJavaArgs = new PreparedString("-n -jacorb -root ? -OAport ?")

Protected Attributes

RunModel runModel
com.cosylab.cdb.jdal.Server cdbServer

Detailed Description

Author:
mschilli

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation


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