de.phleisch.app.itsucks.processing
Class DataProcessorInfo

java.lang.Object
  extended by de.phleisch.app.itsucks.processing.DataProcessorInfo

public class DataProcessorInfo
extends java.lang.Object


Nested Class Summary
static class DataProcessorInfo.ProcessorType
           
static class DataProcessorInfo.ResumeSupport
           
static class DataProcessorInfo.StreamingSupport
           
 
Field Summary
protected  DataProcessorInfo.ProcessorType mProcessorType
           
protected  DataProcessorInfo.ResumeSupport mResumeSupport
           
protected  DataProcessorInfo.StreamingSupport mStreamingSupport
           
 
Constructor Summary
DataProcessorInfo(DataProcessorInfo.ResumeSupport pResumeSupport, DataProcessorInfo.ProcessorType pProcessorType, DataProcessorInfo.StreamingSupport pStreamingSupport)
           
 
Method Summary
 DataProcessorInfo.ProcessorType getProcessorType()
          'Consumes' (saves, parses etc.) this processor to the data or is it only an filter?
 DataProcessorInfo.ResumeSupport getResumeSupport()
          Supports this data processor resuming?
 DataProcessorInfo.StreamingSupport getStreamingSupport()
          Asks the processor if it needs the data from the data retriever in one chunk and not in multiple pieces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mResumeSupport

protected DataProcessorInfo.ResumeSupport mResumeSupport

mProcessorType

protected DataProcessorInfo.ProcessorType mProcessorType

mStreamingSupport

protected DataProcessorInfo.StreamingSupport mStreamingSupport
Constructor Detail

DataProcessorInfo

public DataProcessorInfo(DataProcessorInfo.ResumeSupport pResumeSupport,
                         DataProcessorInfo.ProcessorType pProcessorType,
                         DataProcessorInfo.StreamingSupport pStreamingSupport)
Method Detail

getResumeSupport

public DataProcessorInfo.ResumeSupport getResumeSupport()
Supports this data processor resuming?


getProcessorType

public DataProcessorInfo.ProcessorType getProcessorType()
'Consumes' (saves, parses etc.) this processor to the data or is it only an filter? If an chain contains no consumer, the data is not processed.


getStreamingSupport

public DataProcessorInfo.StreamingSupport getStreamingSupport()
Asks the processor if it needs the data from the data retriever in one chunk and not in multiple pieces.

Returns:


Copyright © 2010. All Rights Reserved.