R - the request type associated to the job@Serializable public class DefaultJobStatus<R extends Request> extends AbstractJobStatus<R>
JobStatus.JobStatus.State| Constructor and Description |
|---|
DefaultJobStatus(R request,
JobStatus parentJobStatus,
org.xwiki.observation.ObservationManager observationManager,
LoggerManager loggerManager) |
answered, ask, getEndDate, getLog, getLog, getParentJobStatus, getProgress, getQuestion, getRequest, getStartDate, getState, isIsolated, isSubJob, setEndDate, setIsolated, setStartDate, setState, startListening, stopListeningpublic DefaultJobStatus(R request, JobStatus parentJobStatus, org.xwiki.observation.ObservationManager observationManager, LoggerManager loggerManager)
request - the request provided when started the jobparentJobStatus - the status of the parent job (i.e. the status of the job that started this one); pass
null if this job hasn't been started by another job (i.e. if this is not a sub-job)observationManager - the observation manager componentloggerManager - the logger manager componentCopyright © 2004–2016 XWiki. All rights reserved.