|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.scheduler.JobStarter
@Scriptable public final class JobStarter
Method Summary | |
---|---|
static boolean |
_startJob(java.lang.String p_strGuid)
|
static boolean |
startJob(java.lang.String p_strGuid)
Start a scheduler job asynchronously. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean startJob(java.lang.String p_strGuid) throws java.lang.InterruptedException
p_strGuid
- The job GUID.
true
if the job was started, or false
otherwise.
java.lang.InterruptedException
- If the thread was interrupted.public static boolean _startJob(java.lang.String p_strGuid) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |