mss.ea.al
Class StreamCollector
java.lang.Object
|
+--mss.ea.al.FlowElement
|
+--mss.ea.al.AbstractMerger
|
+--mss.ea.al.StreamCollector
- All Implemented Interfaces:
- MessageRecipient, java.lang.Runnable
- public class StreamCollector
- extends AbstractMerger
Implementation of a individual stream collector.
This element waits for incoming streams and passes them to the output slot.
- Since:
- 0.2
- Version:
- $Revision: 1.3 $ $Date: 2001/11/13 10:02:15 $
- Author:
- Andreas Rummler
Method Summary |
protected void |
react()
Reaction on an incoming message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
collector
protected IndividualCollector collector
- Underlying individual collector.
StreamCollector
public StreamCollector(IndividualCollector collector,
java.lang.String name)
- Constructor.
- Parameters:
collector
- individual stream collectorname
- name of this element
StreamCollector
public StreamCollector(IndividualCollector collector,
MessageBroker broker,
java.lang.String name)
- Constructor with message broker.
- Parameters:
collector
- stream individual collectorbroker
- message brokername
- name of this element
react
protected void react()
- Reaction on an incoming message.
- Overrides:
react
in class FlowElement
Copyright © 2000-2001 Technical University of Ilmenau, Department ESS