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.filter   
de.phleisch.app.itsucks.filter.download.http.impl   
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.event   
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.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.http.impl
 

Methods in de.phleisch.app.itsucks.filter.download.http.impl that return Job
 Job HttpAuthenticationFilter.filter(Job pJob)
           
 Job ChangeHttpResponseCodeBehaviourFilter.filter(Job pJob)
           
 Job CookieFilter.filter(Job pJob)
           
 

Methods in de.phleisch.app.itsucks.filter.download.http.impl with parameters of type Job
 Job HttpAuthenticationFilter.filter(Job pJob)
           
 Job ChangeHttpResponseCodeBehaviourFilter.filter(Job pJob)
           
 Job CookieFilter.filter(Job pJob)
           
 boolean HttpAuthenticationFilter.supports(Job pJob)
           
 boolean ChangeHttpResponseCodeBehaviourFilter.supports(Job pJob)
           
 boolean CookieFilter.supports(Job pJob)
           
 

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

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

Methods in de.phleisch.app.itsucks.filter.download.impl with parameters of type Job
 Job MaxLinksToFollowFilter.filter(Job pJob)
           
 Job FileSizeFilter.filter(Job pJob)
           
 Job DownloadJobFilter.filter(Job pJob)
           
 Job RegExpJobFilter.filter(Job pJob)
           
 Job ContentFilter.filter(Job pJob)
           
 Job TimeLimitFilter.filter(Job pJob)
           
 boolean MaxLinksToFollowFilter.supports(Job pJob)
           
 boolean FileSizeFilter.supports(Job pJob)
           
 boolean DownloadJobFilter.supports(Job pJob)
           
 boolean RegExpJobFilter.supports(Job pJob)
           
 boolean ContentFilter.supports(Job pJob)
           
 boolean TimeLimitFilter.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()
          Parent is saved as wek reference to save memory.
 

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.event
 

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

Constructors in de.phleisch.app.itsucks.job.event 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.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 FilterJobManagerImpl.getNextOpenJob()
           
 Job SimpleJobListImpl.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 FilterJobManagerImpl.addJob(Job pJob)
           
 void SimpleJobListImpl.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 FilterJobManagerImpl.removeJob(Job pJob)
           
 boolean SimpleJobListImpl.removeJob(Job pJob)
           
 

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

Methods in de.phleisch.app.itsucks.persistence that return Job
 Job SerializableJobPackage.getFirstJob()
           
 

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 FilterFileSizeProcessor.supports(Job pJob)
           
 boolean HtmlParser.supports(Job pJob)
           
 boolean ContentParser.supports(Job pJob)
           
 boolean HttpRedirectorProcessor.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 © 2010. All Rights Reserved.