Uses of Interface
de.phleisch.app.itsucks.job.JobManager

Packages that use JobManager
de.phleisch.app.itsucks.core   
de.phleisch.app.itsucks.job   
de.phleisch.app.itsucks.job.impl   
de.phleisch.app.itsucks.processing   
de.phleisch.app.itsucks.processing.impl   
 

Uses of JobManager in de.phleisch.app.itsucks.core
 

Methods in de.phleisch.app.itsucks.core that return JobManager
 JobManager Dispatcher.getJobManager()
          Returns the job manager instance.
 

Uses of JobManager in de.phleisch.app.itsucks.job
 

Methods in de.phleisch.app.itsucks.job that return JobManager
 JobManager Job.getJobManager()
          The job manager the job is managed by.
 

Methods in de.phleisch.app.itsucks.job with parameters of type JobManager
 void Job.setJobManager(JobManager pJobManager)
          Sets the jobManager for this job.
 

Uses of JobManager in de.phleisch.app.itsucks.job.impl
 

Classes in de.phleisch.app.itsucks.job.impl that implement JobManager
 class CleanJobManagerImpl
           
 class FilterJobManagerImpl
          The job manager filters the incoming jobs and manages the internal job list.
 

Fields in de.phleisch.app.itsucks.job.impl declared as JobManager
protected  JobManager AbstractJob.mJobManager
           
 

Methods in de.phleisch.app.itsucks.job.impl that return JobManager
 JobManager AbstractJob.getJobManager()
           
 

Methods in de.phleisch.app.itsucks.job.impl with parameters of type JobManager
 void AbstractJob.setJobManager(JobManager pJobManager)
           
 

Uses of JobManager in de.phleisch.app.itsucks.processing
 

Methods in de.phleisch.app.itsucks.processing that return JobManager
 JobManager DataProcessorChain.getJobManager()
          Gets the job manager.
 

Methods in de.phleisch.app.itsucks.processing with parameters of type JobManager
 void DataProcessorChain.setJobManager(JobManager pJobManager)
          Sets the job manager.
 

Uses of JobManager in de.phleisch.app.itsucks.processing.impl
 

Fields in de.phleisch.app.itsucks.processing.impl declared as JobManager
protected  JobManager DataProcessorChainImpl.mJobManager
           
 

Methods in de.phleisch.app.itsucks.processing.impl that return JobManager
 JobManager DataProcessorChainImpl.getJobManager()
           
 

Methods in de.phleisch.app.itsucks.processing.impl with parameters of type JobManager
 void DataProcessorChainImpl.setJobManager(JobManager pJobManager)
           
 



Copyright © 2010. All Rights Reserved.