Uses of Interface
com.norconex.jef.progress.snapshot.IProgressSnapshot

Packages that use IProgressSnapshot
com.norconex.jef.progress.snapshot Classes related to capturing job progress at a moment in time. 
 

Uses of IProgressSnapshot in com.norconex.jef.progress.snapshot
 

Methods in com.norconex.jef.progress.snapshot that return IProgressSnapshot
 IProgressSnapshot XMLProgressSnapshotSerializer.readProgressSnapshot(Reader in)
           
 IProgressSnapshot IProgressSnapshotSerializer.readProgressSnapshot(Reader in)
          Reads a job progress snapshot.
static IProgressSnapshot ProgressSnapshotTaker.takeSnapshot(JobSuite jobSuite)
           
 

Methods in com.norconex.jef.progress.snapshot that return types with arguments of type IProgressSnapshot
 List<IProgressSnapshot> IProgressSnapshot.getChildren()
          Children progress if the job this progress represents has child jobs.
 

Methods in com.norconex.jef.progress.snapshot with parameters of type IProgressSnapshot
 void XMLProgressSnapshotSerializer.writeProgressSnapshot(Writer writer, IProgressSnapshot snapshot)
           
 void IProgressSnapshotSerializer.writeProgressSnapshot(Writer out, IProgressSnapshot snapshot)
          Writes a job progress snapshot.
 



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