Interface OCI::ConnectCB

interface ConnectCB

An interface for a connect callback object.

See Also:
ConnectorInfo


Operation Index

connect_cb
Called after a new connection has been established.

Operations

connect_cb
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.

Parameters:
transport_info - The TransportInfo for the new connection.


Generated by the ORBacus IDL-to-HTML translator (non-commercial)