public interface R66Runnable extends Runnable
Modifier and Type | Method and Description |
---|---|
int |
getFinalStatus() |
void |
setArgs(R66Session session,
boolean waitForValidation,
boolean useLocalExec,
int delay,
String classname,
String arg,
boolean callFromBusiness,
boolean isToValidate)
The way the parameter will be set
|
String |
toString() |
void setArgs(R66Session session, boolean waitForValidation, boolean useLocalExec, int delay, String classname, String arg, boolean callFromBusiness, boolean isToValidate)
session
- The current R66SessionwaitForValidation
- True if the caller will wait up to delay
time
in msuseLocalExec
- True if currently R66 is configured to use
LocalExec (may be ignored)delay
- Delay in ms used only if waitForValidation is Trueclassname
- The Classnamearg
- full argumentcallFromBusiness
- True if called from Business operation,
not
taskisToValidate
- True if the call from Business is to Validateint getFinalStatus()
Copyright © 2009–2020 Waarp. All rights reserved.