public class ExecuteBatchDirectEE extends KKBatchBase
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
credentialsFilename |
(package private) static boolean |
debug |
static int |
ERROR_EXIT
Failure Code
|
(package private) static java.lang.String |
exeClass |
(package private) static java.lang.String |
exeMethod |
static int |
GOOD_EXIT
Success Code
|
protected static org.apache.commons.logging.Log |
log
the log
|
(package private) static java.lang.String[] |
params |
(package private) static java.lang.String |
storeId |
(package private) static java.lang.String |
usage |
PARAM_KEY_PREFIX
Constructor and Description |
---|
ExecuteBatchDirectEE() |
Modifier and Type | Method and Description |
---|---|
static int |
execute(java.lang.String credentialsFilename,
java.lang.String exeClass,
java.lang.String exeMethod,
java.lang.String[] params,
java.lang.String sId)
Execute the batch job outside the Quartz environment
|
static void |
main(java.lang.String[] args) |
countParameters, getAdminEngine, getAdminEngineDirect, getEngConfStr, getEngConfStrDirect, getStoreId, login, loginDirect, logout
protected static org.apache.commons.logging.Log log
public static final int ERROR_EXIT
public static final int GOOD_EXIT
static boolean debug
static java.lang.String storeId
static java.lang.String credentialsFilename
static java.lang.String exeClass
static java.lang.String exeMethod
static java.lang.String[] params
static final java.lang.String usage
public static void main(java.lang.String[] args)
args
- the argspublic static int execute(java.lang.String credentialsFilename, java.lang.String exeClass, java.lang.String exeMethod, java.lang.String[] params, java.lang.String sId)
credentialsFilename
- the credentialsFilenameexeClass
- the exeClassexeMethod
- the exeMethodparams
- the paramssId
- the sIdCopyright © 2018 DS Data Systems UK Ltd.