Class Summary |
AbstractProducer |
This class takes care of the basic production mechanisms. |
BaseProducer |
This is a base implementation of the Producer interface. |
BaseTaskActivityMonitor |
This is a simple implementation of the TaskActivityMonitor interface. |
ConsumerRunnable |
This class is designed to act as a data sink. |
DefaultConsumer |
Default implementation of the Consumer interface. |
FileReaderProducer |
This producer reads lines from a file. |
FilesReaderProducer |
This producer enables to process files into line (much like the
FileReaderProducer). |
MonitorableProducer |
This class describes a producer with a self-monitoring capability handled
through the MonitorableTask interface |
MultiplexedProducer |
This producer does nothing but providing an existing object. |
ParseConsumer |
This consumer is designed to consume String objects. |
ParseProducer |
This producer produces Objects from a Strings using a Format. |
ProducerMultiplexer |
This class enables to multiply the output of a single producer so that it can
be used in different production lines. |
ProducerRunnable |
This class is designed to act as a data source. |
RemoteProducerImpl |
This implementation of the RemoteProducer enables to export any Producer
through RMI. |
RemoteTaskActivityMonitorImpl |
This is the implementation of the RemoteTaskActivityMonitor interface. |
RMIProducer |
This class provides access to a RemoteProducer. |
RMITaskActivityMonitor |
This class enables to encapsulate a RemoteTaskActivityMonitor and use it as
any TaskActivityMonitor. |