The POAManager

The POAManager is used to control the flow of invocation requests into one or more associated POA objects. It is needed particularly as the server application is being started up or shut down. When the server starts up, the POAManager can ensure that requests are not passed to a POA until it is ready to process them. When the server shuts down, the POAManager enables you to specify when request processing should cease.

The remainder of this section is divided into the following parts:

  • The lifecycle of a POAManager

  • POAManager states

  • POAManager state transitions

Lifecycle of a POAManager

A POA manager is created as follows:

  • The root POA manager is implicitly created at the same time as the root POA, when resolve_initial_references() ...

Get Pure CORBA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.