Interface OCI::AcceptCB

interface AcceptCB

An interface for an accept callback object.

See Also:
AcceptorInfo


Operation Index

accept_cb
Called after a new connection has been accepted.

Operations

accept_cb
void accept_cb(in TransportInfo transport_info);

Called after a new connection has been accepted. 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)