Method Summary |
|
public long | getCurrentRuntime() Gets the total time the current job has been running or 0 when sleeping. |
public int | getCurrentStatus() |
public String | getJobName() Get the current running job's name. |
public String | getName() Gets the name of this JobInvoker. |
public String | getServiceName() Returns the name of the service being run. |
public long | getTime() Gets the time when this thread was created. |
public int | getUsage() Gets the number of times this thread was used. |
public void | kill() |
public synchronized void | run() |
public void | stop() Tells the thread to stop after the next job. |
public void | wakeUp() Wakes up this thread. |