summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/FindPOA/README
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-31 05:51:59 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-31 05:51:59 +0000
commitab2397d3c8db0a56289ac5893327989c24973494 (patch)
tree037b9a38fa12fea62df6cce2c76e2ec6d0b2ff7a /TAO/examples/POA/FindPOA/README
parent3a8011d230fb498bc8192a7a5768b534a41887e0 (diff)
downloadATCD-ab2397d3c8db0a56289ac5893327989c24973494.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/POA/FindPOA/README')
-rw-r--r--TAO/examples/POA/FindPOA/README22
1 files changed, 6 insertions, 16 deletions
diff --git a/TAO/examples/POA/FindPOA/README b/TAO/examples/POA/FindPOA/README
index e0bc53df588..9ac212956d3 100644
--- a/TAO/examples/POA/FindPOA/README
+++ b/TAO/examples/POA/FindPOA/README
@@ -8,7 +8,7 @@ Executable: FindPOA
Description:
===========
-This is a program to test the findPOA() method of the POA. It makes
+This is a program to test the find_POA() method of the POA. It makes
use of TAO_Adapter_Activator.
Adapter activators are associated with POAs. An adapter activator
@@ -20,23 +20,14 @@ at the beginning of execution does not need to use or provide an
adapter activator; it is necessary only for the case in which POAs
need to be created during request processing.
-TAO_Adapter_Activator takes a '/' (backslash) separated string of POA
-names and creates them in a hierarchy with the left most substring as
-the root of that hierarchy.
-
-The test program tests the "findPOA" method in RootPOA with a single
-POA named "firstPOA" and then with a POA namestring
-"firstPOA/secondPOA". In the second case the secondPOA is
-non-existent and is created.
-
-Finally the findPOA method in RootPOA is called with a string
-"thirdPOA/forthPOA/fifthPOA", resulting in the creation of
-thirdPOA,forthPOA and a fifthPOA and returns the fifthPOA.
+The test program tests the "find_POA" method in RootPOA with a single
+POA named "firstPOA" and then with a POA namestring "secondPOA". In
+the second case the secondPOA is non-existent and is created.
To check the findPOA method the names of the POA are queried and
printed on the screen. POAs hold only the name relative to its
-parent. For eg. the name of fifthPOA is just "fifthPOA" and NOT
-"RootPOA/thirdPOA/forthPOA/fifthPOA".
+parent. For eg. the name of secondPOA is just "secondPOA" and NOT
+"/firstPOA/secondPOA".
To Test:
========
@@ -47,6 +38,5 @@ To Test:
<Empty string for RootPOA>
firstPOA
secondPOA
- fifthPOA
3. There might be other diagnostic messages.