summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/NonChangeableAttribute/descriptors/Plan.cdp
blob: 9a762f94f8115d0e4a4b087b84f5de4efef65784 (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
<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">
  <label>NonChangeableAttribute_Depl_1</label>
  <UUID>NonChangeableAttribute_Depl_1</UUID>


  <implementation xmi:id="NonChangeableConnectorComponentImplementation">
    <name>NonChangeableConnectorComponentImplementation</name>
    <source/>
    <artifact xmi:idref="NonChangeableConnector_ExecArtifact" />
    <artifact xmi:idref="NonChangeableConnector_SvntArtifact" />
    <execParameter>
      <!-- entrypoint as exec parameter (see 10.6.1) -->
      <name>component factory</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_NonChangeable_NonChangeable_Connector_Impl</string>
        </value>
      </value>
    </execParameter>
    <execParameter>
      <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_NonChangeable_NonChangeable_Connector_Servant</string>
        </value>
      </value>
    </execParameter>
    <execParameter>
      <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>NonChangeableConnector_svnt</string>
        </value>
      </value>
    </execParameter>
    <execParameter>
      <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>NonChangeableConnector_exec</string>
        </value>
      </value>
    </execParameter>
  </implementation>
  <instance xmi:id="NonChangeableConnectorComponentInstance">
    <name>NonChangeableConnectorComponent</name>
    <node>ComponentNode</node>
    <!-- hostname -->
    <source/>
    <implementation xmi:idref="NonChangeableConnectorComponentImplementation" />
    <configProperty>
      <name>topic_name</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>NonChangeable</string>
        </value>
      </value>
    </configProperty>
  </instance>

  <artifact xmi:id="NonChangeableConnector_ExecArtifact">
    <name>NonChangeableConnector_exec</name>
    <source/>
    <node/>
    <location>DDS_NonChangeableConnector_exec</location>
  </artifact>
  <artifact xmi:id="NonChangeableConnector_SvntArtifact">
    <name>NonChangeableConnector_svnt</name>
    <source/>
    <node/>
    <location>DDS_NonChangeableConnector_svnt</location>
  </artifact>
  <artifact xmi:id="NonChangeableConnector_StubArtifact">
    <name>NonChangeableConnector_stub</name>
    <source/>
    <node/>
    <location>DDS_NonChangeableConnector_stub</location>
  </artifact>
</Deployment:DeploymentPlan>