summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Progressive_Deployments/Plan_B.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Progressive_Deployments/Plan_B.cdp')
-rw-r--r--CIAO/tests/DAnCE/Progressive_Deployments/Plan_B.cdp148
1 files changed, 0 insertions, 148 deletions
diff --git a/CIAO/tests/DAnCE/Progressive_Deployments/Plan_B.cdp b/CIAO/tests/DAnCE/Progressive_Deployments/Plan_B.cdp
deleted file mode 100644
index 00860aa44cd..00000000000
--- a/CIAO/tests/DAnCE/Progressive_Deployments/Plan_B.cdp
+++ /dev/null
@@ -1,148 +0,0 @@
-<!-- -->
-<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>Progressive_B</label>
- <UUID>Progressive_B</UUID>
-
- <!-- Implementations declarations -->
- <implementation xmi:id="ProgressiveHomeImplementation">
- <name>ProgressiveHomeImplementation</name>
- <source/>
- <artifact xmi:idref="Progressive_ExecArtifact" />
- <artifact xmi:idref="Progressive_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see ยง10.6.1) -->
- <name>home factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Simple_ProgressiveHome_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Simple_ProgressiveHome_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Progressive_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Progressive_exec</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <implementation xmi:id="ProgressiveComponentImplementation">
- <name>ProgressiveComponentImplementation</name>
- <source/>
- <artifact xmi:idref="Progressive_ExecArtifact" />
- <artifact xmi:idref="Progressive_SvntArtifact" />
- <execParameter>
- <name>edu.vanderbilt.dre.DAnCE.ImplementationType</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>edu.vanderbilt.dre.CCM.HomedComponent</string>
- </value>
- </value>
- </execParameter>
- </implementation>
-
- <instance xmi:id="ProgressiveHomeInstance">
- <name>ProgressiveHome</name>
- <node>NodeTwo</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="ProgressiveHomeImplementation" />
- </instance>
-
- <instance xmi:id="ProgressiveComponentInstance">
- <name>ProgressiveComponent</name>
- <node>NodeTwo</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="ProgressiveComponentImplementation" />
- <configProperty>
- <name>edu.vanderbilt.dre.CIAO.ComponentHomeId</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>ProgressiveHome</string>
- </value>
- </value>
- </configProperty>
- <configProperty>
- <name>edu.vanderbilt.dre.DAnCE.RegisterNaming</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Progressive_B</string>
- </value>
- </value>
- </configProperty>
- </instance>
-
- <connection>
- <name>TestConnection</name>
- <internalEndpoint>
- <portName>trig_out</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="ProgressiveComponentInstance" />
- </internalEndpoint>
- <externalReference>
- <location>corbaname:rir:/NameService#Progressive_A</location>
- <provider>true</provider>
- <portName>trig_in</portName>
- <supportedType>Meaningless</supportedType>
- </externalReference>
- </connection>
-
- <artifact xmi:id="Progressive_ExecArtifact">
- <name>Progressive_exec</name>
- <source/>
- <node/>
- <location>Progressive_exec</location>
- </artifact>
- <artifact xmi:id="Progressive_SvntArtifact">
- <name>Progressive_svnt</name>
- <source/>
- <node/>
- <location>Progressive_svnt</location>
- </artifact>
-
- </Deployment:DeploymentPlan>