Interface OCI::AcceptorInfo

interface AcceptorInfo

Information on an OCI Acceptor object. Objects of this type must be narrowed to an Acceptor information object for a concrete protocol implementation, for example to OCI::IIOP::AcceptorInfo in case the plug-in implements IIOP.

See Also:
Acceptor


Attribute Index

tag
The profile id tag.

Operation Index

add_accept_cb
Add a callback that is called whenever a new connection is accepted.
remove_accept_cb
Remove an accept callback.

Attributes

tag
readonly attribute ProfileId tag;

The profile id tag.



Operations

add_accept_cb
void add_accept_cb(in AcceptCB cb);

Add a callback that is called whenever a new connection is accepted. If the callback has already been registered, this method has no effect.

Parameters:
cb - The callback to add.

remove_accept_cb
void remove_accept_cb(in AcceptCB cb);

Remove an accept 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)