CORBA 2.6.1 Programmer's Reference

(NSDEFw_GFS::Server_Address*)pp_client_address.
void disconnect()
Resets the event handler.
void handle_event( Event *pp_event )
This method is invoked by a callback from the NonStop CORBA event framework when the event
framework receives an I/O event of a type registered by the event handler. A legacy client wrapper
must implement this method when playing the role of the server event handler. The
implementation should do whatever is appropriate with the I/O event.
void send_message( Fw_Message *pp_msg )
Queues the messages MDs to be sent. If an available event exists for reverse traffic, delivers OK;
otherwise, delivers the next MD.
API Data
Address* ip_address
The address passed by the listener event handler to the server event handler to identify the
connection to be serviced.
Class NSDEFw_GFS::Listener
Implements the Fw_Listener_EH role using the other Guardian file-system components.
Class NSDEFw_GFS::Listener::Address
A hashable abstraction used by listeners to distinguish themselves by subdevice.
API Methods
static unsigned hash( const Address &pr_address )
Rogue Wave dictionary compatible hash function.
bool operator==( const Address &pr_RHS )
Returns true if the instance and the right-hand side string compare on ia_subdev.
API Data
char ia_subdev[...]
Array large enough to hold a valid subdevice name and a trailing null.