CORBA 2.6.1 Programmer's Reference

Creates an Fw_Server_EH object.
~Fw_Server_EH()
Destructor for the current Fw_Server_EH object.
bool accept( void *pp_client_address )
Directs the server event handler to accept the connection with the peer indicated by the
transport-dependent pp_client_address. The result of this method indicates whether the
server event handler succeeded in accepting the connection.
Class Fw_Listener_EH_User
The base class for listener event-handler users, a role played by the listener portion of a client wrapper.
API Data
*ip_EH
Holds a pointer to the associated listener event handler.
API Methods
If your application includes a listener event handler user implementation, it must implement all of the
following methods that it uses, except those method implementation (if any) that it inherits from the
NSDEFw_GFS class.
Fw_Listener_EH_User()
Creates an Fw_Listener_EH_User object.
~Fw_Listener_EH_User()
Destructor for the current Fw_Listener_EH_User object.
void connect_in( void *pp_client_key )
Must be implemented by the listener event-handler user. Invoked by the listener event handler
when it has received a connect indication. The peer's transport-dependent address is passed in
pp_client_key.
Class Fw_Listener_EH
The base class for listener event handlers, a role played by the listener portion of a client wrapper when it
cannot play the role of the listener event-handler user.
API Data
Fw_Listener_EH_User *ip_user
Upon constructing a listener event handler, a client wrapper should link the listener event-handler