3.7.1 Server Interface
The Server interface provides callback methods that can be used for application-specific server initialization and termination logic. This interface also provides a callback method that is used to create servants when servants are required for object activation.
The Server interface has the following characteristics:
- The Server class inherits from the ServerBase class.
- The
Server
class is a C++ native class. - The
Server.h
file contains the declarations and definitions for the Server class.
For a description of the Server interface methods, see ServerBase Interface.