Default Servant POA

A default servant is a single servant object that provides the implementation for many CORBA objects. In a sense, it is an extension of the concept of a service object (see the section “POA for Service Objects”). However, it is implemented using a different set of POA policies and does not require an active object map.

The following list gives some typical uses for a default servant:

  • A default servant is useful for implementing stateless CORBA objects. It could be used to implement service objects, for example, instead of using the MULTIPLE_ID policy value.

  • A default servant can be used to implement entity objects where the state of the entity object is not cached in the servant’s member variables. That is, every operation ...

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.