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