summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Launch-Failures/descriptors/EntrypointFails.cdp
blob: 8a692ee3091ad0079b7bf6fcf395fc469e4ff7ed (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
<!-- $Id$ -->
<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>SimpleComponent_Home</label>
  <UUID>SimpleComponent_Home</UUID>

  <!-- Implementations declarations -->

  <!-- Server Dance implementation-->
  <implementation xmi:id="Launch_FailureComponentImplementation">
    <name>Launch_FailureComponentImplementation</name>
    <source/>
    <artifact xmi:idref="Launch_Failure_ExecArtifact" />
    <artifact xmi:idref="Launch_Failure_SvntArtifact" />
    <execParameter>
      <!-- entrypoint as exec parameter (see ยง10.6.1) -->
      <name>component factory</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_Launch_Failure_Nil</string>
        </value>
      </value>
    </execParameter>
    <execParameter>
      <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_Launch_Failure_Servant</string>
        </value>
      </value>
    </execParameter>
    <execParameter>
      <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>Launch_Failure_svnt</string>
        </value>
      </value>
    </execParameter>
    <execParameter>
      <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>Launch_Failure_exec</string>
        </value>
      </value>
    </execParameter>
  </implementation>

  <instance xmi:id="Launch_FailureComponentInstanceOne">
    <name>Launch_FailureComponent_One</name>
    <node>NodeOne</node>
    <!-- hostname -->
    <source/>
    <implementation xmi:idref="Launch_FailureComponentImplementation" />
  </instance>

  <!-- Artifacts declarations -->
  <artifact xmi:id="Launch_Failure_ExecArtifact">
    <name>Launch_Failure_exec</name>
    <source/>
    <node/>
    <location>Launch_Failure_exec</location>
  </artifact>
  <artifact xmi:id="Launch_Failure_SvntArtifact">
    <name>Launch_Failure_svnt</name>
    <source/>
    <node/>
    <location>Launch_Failure_svnt</location>
  </artifact>

  </Deployment:DeploymentPlan>