summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-18 19:00:06 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-18 19:00:06 +0000
commit20691cb220b8cd6fdb0e3c5d4152db34fba6d621 (patch)
tree996bc7b64da1104f1d2df88ce125621856be5408 /CIAO
parent95160ec98a2ef39e58f1e64cd12e587bad8c826d (diff)
downloadATCD-20691cb220b8cd6fdb0e3c5d4152db34fba6d621.tar.gz
Thu Jan 18 17:49:00 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/docs/index.html25
2 files changed, 14 insertions, 17 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index b68c6fa36cf..a3dfeee8484 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 18 17:49:00 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * docs/index.html:
+
+ Fixed broken links to doxygen.
+
Wed Jan 10 21:35:25 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* NEWS:
diff --git a/CIAO/docs/index.html b/CIAO/docs/index.html
index aa48ade7ee4..438bdf3416e 100644
--- a/CIAO/docs/index.html
+++ b/CIAO/docs/index.html
@@ -82,46 +82,37 @@ Visio file</a> (The same file in Visio V.5 format is <a
<a href="imgs/DAnCE-Dynamic.sxd">DAnCE-Dynamic.sxd</a> <br>
<br>
<hr>
-<h2>CIAO's D&C Framework (DAnCE) part-by-part</h2>
+<h2>CIAO's D&C Framework (<a href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/index.html">DAnCE</a>) part-by-part</h2>
DAnCE's implementation is based on the OMG's Deployment and Configuration
Specification version [ptc/2003-07-08]. Here is a list of the major
actors of CIAO runtime that a user should be aware of.
<ul>
- <li><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/dir_000011.html"><strong>NodeManager:</strong></a>
+ <li><strong>NodeManager:</strong>
A daemon process responsible for managing NodeApplications that reside
in the same physical node.</li>
<p> </p>
- <li><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/dir_000007.html"><strong>NodeApplicationManager:</strong></a>
+ <li><strong>NodeApplicationManager:</strong>
A infrastructure component responsible for deploying&nbsp;
locality-constrained applications onto a node. A NodeApplicationManager
is usually created by NodeManager.<br>
</li>
<p> </p>
- <li><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/dir_000013.html"><strong>NodeApplication:</strong></a>
+ <li><strong>NodeApplication:</strong>
A component server instance spawned by NodeApplicationManager. <br>
</li>
<p> </p>
- <li><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/dir_000008.html"><strong>ExecutionManager:</strong></a>
+ <li><strong>ExecutionManager:</strong>
Infrastructure component responsible for executing an component-based
DRE application based on the information from DeploymentPlan.</li>
<p> </p>
- <li><strong><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/dir_000010.html"><strong>DomainApplicationManager</strong></a></strong>:
+ <li><strong>DomainApplicationManager</strong>:
Domain-oriented auxiliary component created and used by
ExecutionManager to deploy the component-based DRE application at the
domain level. <br>
<br>
</li>
- <li><strong><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/tools/assembly_deployer/index.html"><strong></strong></a></strong><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/tools/assembly_deployer/index.html"><strong></strong></a><strong><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/tools/assembly_deployer/index.html"><strong></strong></a></strong><strong><a
- href="http://www.dre.vanderbilt.edu/Doxygen/Current/html/tao/ciao/dance/dir_000009.html"><strong>PlanLauncher</strong></a></strong><strong>:
- </strong>Executor component responsible for parsing the XML-based
+ <li><strong>PlanLauncher</strong></strong>:
+Executor component responsible for parsing the XML-based
deploymentplan and passing the plan to ExecutionManager for execution.<br>
<br>
To understand the runtime inter-relationships of various CIAO actors,