
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, waittoStringpublic final void setArgs(boolean waitForValidation,
boolean useLocalExec,
int delay,
String[] args)
GatewayRunnablesetArgs in interface GatewayRunnablewaitForValidation - 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 final int getFinalStatus()
getFinalStatus in interface GatewayRunnableCopyright © 2009–2022 Waarp. All rights reserved.