|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobStatus
Describe the current status of a job.
| Nested Class Summary | |
|---|---|
static class |
JobStatus.State
Job status. |
| Method Summary | |
|---|---|
void |
answered()
Indicate that the question has been answered. |
void |
ask(Object question)
|
Date |
getEndDate()
|
LogQueue |
getLog()
|
List<LogEvent> |
getLog(LogLevel level)
Deprecated. since 4.1RC1 use LogQueue.getLogs(LogLevel) instead |
JobProgress |
getProgress()
|
Object |
getQuestion()
|
Request |
getRequest()
|
Date |
getStartDate()
|
JobStatus.State |
getState()
|
| Method Detail |
|---|
JobStatus.State getState()
Request getRequest()
LogQueue getLog()
JobProgress getProgress()
void ask(Object question)
throws InterruptedException
question - the question to ask as a Java bean
InterruptedException - if the current thread is interruptedObject getQuestion()
void answered()
Date getStartDate()
Date getEndDate()
@Deprecated List<LogEvent> getLog(LogLevel level)
LogQueue.getLogs(LogLevel) instead
level - the level of the log
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||