CORBA 2.6.1 Programmer's Reference

Directs the event handler to deliver a full message over its connection.
void set_trace( bool pv_trace )
Sets tracing on or off for the socket server event handler.
API Data
bool cv_trace_enabled
Read-only; indicates whether tracing is set.
Fw_Sock_Address iv_address
Socket address.
Class Fw_Sock_Listener_EH
API Methods
Fw_Sock_Listener_EH()
Creates an Fw_Sock_Listener_EH object.
~Fw_Sock_Listener_EH()
Destructor for the current Fw_Sock_Listener object.
Fw_Sock *get_ip_socket()
Returns the IP socket.
void set_trace( bool pv_trace )
Sets tracing on or off for the socket listener event handler.
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.
API Data
bool cv_trace_enabled
Read-only; indicates whether tracing is set.