public class ExecuteServices
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Server |
cdbServer |
protected RunModel |
runModel |
PreparedString |
startLocalJavaArgs |
java.lang.String |
startLocalJavaPexpect |
| Constructor and Description |
|---|
ExecuteServices(RunModel runModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
startLocalJava(NativeCommand.Listener listener) |
void |
startLocalScript(NativeCommand.Listener listener) |
void |
startRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
void |
stopLocalJava() |
void |
stopLocalScript(NativeCommand.Listener listener) |
void |
stopRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
protected RunModel runModel
protected Server cdbServer
public java.lang.String startLocalJavaPexpect
public PreparedString startLocalJavaArgs
public ExecuteServices(RunModel runModel)
public void startLocalJava(NativeCommand.Listener listener)
public void stopLocalJava()
public void startLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic void stopLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic void startRemote(boolean nativeSSH,
NativeCommand.Listener listener)
throws java.lang.Throwable
java.lang.Throwablepublic void stopRemote(boolean nativeSSH,
NativeCommand.Listener listener)
throws java.lang.Throwable
java.lang.Throwable