1 |
ObjectPipe
|
2 |
Communication channel
|
3 |
Must be connected to TangoBean
|
4 |
Accepts Serializable objects
|
5 |
Methods
-
public void sendData(Object toTango)
-
sends data to Tango
|
6 |
Generated Events
-
PipeDataEvent
-
informs other components that message arrived from Tango
-
PipeConnectEvent
-
informs TangoBean that pipe is ready to be connected
|
7 |
Accepted Events
-
PipeDataEvent
-
event with data to be sent to Tango
|
8 |
ObjectPipes send objects
|
9 |
travelling through them
|
10 |
(which can be data or events)
|
11 |
to the system TangoBean
|
12 |
which replicates them to
|
13 |
all involved clients
|