|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Consumer | |
org.jcreme.processing |
Uses of Consumer in org.jcreme.processing |
Classes in org.jcreme.processing that implement Consumer | |
class |
DefaultConsumer
Default implementation of the Consumer interface. |
class |
ParseConsumer
This consumer is designed to consume String objects. |
class |
ProducerMultiplexer
This class enables to multiply the output of a single producer so that it can be used in different production lines. |
Methods in org.jcreme.processing that return Consumer | |
protected Consumer |
BaseProducer.getSource()
Provides access to the source consumer. |
Consumer |
ConsumerRunnable.getSink()
Gives access to the underlying sink. |
Constructors in org.jcreme.processing with parameters of type Consumer | |
BaseProducer(int initialProductionQueueSize,
int initialValidationQueueSize,
Consumer source)
Creates new BaseProducer |
|
ConsumerRunnable(Consumer sink)
Creates new ConsumerRunnable |
|
FilesReaderProducer(int initialProductionQueueSize,
int initialValidationQueueSize,
Consumer fileSource)
Creates new FilesReaderProducer |
|
ParseProducer(java.text.Format format,
int initialProductionQueueSize,
int initialValidationQueueSize,
Consumer source)
Creates a new ParseConsumer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |