CORBA 2.6.1 Programmer's Reference

API Methods
Event()
Constructor that creates an Event object.
~Event()
Destructor.
void reply( FE pv_FE )
A server event handler object calls this method when it has processed the event and associated any
response message data with the event.
API Data
Fw_MD* ip_MD
Points to any data associated with the I/O. Write data is attached by the Receive_EH. Read data
is attached by an event handler for delivery to the client.
Event* ip_next
For chained events, can be used as a pointer to the next event in the chain.
short iv_max_reply_count, short iv_message_tag, Dialog_Flags
iv_dialog_flags
See the FILE_GETRECEIVEINFO_ procedure in the Guardian Procedure Calls Reference
Manual for more information about the parameter values.
IO_Type iv_IO_type
Type of event as determined by the Receive_EH object, usually from the
FILE_GETRECEIVEINFO_ Guardian procedure.
Class NSDEFw_GFS::Server::EH
Implements the Fw_Server_EH role, prompted by the Receive_EH object, using server address and
event objects.
API Methods
EH()
Constructor that creates an event handler object.
~EH()
Destructor for event-handler objects.
bool accept( void* pp_client_address )
Invoked by a listener, the server event handler registers itself with the Receive_EH keyed by