2 @page POAManagerFactory Test README
4 This test validates the POAManagerFactory implementation. The PMF is
5 described in section 11.3 of the CORBA 3.0.2 specification. The PMF is used
6 to create POAManagers that are not associated with any particular POA. This
7 is useful when creating POAs on demand and need to disassociate the creation
8 of the POAManager. The POAManagerFactory also enables the assignment of
9 policies to the POAManager.
12 - that a reference to the PMF may be obtained,
13 - that the PMF can be used to create POAManager instances,
14 - that the PMF correctly creates only one POAManager for a given name,
15 - that created POAManagers can be supplied to POAs,
16 - that a list of current POAManagers may be obtained from the PMF,
17 - that a specific POAManager may be located.
19 This test does not evaluate any policies that may be applied to a POAManager
20 via the PMF. Currently TAO supports only one POAManager policy, the
21 Endpoint Policy. See TAO/tests/POA/EndpointPolicy for information regarding
24 Run this test with the supplied run_test.pl, or directly by running