CORBA 2.6.1 Programmer's Reference

user with the listener event handler by setting this pointer.
API Methods
If your application includes a listener event handler implementation, it 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_Listener_EH()
Creates an Fw_Listener_EH object.
~Fw_Listener_EH()
Destructor for the current Fw_Listener_EH object.
bool start_listening( void *pp_listen_address )
Directs the listener event handler to enable receipt of connect indications using the
transport-dependent address supplied in pp_listen_address.
If this method returns true, the listener event handler should expect to be called with
connect_in methods.
Void stop_listening()
Directs the listener event handler to disable receipt of connect indications.
gfsehoss.h Classes
The topics that follow describe the various classes declared in the gfsehoss.h header file
($NSD_ROOT/include/nsdevent/gfsehoss.h).
Class NSDEFw_GFS
Container for all Guardian file system event handler components. They are grouped into four main
classes: Client, Server, Listener, and Receive_EH (provides a handler for $RECEIVE).
class NSDEFw_GFS
{
class NSDEFw_GFS::Client
{
class NSDEFw_GFS::Client::Address
{ ... }
class NSDEFw_GFS::Client::Event
{
class NSDEFw_GFS::Client::Event::Key
{
...}}
class NSDEFw_GFS::Client::EH
{