public interface JobStatus
Modifier and Type | Interface and Description |
---|---|
static class |
JobStatus.State
Job status.
|
Modifier and Type | Method and Description |
---|---|
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() |
JobStatus.State getState()
Request getRequest()
LogQueue getLog()
JobProgress getProgress()
void ask(Object question) throws InterruptedException
question
- the question to ask as a Java beanInterruptedException
- if the current thread is interruptedObject getQuestion()
void answered()
Date getStartDate()
Date getEndDate()
@Deprecated List<LogEvent> getLog(LogLevel level)
LogQueue.getLogs(LogLevel)
insteadlevel
- the level of the logCopyright © 2004–2016 XWiki. All rights reserved.