Package com.smeup.kokos.sdk.util.batch
Class BatchUtils
java.lang.Object
com.smeup.kokos.sdk.util.batch.BatchUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecuteProgramAfterDelay(String programName, LinkedHashMap<String, String> programParams, ExecutionContext context, int delay) static TrackingDAOgetTrackingDAO(ExecutionContext executionContext) static booleanisBatch(ExecutionContext context)
-
Constructor Details
-
BatchUtils
public BatchUtils()
-
-
Method Details
-
getTrackingDAO
-
isBatch
-
executeProgramAfterDelay
public static void executeProgramAfterDelay(String programName, LinkedHashMap<String, String> programParams, ExecutionContext context, int delay) throws Exception- Throws:
Exception
-