Uses of Interface
de.phleisch.app.itsucks.processing.DataProcessorChain

Packages that use DataProcessorChain
de.phleisch.app.itsucks.job.download.impl   
de.phleisch.app.itsucks.processing   
de.phleisch.app.itsucks.processing.impl   
 

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

Methods in de.phleisch.app.itsucks.job.download.impl with parameters of type DataProcessorChain
protected  void UrlDownloadJob.prepareResume(DataProcessorChain dataProcessorChain, long resumeOffset)
           
 

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

Methods in de.phleisch.app.itsucks.processing with parameters of type DataProcessorChain
 void DataProcessor.setProcessorChain(DataProcessorChain pChain)
          Sets the processor chain the processor is a part of.
 

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

Classes in de.phleisch.app.itsucks.processing.impl that implement DataProcessorChain
 class DataProcessorChainImpl
          This is an implementation of an processor chain.
 

Fields in de.phleisch.app.itsucks.processing.impl declared as DataProcessorChain
protected  DataProcessorChain AbstractDataProcessor.mChain
           
 

Methods in de.phleisch.app.itsucks.processing.impl that return DataProcessorChain
 DataProcessorChain AbstractDataProcessor.getProcessorChain()
           
 DataProcessorChain DataProcessorManager.getProcessorChainForJob(Job pJob)
           
 

Methods in de.phleisch.app.itsucks.processing.impl with parameters of type DataProcessorChain
 void SeekDataProcessorWrapper.setProcessorChain(DataProcessorChain pChain)
           
 void AbstractDataProcessor.setProcessorChain(DataProcessorChain pChain)
           
 



Copyright © 2010. All Rights Reserved.