summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/ThreeComp/README.txt
blob: f4f0ed07ee865f21ad03ee7da72fa4ec425b1a2d (plain)
1
2
3
4
5
6
7
8
$Id$

This test exists of 3 components.
-Master component  which sends asynchronous and synchronous calls to a Sender.
-Sender which recieves asynchronous and synchronous calls from the Master and replies them. Also the
Sender sends asynchronous and synchronous calls ( uses multiple) to 3 Receivers. So the Sender has
'uses' and 'provides' ports.
-Receiver which recieves asynchronous and synchronous calls from the Sender and replies them.