Unfenced_Generic_Server class (C++)
The Unfenced_Generic_Server class is a subclass of the Unfenced_Server
class and is the abstract base class for all of the server functionality that
operates in the unfenced (trusted) process space. This class is responsible
for validating the catalog information from the CREATE SERVER and ALTER SERVER
statements.
Fenced_Generic_Server class (C++)
The Fenced_Generic_Server classis a subclass of the Server class
and is the abstract base class for all server functionality that operates
in the fenced (untrusted) process space. This class is responsible for creating
remote connections and nicknames.