Interface OCI::ConFactoryInfo

interface ConFactoryInfo

Information on an OCI ConFactory object.

See Also:
ConFactory


Attribute Index

tag
The profile id tag.

Operation Index

add_connect_cb
Add a callback that is called whenever a new connection is established.
remove_connect_cb
Remove a connect callback.

Attributes

tag
readonly attribute ProfileId tag;

The profile id tag.



Operations

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

Parameters:
cb - The callback to add.

remove_connect_cb
void remove_connect_cb(in ConnectCB cb);

Remove a connect callback. If the callback was not registered, this method has no effect.

Parameters:
cb - The callback to remove.


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