Uses of Interface
org.jcreme.processing.Producer

Packages that use Producer
org.jcreme.processing   
 

Uses of Producer in org.jcreme.processing
 

Classes in org.jcreme.processing that implement Producer
 class AbstractProducer
          This class takes care of the basic production mechanisms.
 class BaseProducer
          This is a base implementation of the Producer interface.
 class FileReaderProducer
          This producer reads lines from a file.
 class FilesReaderProducer
          This producer enables to process files into line (much like the FileReaderProducer).
 class MonitorableProducer
          This class describes a producer with a self-monitoring capability handled through the MonitorableTask interface
 class MultiplexedProducer
          This producer does nothing but providing an existing object.
 class ParseProducer
          This producer produces Objects from a Strings using a Format.
 class RMIProducer
          This class provides access to a RemoteProducer.
 

Methods in org.jcreme.processing that return Producer
 Producer Consumer.getProvider()
          Returns the producer whose objects the consumer will consume.
 Producer DefaultConsumer.getProvider()
          eturns the producer associated with the consumer.
 Producer ProducerRunnable.getSource()
          Gives access to the underlying source.
 

Methods in org.jcreme.processing with parameters of type Producer
 void Consumer.setProvider(Producer provider)
          Sets the producer whose objects the consumer will consume.
 void DefaultConsumer.setProvider(Producer provider)
          Sets the producer whose objects the consumer will consume.
 

Constructors in org.jcreme.processing with parameters of type Producer
DefaultConsumer(Producer provider)
          Creates new DefaultConsumer
ParseConsumer(Producer provider)
          Creates a new instance of ParseConsumer
ProducerMultiplexer(Producer provider)
          Creates a new instance of ProducerMultiplexer
ProducerRunnable(Producer source)
          Creates new ProducerRunnable
RemoteProducerImpl(Producer producer)
          Creates a new RemoteProducerImpl.
 



Copyright 2006 null. All Rights Reserved.