diff options
author | dengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-18 19:00:06 +0000 |
---|---|---|
committer | dengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-18 19:00:06 +0000 |
commit | 20691cb220b8cd6fdb0e3c5d4152db34fba6d621 (patch) | |
tree | 996bc7b64da1104f1d2df88ce125621856be5408 /CIAO/docs/index.html | |
parent | 95160ec98a2ef39e58f1e64cd12e587bad8c826d (diff) | |
download | ATCD-20691cb220b8cd6fdb0e3c5d4152db34fba6d621.tar.gz |
Thu Jan 18 17:49:00 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>
Diffstat (limited to 'CIAO/docs/index.html')
-rw-r--r-- | CIAO/docs/index.html | 25 |
1 files changed, 8 insertions, 17 deletions
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 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, |