summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/ThreeComp/README.txt
blob: 9391e7e8e3a3d4c967b99571d95fbf72dae89a11 (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.