summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors/DeploymentPlan.cdp
blob: 443ad7b0de305de8ca885ff0323794bd232184fb (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Deployment:deploymentPlan 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">

  <UUID>7A745844-C5AB-4402-8D3C-55B68A26B099</UUID>

  <implementation id="_E91CFCB0-66F0-41A3-99CE-12AEDFACAC8E">
    <name>Hello.ComponentImplementations.ReceiverImplementation.ReceiverMonolithicImpl</name>
    <source/>
    <artifact>_3D49EF00-0613-471E-A251-84263431CE61</artifact>
    <artifact>_B1AD305F-9124-4C36-8502-C5878C6841C7</artifact>
    <artifact>_6A3DCF45-7624-4AB1-95CA-A0DDF99053BB</artifact>
  </implementation>

  <implementation id="_CE2EE8B8-BCF7-4E25-B3DB-0BFE5CED3A1C">
    <name>Hello.ComponentImplementations.SenderImplementation.SenderMonolithicImpl</name>
    <source/>
    <artifact>_887DACE6-A0CD-4E0D-B84A-407B4FDB2D4A</artifact>
    <artifact>_CB2D05F4-48C0-4567-9D59-534F461A81E7</artifact>
    <artifact>_E2E0B980-BA79-43FB-AFC3-788B979E0413</artifact>
  </implementation>

  <instance id="Hello.ComponentImplementations.Hello.Hello.Receiver">
    <name>Hello.ComponentImplementations.Hello.Hello.Receiver</name>
    <node>ReceiverNode</node>
    <source/>
    <implementation>_E91CFCB0-66F0-41A3-99CE-12AEDFACAC8E</implementation>
    <configProperty>
      <name>ComponentIOR</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>Receiver.ior</string>
        </value>
      </value>
    </configProperty>
    <configProperty>
      <name>RegisterNaming</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>Receiver</string>
        </value>
      </value>
    </configProperty>
  </instance>

  <instance id="Hello.ComponentImplementations.Hello.Hello.Sender">
    <name>Hello.ComponentImplementations.Hello.Hello.Sender</name>
    <node>SenderNode</node>
    <source/>
    <implementation>_CE2EE8B8-BCF7-4E25-B3DB-0BFE5CED3A1C</implementation>
    <configProperty>
      <name>ComponentIOR</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>Sender.ior</string>
        </value>
      </value>
    </configProperty>
    <configProperty>
      <name>RegisterNaming</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>Sender</string>
        </value>
      </value>
    </configProperty>
    <configProperty>
      <name>local_message</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>hello, world!</string>
        </value>
      </value>
    </configProperty>
    <configProperty>
      <name>color</name>
      <value>
        <type>
          <kind>tk_enum</kind>
          <enum>
            <name>COLOR_SELECTION</name>
            <typeId>IDL:Hello/COLOR_SELECTION:1.0</typeId>
            <member>empty</member>
            <member>white</member>
            <member>red</member>
            <member>yellow</member>
          </enum>
        </type>
        <value>
          <enum>yellow</enum>
        </value>
      </value>
    </configProperty>
  </instance>

  <connection>
    <name>read_message_push_messageHello.ComponentImplementations.Hello.Hello.ReceiverHello.ComponentImplementations.Hello.Hello.Sender</name>
    <internalEndpoint>
      <portName>read_message</portName>
      <kind>SimplexReceptacle</kind>
      <instance>Hello.ComponentImplementations.Hello.Hello.Receiver</instance>
    </internalEndpoint>
    <internalEndpoint>
      <portName>push_message</portName>
      <kind>Facet</kind>
      <instance>Hello.ComponentImplementations.Hello.Hello.Sender</instance>
    </internalEndpoint>
  </connection>

  <connection>
    <name>click_out_click_inHello.ComponentImplementations.Hello.Hello.SenderHello.ComponentImplementations.Hello.Hello.Receiver</name>
    <internalEndpoint>
      <portName>click_out</portName>
      <kind>EventPublisher</kind>
      <instance>Hello.ComponentImplementations.Hello.Hello.Sender</instance>
    </internalEndpoint>
    <internalEndpoint>
      <portName>click_in</portName>
      <kind>EventConsumer</kind>
      <instance>Hello.ComponentImplementations.Hello.Hello.Receiver</instance>
    </internalEndpoint>
  </connection>

  <artifact id="_3D49EF00-0613-471E-A251-84263431CE61">
    <name>Hello.ImplementationArtifacts.ReceiverArtifacts.Receiver_stub</name>
    <source/>
    <node/>
    <location>Hello_Receiver_stub</location>
  </artifact>

  <artifact id="_B1AD305F-9124-4C36-8502-C5878C6841C7">
    <name>Hello.ImplementationArtifacts.ReceiverArtifacts.Receiver_svnt</name>
    <source/>
    <node/>
    <location>Hello_Receiver_svnt</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_Hello_ReceiverHome_Servant</string>
        </value>
      </value>
    </execParameter>
  </artifact>

  <artifact id="_6A3DCF45-7624-4AB1-95CA-A0DDF99053BB">
    <name>Hello.ImplementationArtifacts.ReceiverArtifacts.Receiver_exec</name>
    <source/>
    <node/>
    <location>Hello_Receiver_exec</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_Hello_ReceiverHome_Impl</string>
        </value>
      </value>
    </execParameter>
  </artifact>

  <artifact id="_887DACE6-A0CD-4E0D-B84A-407B4FDB2D4A">
    <name>Hello.ImplementationArtifacts.SenderArtifacts.Sender_stub</name>
    <source/>
    <node/>
    <location>Hello_Sender_stub</location>
  </artifact>

  <artifact id="_CB2D05F4-48C0-4567-9D59-534F461A81E7">
    <name>Hello.ImplementationArtifacts.SenderArtifacts.Sender_svnt</name>
    <source/>
    <node/>
    <location>Hello_Sender_svnt</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_Hello_SenderHome_Servant</string>
        </value>
      </value>
    </execParameter>
  </artifact>

  <artifact id="_E2E0B980-BA79-43FB-AFC3-788B979E0413">
    <name>Hello.ImplementationArtifacts.SenderArtifacts.Sender_exec</name>
    <source/>
    <node/>
    <location>Hello_Sender_exec</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_Hello_SenderHome_Impl</string>
        </value>
      </value>
    </execParameter>
  </artifact>

</Deployment:deploymentPlan>