summaryrefslogtreecommitdiff
path: root/trunk/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cid
blob: 2d2160bba7d030aede3a45e18ad0eebd1185f1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Deployment:ComponentImplementationDescription
 xmlns:Deployment="http://www.omg.org/Deployment"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
  <label>Stock Example Assembly</label>
  <UUID>effd4bd0-6db0-4c50-9bb7-db9decebae1c</UUID>
  <assemblyImpl>
    <instance xmi:id="a_Distributor">
      <name>Distributor_Instance</name>
      <package href="Distributor.cpd"/>
    </instance>
    <instance xmi:id="a_Broker01">
      <name>Broker_Instance_01</name>
      <package href="Broker.cpd"/>
    </instance>
    <connection>
      <name>quoter_conn</name>
      <internalEndpoint>
        <portName>read_quoter</portName>
        <instance xmi:idref="a_Broker01"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>push_quoter</portName>
        <instance xmi:idref="a_Distributor"/>
      </internalEndpoint>
    </connection>
    <connection>
      <name>StockName_event</name>
      <internalEndpoint>
        <portName>notify_in</portName>
        <instance xmi:idref="a_Broker01"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>notify_out</portName>
        <instance xmi:idref="a_Distributor"/>
      </internalEndpoint>
    </connection>
  </assemblyImpl>
</Deployment:ComponentImplementationDescription>