CORBA 2.3.3 Programmer's Guide for C++
Client Event Handler and Event-Handler User
The client role adds the connect feature to the transfer role. The client event-handler user asks the client event handler to
connect to a specific address. Depending on the outcome of the connect operation, the client event handler performs
either a connected or a connect_failed upcall to the client event-handler user.
The basic functions of a client event-handler user and a client event handler are shown in Figure 125 .
Figure 11.5. Client Event Handler and Event-Handler User
Server Event Handler and Event-Handler User
No additional features, beyond those provided by the transfer event handler and transfer event-handler user, are required
to perform the server roles. Therefore, there are no base server event-handler and event-handler user components; all
definitions are inherited from the transfer classes.
Header Files
Header files containing definitions for the event framework APIs are located in the
$NSD_ROOT/include/nsdevent subdirectory, and include the following:
ehbase.h
Contains abstract classes defining roles for client-server connections and data transfer.
message.h
Contains classes and methods to assemble and disassemble messages.
gfsehoss.h