public class ExecuteAcs
extends java.lang.Object
| Constructor and Description |
|---|
ExecuteAcs(RunModel runModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
killLocalScript(NativeCommand.Listener listener) |
void |
killRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
java.lang.String[] |
startLocalScript(NativeCommand.Listener listener) |
boolean |
startRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
java.lang.Exception |
startRemoteDemonic(NativeCommand.Listener listener) |
void |
stopLocalScript(NativeCommand.Listener listener) |
void |
stopRemote(boolean nativeSSH,
NativeCommand.Listener listener) |
java.lang.Exception |
stopRemoteDemonic(NativeCommand.Listener listener) |
public RunModel runModel
public ExecuteAcs(RunModel runModel)
public java.lang.String[] startLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic void stopLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic void killLocalScript(NativeCommand.Listener listener) throws java.lang.Throwable
java.lang.Throwablepublic boolean 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.Throwablepublic void killRemote(boolean nativeSSH,
NativeCommand.Listener listener)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.Exception startRemoteDemonic(NativeCommand.Listener listener)
null if all went well.public java.lang.Exception stopRemoteDemonic(NativeCommand.Listener listener)