public class LogJavaTask extends Object implements GatewayRunnable
Constructor and Description |
---|
LogJavaTask() |
Modifier and Type | Method and Description |
---|---|
int |
getFinalStatus() |
void |
run() |
void |
setArgs(boolean waitForValidation,
boolean useLocalExec,
int delay,
String[] args)
The way the parameter will be set
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public void setArgs(boolean waitForValidation, boolean useLocalExec, int delay, String[] args)
GatewayRunnable
setArgs
in interface GatewayRunnable
waitForValidation
- True if the caller will wait up to delay
time
in msuseLocalExec
- True if currently is configured to use
LocalExec
(may be ignored)delay
- Delay in ms used only if waitForValidation is Trueargs
- First arg is the Class name usedpublic int getFinalStatus()
getFinalStatus
in interface GatewayRunnable
Copyright © 2009–2020 Waarp. All rights reserved.