Package de.uplanet.lucy.server.scheduler
Klasse JobStarter
java.lang.Object
de.uplanet.lucy.server.scheduler.JobStarter
-
Methodenübersicht
-
Methodendetails
-
startJob
Start a scheduler job asynchronously.- Parameter:
p_strGuid- The job GUID.- Gibt zurück:
trueif the job was started, orfalseotherwise.- Löst aus:
InterruptedException- If the thread was interrupted.
-
startJob
public static boolean startJob(String p_strGuid, Map<String, Object> p_params) throws InterruptedExceptionStart a scheduler job asynchronously.- Parameter:
p_strGuid- The job GUID.p_params- Parameters to be passed to the shared state of a triggered workflow timer job.- Gibt zurück:
trueif the job was started, orfalseotherwise.- Löst aus:
InterruptedException- If the thread was interrupted.
-