com.norconex.jef.progress.snapshot
Interface IProgressSnapshot

All Superinterfaces:
IJobStatus, Serializable

public interface IProgressSnapshot
extends IJobStatus

Immutable instance of a job suite progress at a moment in time.

Since:
2.0
Author:
Pascal Essiembre

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.norconex.jef.progress.IJobStatus
IJobStatus.Status
 
Method Summary
 List<IProgressSnapshot> getChildren()
          Children progress if the job this progress represents has child jobs.
 
Methods inherited from interface com.norconex.jef.progress.IJobStatus
getCompletionRatio, getElapsedTime, getEndTime, getJobContext, getJobId, getLastActivity, getMetadata, getNote, getProgress, getStartTime, getStatus, isRecovery, isStopRequested
 

Method Detail

getChildren

List<IProgressSnapshot> getChildren()
Children progress if the job this progress represents has child jobs.

Returns:
child progress snaphots


Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.