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

Packages that use Job
de.phleisch.app.itsucks.core   
de.phleisch.app.itsucks.core.impl   
de.phleisch.app.itsucks.event.job   
de.phleisch.app.itsucks.filter   
de.phleisch.app.itsucks.filter.download.impl   
de.phleisch.app.itsucks.filter.impl   
de.phleisch.app.itsucks.job   
de.phleisch.app.itsucks.job.download   
de.phleisch.app.itsucks.job.download.impl   
de.phleisch.app.itsucks.job.impl   
de.phleisch.app.itsucks.persistence   
de.phleisch.app.itsucks.processing   
de.phleisch.app.itsucks.processing.download.http.impl   
de.phleisch.app.itsucks.processing.download.impl   
de.phleisch.app.itsucks.processing.impl   
 

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

Methods in de.phleisch.app.itsucks.core that return Job
 Job WorkerThread.getJob()
           
 

Methods in de.phleisch.app.itsucks.core with parameters of type Job
 void Dispatcher.addJob(Job pJob)
          Adds an single job to the dispatcher.
 void WorkerPool.dispatchJob(Job job)
           
 void WorkerThread.setJob(Job pJob)
           
 

Uses of Job in de.phleisch.app.itsucks.core.impl
 

Methods in de.phleisch.app.itsucks.core.impl that return Job
 Job WorkerThreadImpl.getJob()
           
protected  Job DispatcherImpl.getNextOpenJob()
          Get next open job from the job list
 

Methods in de.phleisch.app.itsucks.core.impl with parameters of type Job
 void DispatcherImpl.addJob(Job pJob)
           
 void WorkerPoolImpl.dispatchJob(Job job)
           
 void WorkerThreadImpl.setJob(Job pJob)
           
 

Uses of Job in de.phleisch.app.itsucks.event.job
 

Methods in de.phleisch.app.itsucks.event.job that return Job
 Job JobEvent.getJob()
          Returns the job associated to this event.
 

Constructors in de.phleisch.app.itsucks.event.job with parameters of type Job
JobAddedEvent(Event pEvent, Job pJob)
           
JobAddedEvent(int pType, int pCategory, Job pJob)
           
JobChangedEvent(Event pEvent, Job pJob)
           
JobChangedEvent(int pType, int pCategory, Job pJob)
           
JobEvent(Event pEvent, Job pJob)
           
JobEvent(int pType, int pCategory, Job pJob)
           
 

Uses of Job in de.phleisch.app.itsucks.filter
 

Methods in de.phleisch.app.itsucks.filter that return Job
 Job JobFilter.filter(Job pJob)
          Filters the job.
 Job JobFilterChain.filterJob(Job pJob)
           
 

Methods in de.phleisch.app.itsucks.filter with parameters of type Job
 Job JobFilter.filter(Job pJob)
          Filters the job.
 Job JobFilterChain.filterJob(Job pJob)
           
 boolean JobFilter.supports(Job pJob)
          Asks the Filter if it supports the given job.
 

Uses of Job in de.phleisch.app.itsucks.filter.download.impl
 

Methods in de.phleisch.app.itsucks.filter.download.impl that return Job
 Job FileSizeFilter.filter(Job pJob)
           
 Job TimeLimitFilter.filter(Job pJob)
           
 Job MaxLinksToFollowFilter.filter(Job pJob)
           
 Job DownloadJobFilter.filter(Job pJob)
           
 Job RegExpJobFilter.filter(Job pJob)
           
 Job ContentFilter.filter(Job pJob)
           
 

Methods in de.phleisch.app.itsucks.filter.download.impl with parameters of type Job
 Job FileSizeFilter.filter(Job pJob)
           
 Job TimeLimitFilter.filter(Job pJob)
           
 Job MaxLinksToFollowFilter.filter(Job pJob)
           
 Job DownloadJobFilter.filter(Job pJob)
           
 Job RegExpJobFilter.filter(Job pJob)
           
 Job ContentFilter.filter(Job pJob)
           
 boolean FileSizeFilter.supports(Job pJob)
           
 boolean TimeLimitFilter.supports(Job pJob)
           
 boolean MaxLinksToFollowFilter.supports(Job pJob)
           
 boolean DownloadJobFilter.supports(Job pJob)
           
 boolean RegExpJobFilter.supports(Job pJob)
           
 boolean ContentFilter.supports(Job pJob)
           
 

Uses of Job in de.phleisch.app.itsucks.filter.impl
 

Methods in de.phleisch.app.itsucks.filter.impl that return Job
 Job JobFilterChainImpl.filterJob(Job pJob)
           
 

Methods in de.phleisch.app.itsucks.filter.impl with parameters of type Job
 Job JobFilterChainImpl.filterJob(Job pJob)
           
 

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

Fields in de.phleisch.app.itsucks.job declared as Job
 Job JobListNotification.affectedJob
           
 

