summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp')
-rw-r--r--modules/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp222
1 files changed, 222 insertions, 0 deletions
diff --git a/modules/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp b/modules/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp
new file mode 100644
index 00000000000..86f7c27b786
--- /dev/null
+++ b/modules/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp
@@ -0,0 +1,222 @@
+<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>Quoter-DeploymentPlan</label>
+ <!-- Could be ZERO -->
+ <realizes>
+ <label>Quoter-realizes-cid</label>
+ <UUID>c0965470-7b83-11d9-9669-0800200c9a66</UUID>
+ <specificType><!-- @@ What does here? --></specificType>
+ <supportedType>IDL:Quoter/EC:1.0</supportedType>
+ <port>
+ <name>read_quoter</name>
+ <specificType>IDL:Quoter/Read_Quoter:1.0</specificType>
+ <supportedType>IDL:Quoter/Read_Quoter:1.0</supportedType>
+ <provider>false></provider>
+ <exclusiveProvider>false</exclusiveProvider>
+ <exclusiveUser>true</exclusiveUser>
+ <optional>false</optional>
+ <kind>SimplexReceptacle</kind>
+ </port>
+ </realizes>
+
+ <implementation id="Quoter-Distributor-mdd">
+ <name>Quoter-Distributor-mdd</name>
+ <source><!-- @@ Don't know what goes here --></source>
+ <artifact>Quoter-Distributor_exec</artifact>
+ <artifact>Quoter-Distributor_svnt</artifact>
+ <artifact>Quoter-Distributor_stub</artifact>
+ <artifact>Quoter-Base_stub</artifact>
+ <artifact>Quoter-Base_svnt</artifact>
+ <!--
+ <execParameter></execParameter>
+ <deployRequirement></deployRequirement>
+ -->
+ </implementation>
+
+ <implementation id="Quoter-Broker-mdd">
+ <name>Quoter-Broker-mdd</name>
+ <source><!-- @@ Don't know what goes here --></source>
+ <artifact>Quoter-Broker_exec</artifact>
+ <artifact>Quoter-Broker_svnt</artifact>
+ <artifact>Quoter-Broker_stub</artifact>
+ <artifact>Quoter-Base_stub</artifact>
+ <artifact>Quoter-Base_svnt</artifact>
+ <!--
+ <execParameter></execParameter>
+ <deployRequirement></deployRequirement>
+ -->
+ </implementation>
+
+ <instance id="Quoter-Distributor-idd">
+ <name>Quoter-Distributor-idd</name>
+ <node>DistributorNode</node>
+ <source><!-- @@ What goes here --></source>
+ <implementation>Quoter-Distributor-mdd</implementation>
+ <configProperty>
+ <name>ComponentIOR</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>Distributor.ior</string>
+ </value>
+ </value>
+ </configProperty>
+ </instance>
+
+ <instance id="Quoter-Broker-idd">
+ <name>Quoter-Broker-idd</name>
+ <node>BrokerNode</node>
+ <source><!-- @@ What goes here --></source>
+ <implementation>Quoter-Broker-mdd</implementation>
+ <configProperty>
+ <name>ComponentIOR</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>Broker.ior</string>
+ </value>
+ </value>
+ </configProperty>
+ </instance>
+
+
+ <connection>
+ <name>Quoter_event_connection</name>
+ <internalEndpoint>
+ <portName>notify_out</portName>
+ <kind>EventPublisher</kind>
+ <instance>Quoter-Distributor-idd</instance>
+ </internalEndpoint>
+ <internalEndpoint>
+ <portName>notify_in</portName>
+ <kind>EventConsumer</kind>
+ <instance>Quoter-Broker-idd</instance>
+ </internalEndpoint>
+ </connection>
+
+ <connection>
+ <name>Quoter_facet_connection</name>
+ <internalEndpoint>
+ <portName>push_quoter</portName>
+ <kind>Facet</kind>
+ <instance>Quoter-Distributor-idd</instance>
+ </internalEndpoint>
+ <internalEndpoint>
+ <portName>read_quoter</portName>
+ <kind>SimplexReceptacle</kind>
+ <instance>Quoter-Broker-idd</instance>
+ </internalEndpoint>
+ </connection>
+
+ <!-- @@ Runtime library name must match exactly in "location" tag -->
+ <artifact id="Quoter-Distributor_exec">
+ <name>Distributor_exec</name>
+ <source><!-- @@ Not sure about this--></source>
+ <node><!-- blank --></node>
+ <location>Distributor_exec</location>
+ <execParameter>
+ <name>entryPoint</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>createStockDistributorHome_Impl</string>
+ </value>
+ </value>
+ </execParameter>
+ </artifact>
+
+ <artifact id="Quoter-Distributor_svnt">
+ <name>Distributor_svnt</name>
+ <source><!-- @@ Not sure --></source>
+ <node><!-- blank --></node>
+ <location>Distributor_svnt</location>
+ <execParameter>
+ <name>entryPoint</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>create_Stock_StockDistributorHome_Servant</string>
+ </value>
+ </value>
+ </execParameter>
+ </artifact>
+
+ <artifact id="Quoter-Distributor_stub">
+ <name>Distributor_stub</name>
+ <source><!-- @@ Not sure --></source>
+ <node><!-- blank --></node>
+ <location>Distributor_stub</location>
+ </artifact>
+
+ <artifact id="Quoter-Broker_exec">
+ <name>Broker_exec</name>
+ <source><!-- @@ Not sure about this--></source>
+ <node><!-- blank --></node>
+ <location>Broker_exec</location>
+ <execParameter>
+ <name>entryPoint</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>createStockBrokerHome_Impl</string>
+ </value>
+ </value>
+ </execParameter>
+ </artifact>
+
+ <artifact id="Quoter-Broker_svnt">
+ <name>Broker_svnt</name>
+ <source><!-- @@ Not sure --></source>
+ <node><!-- blank --></node>
+ <location>Broker_svnt</location>
+ <execParameter>
+ <name>entryPoint</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>create_Stock_StockBrokerHome_Servant</string>
+ </value>
+ </value>
+ </execParameter>
+ </artifact>
+
+ <artifact id="Quoter-Broker_stub">
+ <name>Broker_stub</name>
+ <source><!-- @@ Not sure --></source>
+ <node><!-- blank --></node>
+ <location>Broker_stub</location>
+ </artifact>
+
+
+ <artifact id="Quoter-Base_stub">
+ <name>Stock_Base_stub</name>
+ <source><!-- @@ Not sure --></source>
+ <node><!-- blank --></node>
+ <location>Stock_Base_stub</location>
+ </artifact>
+
+ <artifact id="Quoter-Base_svnt">
+ <name>Stock_Base_svnt</name>
+ <source><!-- @@ Not sure --></source>
+ <node><!-- blank --></node>
+ <location>Stock_Base_svnt</location>
+ </artifact>
+
+</Deployment:deploymentPlan>
+