summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/README
blob: 2634b52840922d96c86370fc3fdd7ed4ba1e73ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

The following TAO applications test and illustate various Portable
Object Adapter (POA) interfaces and their usage scenarios.

        . Identity

                The example shows the identity between servants, ids,
                and references.

        . Destruction

                The program tests the destruction of a POA during an
                upcall.

        . Deactivation

                This program tests the reactivation of a servant that
                has been deactivated but not removed from the Active
                Object Map yet.