Uses of Class
xsmeral.semnet.manager.ProcessingJob

Packages that use ProcessingJob
xsmeral.semnet.manager Classes for management of processing jobs 
 

Uses of ProcessingJob in xsmeral.semnet.manager
 

Methods in xsmeral.semnet.manager that return ProcessingJob
 ProcessingJob JobRunner.getJob()
          Returns the supplied processing job.
 

Constructors in xsmeral.semnet.manager with parameters of type ProcessingJob
JobRunner(ProcessingJob job, String workingDir)
          Creates an instance for the specified job and working directory.