An interface for a connect callback object.
void connect_cb(in TransportInfo transport_info);
Called after a new connection has been established. If the
application wishes to reject the connection
CORBA::NO_PERMISSION
may be raised.
transport_info
- The TransportInfo for the new connection.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)