Information on a OCI Connector object. Objects of this type must be
narrowed to a Connector information object for a concrete protocol
implementation, for example to OCI::IIOP::ConnectorInfo
in case the plug-in implements IIOP.
readonly attribute ProfileId tag;
The profile id tag.
void add_connect_cb(in ConnectCB cb);
Add a callback that is called whenever a new connection is established. If the callback has already been registered, this method has no effect.
cb
- The callback to add.
void remove_connect_cb(in ConnectCB cb);
Remove a connect callback. If the callback was not registered, this method has no effect.
cb
- The callback to remove.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)