CORBA 2.6.1 Programmer's Reference

client event handler succeeded in initiating the connect protocol.
If connect returns true, the client event-handler user should expect to be called with either the
connected or connect_failed method.
Class Fw_Server_EH_User
The base class for server event-handler users, a role played by the transfer portion of a client wrapper.
This class is derived from the Fw_Transfer_EH_User class.
API Data
Fw_Server_EH *ip_EH
Allows an implementation to store the pointer to the event handler associated with a server
event-handler user.
API Methods
If it includes a server event handler user implementation, your application must implement all of the
following methods that it uses, except those method implentations (if any) that it inherits from the
NSDEFw_GFS class.
Fw_Server_EH_User()
Creates an Fw_Server_EH_User object.
~Fw_Server_EH_User()
Destructor for the current Fw_Server_EH_User object.
Class Fw_Server_EH
The base class for server event handlers, a role played by the transfer portion of a client wrapper when it
cannot play the role of the server event-handler user. This class is derived from the Fw_Transfer_EH
class.
API Data
Fw_Server_EH_User *ip_user
Upon constructing a server event handler, a client wrapper should link the server event-handler
user with the server event handler by setting this pointer.
API Methods
If it includes a server event handler implementation, your application must implement all of the
following methods that it uses, except those method implementations (if any) that it inherits from the
NSDEFw_GFS class or either of the classes Fw_Sock_Client_EH or Fw_Sock_Server_EH.
Fw_Server_EH()