| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Field Summary | |
final static int | COMPLETEDThe instance has completed execution. |
final static int | CREATEDInstance has been created but not yet executed. |
final static int | PAUSEDThe analysis instance is paused. |
final static int | RUNNINGThe analysis instance is runned. |
final static int | TERMINATED_BY_ERRORThe instance terminated due to an error. |
final static int | TERMINATED_BY_REQUESTThe instance was terminated by user request. |
| Method Summary | |
void | addListener(JobControlListener listener)Adds JobControlListener object |
long | getCreatedTime()Returns JobControl created time. |
long | getElapsedTime()Returns elapsed time of Job |
long | getEndedTime()Returns Job finished time |
int | getPreparedness()Returns preparedness of Job in percent |
long | getRemainedTime()Returns estimated remained time |
long | getStartedTime()Returns Job start time |
int | getStatus()Returns status of Job |
String | getTextStatus()Returns string representation of Job status |
void | pause()Pauses JobControl process |
void | resume()Resumes JobControl process |
void | terminate()Terminates JobControl process |
| Methods inherited from interface java.lang.Runnable |
run |
| Field Detail |
public final static int COMPLETED
public final static int CREATED
public final static int PAUSED
public final static int RUNNING
public final static int TERMINATED_BY_ERROR
public final static int TERMINATED_BY_REQUEST
| Method Detail |
public void addListener(JobControlListener listener)
public long getCreatedTime()
public long getElapsedTime()
public long getEndedTime()
public int getPreparedness()
public long getRemainedTime()
public long getStartedTime()
public int getStatus()
public String getTextStatus()
public void pause()
public void resume()
public void terminate()
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||