summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/descriptors
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/tutorials/Quoter/Simple/descriptors')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.ccd33
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cid35
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cpd14
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Exec.iad29
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Stub.iad14
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Svnt.iad29
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.ccd41
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cid35
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cpd14
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Exec.iad29
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Stub.iad14
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Svnt.iad29
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd17
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Libraries.iad8
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cdp16
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cid41
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cpd13
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.dat3
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.pcd10
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/XMI.xsd35
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp222
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/package.tpd8
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl40
23 files changed, 0 insertions, 729 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.ccd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.ccd
deleted file mode 100644
index c2a0630b87b..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.ccd
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentInterfaceDescription
- 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>Broker Component</label>
- <UUID>803f8fc7-55de-4a20-81eb-ae951d85b7f4</UUID>
- <specificType>IDL:Stock/StockBroker:1.0</specificType>
- <supportedType>IDL:Stock/StockBroker:1.0</supportedType>
- <port>
- <name>notify_in</name>
- <exclusiveProvider>false</exclusiveProvider>
- <exclusiveUser>false</exclusiveUser>
- <optional>false</optional>
- <provider>false</provider>
- <supportedType>IDL:Stock/StockName:1.0</supportedType>
- <specificType>IDL:Stock/StockName:1.0</specificType>
- <kind>EventConsumer</kind>
- </port>
- <port>
- <name>read_quoter</name>
- <exclusiveProvider>false</exclusiveProvider>
- <exclusiveUser>false</exclusiveUser>
- <optional>false</optional>
- <provider>false</provider>
- <supportedType>IDL:Stock/StockQuoter:1.0</supportedType>
- <specificType>IDL:Stock/StockQuoter:1.0</specificType>
- <kind>SimplexReceptacle</kind>
- </port>
-
-</Deployment:ComponentInterfaceDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cid b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cid
deleted file mode 100644
index 47f49102136..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cid
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentImplementationDescription
- 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>Broker Implementation</label>
- <UUID>789e1be2-703f-4bd3-af50-b400eef91fd0</UUID>
- <implements href="Broker.ccd"/>
- <monolithicImpl>
- <primaryArtifact>
- <name>Broker_stub</name>
- <referencedArtifact href="Broker_Stub.iad"/>
- </primaryArtifact>
- <primaryArtifact>
- <name>Broker_svnt</name>
- <referencedArtifact href="Broker_Svnt.iad"/>
- </primaryArtifact>
- <primaryArtifact>
- <name>Broker_exec</name>
- <referencedArtifact href="Broker_Exec.iad"/>
- </primaryArtifact>
- </monolithicImpl>
- <configProperty>
- <name>ComponentIOR</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Broker.ior</string>
- </value>
- </value>
- </configProperty>
-</Deployment:ComponentImplementationDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cpd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cpd
deleted file mode 100644
index cc6381b658a..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cpd
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentPackageDescription
- 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>Broker Package</label>
- <UUID>07ebf947-2174-4a3b-bd37-bcb92986eaf4</UUID>
- <realizes href="Broker.ccd"/>
- <implementation>
- <name>Broker</name>
- <referencedImplementation href="Broker.cid"/>
- </implementation>
-</Deployment:ComponentPackageDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Exec.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Exec.iad
deleted file mode 100644
index 724a5b2c6bb..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Exec.iad
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription
- 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>Broker Executor Artifact</label>
- <UUID>5e4f2366-3810-4d4c-a269-5788a525cbe1</UUID>
- <location>Broker_exec</location>
- <dependsOn>
- <name>ACE</name>
- <referencedArtifact href="Libraries.iad"/>
- </dependsOn>
- <dependsOn>
- <name>Broker_Stub</name>
- <referencedArtifact href="Broker_Stub.iad"/>
- </dependsOn>
- <execParameter>
- <name>entryPoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>createStockBrokerHome_Impl</string>
- </value>
- </value>
- </execParameter>
-</Deployment:ImplementationArtifactDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Stub.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Stub.iad
deleted file mode 100644
index ac1f0834e19..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Stub.iad
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription
- 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>Broker Stub Artifact</label>
- <UUID>93bbdf7d-d3f7-4227-bb75-b0562ac15b92</UUID>
- <location>Broker_stub</location>
- <dependsOn>
- <name>ACE</name>
- <referencedArtifact href="Libraries.iad"/>
- </dependsOn>
-</Deployment:ImplementationArtifactDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Svnt.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Svnt.iad
deleted file mode 100644
index 2944181e015..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Svnt.iad
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription
- 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>Broker Servant Artifact</label>
- <UUID>04e4d246-e6eb-4b0e-8e32-60b996497cea</UUID>
- <location>Broker_svnt</location>
- <dependsOn>
- <name>ACE</name>
- <referencedArtifact href="Libraries.iad"/>
- </dependsOn>
- <dependsOn>
- <name>Broker_Stub</name>
- <referencedArtifact href="Broker_Stub.iad"/>
- </dependsOn>
- <execParameter>
- <name>entryPoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Stock_StockBrokerHome_Servant</string>
- </value>
- </value>
- </execParameter>
-</Deployment:ImplementationArtifactDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.ccd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.ccd
deleted file mode 100644
index 7557e143c56..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.ccd
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentInterfaceDescription
- 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>Distributor Component</label>
- <UUID>803f8fc7-55de-4a20-81eb-ae951d85b7f4</UUID>
- <specificType>IDL:Stock/StockDistributor:1.0</specificType>
- <supportedType>IDL:Stock/StockDistributor:1.0</supportedType>
- <port>
- <name>supports</name>
- <exclusiveProvider>false</exclusiveProvider>
- <exclusiveUser>false</exclusiveUser>
- <optional>false</optional>
- <provider>true</provider>
- <supportedType>IDL:Stock/Trigger:1.0</supportedType>
- <kind>Facet</kind>
- </port>
- <port>
- <name>notify_out</name>
- <exclusiveProvider>false</exclusiveProvider>
- <exclusiveUser>false</exclusiveUser>
- <optional>false</optional>
- <provider>true</provider>
- <supportedType>IDL:Stock/StockName:1.0</supportedType>
- <specificType>IDL:Stock/StockName:1.0</specificType>
- <kind>EventPublisher</kind>
- </port>
- <port>
- <name>push_quoter</name>
- <exclusiveProvider>false</exclusiveProvider>
- <exclusiveUser>false</exclusiveUser>
- <optional>false</optional>
- <provider>true</provider>
- <supportedType>IDL:Stock/StockQuoter:1.0</supportedType>
- <specificType>IDL:Stock/StockQuoter:1.0</specificType>
- <kind>Facet</kind>
- </port>
-</Deployment:ComponentInterfaceDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cid b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cid
deleted file mode 100644
index b5eac80c543..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cid
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentImplementationDescription
- 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>Distributor Implementation</label>
- <UUID>789e1be2-703f-4bd3-af50-b400eef91fd0</UUID>
- <implements href="Distributor.ccd"/>
- <monolithicImpl>
- <primaryArtifact>
- <name>Distributor_Stub</name>
- <referencedArtifact href="Distributor_Stub.iad"/>
- </primaryArtifact>
- <primaryArtifact>
- <name>Distributor_Svnt</name>
- <referencedArtifact href="Distributor_Svnt.iad"/>
- </primaryArtifact>
- <primaryArtifact>
- <name>Distributor_Exec</name>
- <referencedArtifact href="Distributor_Exec.iad"/>
- </primaryArtifact>
- </monolithicImpl>
- <configProperty>
- <name>ComponentIOR</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Distributor.ior</string>
- </value>
- </value>
- </configProperty>
-</Deployment:ComponentImplementationDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cpd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cpd
deleted file mode 100644
index c451a5637e8..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cpd
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentPackageDescription
- 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>Distributor Package</label>
- <UUID>07ebf947-2174-4a3b-bd37-bcb92986eaf4</UUID>
- <realizes href="Distributor.ccd"/>
- <implementation>
- <name>Distributor</name>
- <referencedImplementation href="Distributor.cid"/>
- </implementation>
-</Deployment:ComponentPackageDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Exec.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Exec.iad
deleted file mode 100644
index 784e11b99bf..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Exec.iad
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription
- 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>Distributor Executor Artifact</label>
- <UUID>5e4f2366-3810-4d4c-a269-5788a525cbe1</UUID>
- <location>Distributor_exec</location>
- <dependsOn>
- <name>ACE</name>
- <referencedArtifact href="Libraries.iad"/>
- </dependsOn>
- <dependsOn>
- <name>Distributor_Stub</name>
- <referencedArtifact href="Distributor_Stub.iad"/>
- </dependsOn>
- <execParameter>
- <name>entryPoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>createStockDistributorHome_Impl</string>
- </value>
- </value>
- </execParameter>
-</Deployment:ImplementationArtifactDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Stub.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Stub.iad
deleted file mode 100644
index c55a74916ef..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Stub.iad
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription
- 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>Distributor Stub Artifact</label>
- <UUID>93bbdf7d-d3f7-4227-bb75-b0562ac15b92</UUID>
- <location>Distributor_stub</location>
- <dependsOn>
- <name>ACE</name>
- <referencedArtifact href="Libraries.iad"/>
- </dependsOn>
-</Deployment:ImplementationArtifactDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Svnt.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Svnt.iad
deleted file mode 100644
index 7643089044f..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Svnt.iad
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription
- 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>Distributor Servant Artifact</label>
- <UUID>04e4d246-e6eb-4b0e-8e32-60b996497cea</UUID>
- <location>Distributor_svnt</location>
- <dependsOn>
- <name>ACE</name>
- <referencedArtifact href="Libraries.iad"/>
- </dependsOn>
- <dependsOn>
- <name>Distributor_Stub</name>
- <referencedArtifact href="Distributor_Stub.iad"/>
- </dependsOn>
- <execParameter>
- <name>entryPoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Stock_StockDistributorHome_Servant</string>
- </value>
- </value>
- </execParameter>
-</Deployment:ImplementationArtifactDescription> \ No newline at end of file
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd
deleted file mode 100644
index b4dd3c729ef..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<Deployment:Domain
- 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>Stock Domain</label>
-<UUID>effd4bd0-6db0-4c50-9bb7-db9decebae1c</UUID>
-<node>
- <name>Distributor</name>
- <label>Distributor's Node</label>
-</node>
-<node>
- <name>Broker</name>
- <label>Broker's Node</label>
-</node>
-</Deployment:Domain>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Libraries.iad b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Libraries.iad
deleted file mode 100644
index 720a7ce8219..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Libraries.iad
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ImplementationArtifactDescription 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>Common Libraries</label>
- <UUID>6bae4fcd-c71c-44b4-a0d4-0e4199ce1a49</UUID>
- <location>$ACE_ROOT/lib/libACE</location>
- <location>$ACE_ROOT/lib/libTAO</location>
- <location>$ACE_ROOT/lib/libCIAO_Client</location>
-</Deployment:ImplementationArtifactDescription>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cdp b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cdp
deleted file mode 100644
index 4d327f991c2..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cdp
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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">
- <label>Stock Deployment Plan</label>
- <instance xmi:id="a_Distributor">
- <name>Distributor_Instance</name>
- <node>Distributor</node>
- </instance>
- <instance xmi:id="a_Broker01">
- <name>Broker_Instance_01</name>
- <node>Broker01</node>
- </instance>
-</Deployment:DeploymentPlan>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cid b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cid
deleted file mode 100644
index 2d2160bba7d..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cid
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentImplementationDescription
- 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>Stock Example Assembly</label>
- <UUID>effd4bd0-6db0-4c50-9bb7-db9decebae1c</UUID>
- <assemblyImpl>
- <instance xmi:id="a_Distributor">
- <name>Distributor_Instance</name>
- <package href="Distributor.cpd"/>
- </instance>
- <instance xmi:id="a_Broker01">
- <name>Broker_Instance_01</name>
- <package href="Broker.cpd"/>
- </instance>
- <connection>
- <name>quoter_conn</name>
- <internalEndpoint>
- <portName>read_quoter</portName>
- <instance xmi:idref="a_Broker01"/>
- </internalEndpoint>
- <internalEndpoint>
- <portName>push_quoter</portName>
- <instance xmi:idref="a_Distributor"/>
- </internalEndpoint>
- </connection>
- <connection>
- <name>StockName_event</name>
- <internalEndpoint>
- <portName>notify_in</portName>
- <instance xmi:idref="a_Broker01"/>
- </internalEndpoint>
- <internalEndpoint>
- <portName>notify_out</portName>
- <instance xmi:idref="a_Distributor"/>
- </internalEndpoint>
- </connection>
- </assemblyImpl>
-</Deployment:ComponentImplementationDescription>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cpd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cpd
deleted file mode 100644
index 6b2ece8e164..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cpd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:ComponentPackageDescription
- 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>Stock Example Package</label>
- <UUID>823e4287-f53c-4caa-8619-f3dfda4c4998</UUID>
- <implementation>
- <name>Stock</name>
- <referencedImplementation href="Stock.cid"/>
- </implementation>
-</Deployment:ComponentPackageDescription>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.dat b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.dat
deleted file mode 100644
index 6079555046c..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.dat
+++ /dev/null
@@ -1,3 +0,0 @@
-DistributorNode corbaloc:iiop:localhost:30000/NodeManager
-BrokerNode corbaloc:iiop:localhost:40000/NodeManager
-
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.pcd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.pcd
deleted file mode 100644
index d65c2d9f86b..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.pcd
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:PackageConfiguration
-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>Stock Example Configuration for Unix machines</label>
- <UUID>559d65e8-0407-48c0-a158-dafe21360fef</UUID>
- <basePackage href="Stock.cpd"/>
-</Deployment:PackageConfiguration>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/XMI.xsd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/XMI.xsd
deleted file mode 100644
index f4adac91934..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/XMI.xsd
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" ?>
-<xsd:schema targetNamespace="http://www.omg.org/XMI" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation='http://www.w3.org/2001/XMLSchema XMLSchema.xsd'>
- <xsd:attribute name="id" type="xsd:ID" />
- <xsd:attributeGroup name="IdentityAttribs">
- <xsd:attribute form="qualified" name="label" type="xsd:string" use="optional" />
- <xsd:attribute form="qualified" name="uuid" type="xsd:string" use="optional" />
- </xsd:attributeGroup>
- <xsd:attributeGroup name="LinkAttribs">
- <xsd:attribute name="href" type="xsd:string" use="optional" />
- <xsd:attribute form="qualified" name="idref" type="xsd:IDREF" use="optional" />
- </xsd:attributeGroup>
- <xsd:attributeGroup name="ObjectAttribs">
- <xsd:attributeGroup ref="xmi:IdentityAttribs" />
- <xsd:attributeGroup ref="xmi:LinkAttribs" />
- <xsd:attribute fixed="2.0" form="qualified" name="version" type="xsd:string" use="optional" />
- <xsd:attribute form="qualified" name="type" type="xsd:QName" use="optional" />
- </xsd:attributeGroup>
- <xsd:complexType name="Extension">
- <xsd:choice maxOccurs="unbounded" minOccurs="0">
- <xsd:any processContents="lax" />
- </xsd:choice>
- <xsd:attribute ref="xmi:id" />
- <xsd:attributeGroup ref="xmi:ObjectAttribs" />
- <xsd:attribute name="extender" type="xsd:string" use="optional" />
- <xsd:attribute name="extenderID" type="xsd:string" use="optional" />
- </xsd:complexType>
- <xsd:element name="Extension" type="xmi:Extension" />
- <xsd:complexType name="Any">
- <xsd:choice maxOccurs="unbounded" minOccurs="0">
- <xsd:any processContents="skip" />
- </xsd:choice>
- <xsd:anyAttribute processContents="skip" />
- </xsd:complexType>
-</xsd:schema>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp b/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp
deleted file mode 100644
index 86f7c27b786..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp
+++ /dev/null
@@ -1,222 +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>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>
-
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/package.tpd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/package.tpd
deleted file mode 100644
index b753de7b7ff..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/package.tpd
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<Deployment:TopLevelPackageDescription
-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">
- <package href="Stock.pcd"/>
-</Deployment:TopLevelPackageDescription>
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl b/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl
deleted file mode 100644
index b00cced27eb..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl
+++ /dev/null
@@ -1,40 +0,0 @@
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
- & eval 'exec perl -S $0 $argv:q'
- if 0;
-
-# $Id$
-# -*- perl -*-
-
-use lib "../../../../../../bin";
-use PerlACE::Run_Test;
-
-$status = 0;
-$iorfile1 = PerlACE::LocalFile ("NodeApp1.ior");
-$iorfile2 = PerlACE::LocalFile ("NodeApp2.ior");
-
-#for ($iter = 0; $iter <= $#ARGV; $iter++) {
-# if ($ARGV[$iter] eq "-h" || $ARGV[$iter] eq "-?") {
-# print "Run_Test Perl script for NodeApplicationTest \n\n";
-# print "run_test \n";
-# print "\n";
-# print "-h -- prints this information\n";
-# exit 0;
-# }
-#}
-
-
-unlink $iorfile1;
-unlink $iorfile2;
-
-$CIAO_ROOT=$ENV{'CIAO_ROOT'};
-
-$SV1 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
- "-ORBEndpoint iiop://localhost:30000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication");
-
-$SV2 = new PerlACE::Process ("$CIAO_ROOT/DAnCE/NodeManager/NodeManager",
- "-ORBEndpoint iiop://localhost:40000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication");
-
-$SV1->Spawn ();
-$SV2->Spawn ();
-
-sleep (99999999999);