Creating a New Servant Activator

You can create a class to use as a Servant Activator. A Servant Activator returns a Servant for a given object ID, and the Servant and the object ID are entered into the Active Object Map and retained until the object is deactivated.

To create a new Servant Activator:

  1. Select File --> New from Template
  2. Under the Corba Node, select the POA Node.
  3. Click the Servant Activator Node.

The code for the new Servant Activator class appears in the Source Editor.

See also
  Creating a New Adapter Activator
Creating a New Servant Locator

 


Legal Notices