
public interface GatewayRunnable extends Runnable
| Modifier and Type | Method and Description |
|---|---|
int |
getFinalStatus() |
void |
setArgs(boolean waitForValidation,
boolean useLocalExec,
int delay,
String[] args)
The way the parameter will be set
|
String |
toString() |
void setArgs(boolean waitForValidation,
boolean useLocalExec,
int delay,
String[] args)
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 usedint getFinalStatus()
Copyright © 2009–2022 Waarp. All rights reserved.