Methods in de.phleisch.app.itsucks.job that return Job
 Job JobList.getNextOpenJob()
           
 Job JobManager.getNextOpenJob()
           
 

Methods in de.phleisch.app.itsucks.job that return types with arguments of type Job
 java.util.Collection<Job> JobList.getContent()
           
 

Methods in de.phleisch.app.itsucks.job with parameters of type Job
 void JobList.addJob(Job pJob)
           
 void JobManager.addJob(Job pJob)
           
 boolean JobList.removeJob(Job pJob)
           
 boolean JobManager.removeJob(Job pJob)
           
 

Constructors in de.phleisch.app.itsucks.job with parameters of type Job
JobListNotification(int pMessage, Job pAffectedJob)
           
 

Uses of Job in de.phleisch.app.itsucks.job.download
 

Subinterfaces of Job in de.phleisch.app.itsucks.job.download
 interface DownloadJob
           
 

Uses of Job in de.phleisch.app.itsucks.job.download.impl
 

Classes in de.phleisch.app.itsucks.job.download.impl that implement Job
 class UrlDownloadJob
          This is the implementation of a job for downloading files.
 

Methods in de.phleisch.app.itsucks.job.download.impl that return Job
 Job UrlDownloadJob.getParent()
           
 

Methods in de.phleisch.app.itsucks.job.download.impl with parameters of type Job
 void DownloadJobFactory.injectDependencies(Job pJob)
           
 

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

Classes in de.phleisch.app.itsucks.job.impl that implement Job
 class AbstractJob
          A job is a single task to be done.
 

Methods in de.phleisch.app.itsucks.job.impl that return Job
 Job SimpleJobListImpl.getNextOpenJob()
           
 Job FilterJobManagerImpl.getNextOpenJob()
           
 

Methods in de.phleisch.app.itsucks.job.impl that return types with arguments of type Job
 java.util.Collection<Job> SimpleJobListImpl.getContent()
           
 

Methods in de.phleisch.app.itsucks.job.impl with parameters of type Job
 void SimpleJobListImpl.addJob(Job pJob)
           
 void FilterJobManagerImpl.addJob(Job pJob)
           
protected  void SimpleJobListImpl.handleJobChanged(Job pJob, java.beans.PropertyChangeEvent pEvt)
          When a job has changed, the ordering of the list must be refreshed
 boolean SimpleJobListImpl.removeJob(Job pJob)
           
 boolean FilterJobManagerImpl.removeJob(Job pJob)
           
 

Uses of Job in de.phleisch.app.itsucks.persistence
 

Methods in de.phleisch.app.itsucks.persistence that return types with arguments of type Job
 java.util.List<Job> SerializableJobPackage.getJobs()
           
 

Methods in de.phleisch.app.itsucks.persistence with parameters of type Job
 void SerializableJobPackage.addJob(Job pJob)
           
 void SerializableJobPackage.removeJob(Job pJob)
           
 

Method parameters in de.phleisch.app.itsucks.persistence with type arguments of type Job
 void SerializableJobPackage.setJobs(java.util.List<Job> pJobs)
           
 

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

Methods in de.phleisch.app.itsucks.processing that return Job
 Job DataProcessorChain.getJob()
          Gets the job which the chain is assigned to.
 

Methods in de.phleisch.app.itsucks.processing with parameters of type Job
 void DataProcessorChain.setJob(Job pJob)
          Sets the job which the chain is assigned to.
 boolean DataProcessor.supports(Job pJob)
          Returns true if this processor supports the given type of job.
 

Uses of Job in de.phleisch.app.itsucks.processing.download.http.impl
 

Methods in de.phleisch.app.itsucks.processing.download.http.impl with parameters of type Job
 boolean ContentParser.supports(Job pJob)
           
 boolean FilterFileSizeProcessor.supports(Job pJob)
           
 boolean HttpRedirectorProcessor.supports(Job pJob)
           
 boolean HtmlParser.supports(Job pJob)
           
 

Uses of Job in de.phleisch.app.itsucks.processing.download.impl
 

Methods in de.phleisch.app.itsucks.processing.download.impl with parameters of type Job
 boolean PersistenceProcessor.supports(Job pJob)
           
 

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

Fields in de.phleisch.app.itsucks.processing.impl declared as Job
protected  Job DataProcessorChainImpl.mJob
           
 

Methods in de.phleisch.app.itsucks.processing.impl that return Job
 Job DataProcessorChainImpl.getJob()
           
 

Methods in de.phleisch.app.itsucks.processing.impl with parameters of type Job
 DataProcessorChain DataProcessorManager.getProcessorChainForJob(Job pJob)
           
 void DataProcessorChainImpl.setJob(Job pJob)
           
 boolean SeekDataProcessorWrapper.supports(Job pJob)
           
abstract  boolean AbstractDataProcessor.supports(Job pJob)
           
 



Copyright © 2008. All Rights Reserved.