|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AcceptorInfoOperations
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.
Acceptor
Method Summary | |
---|---|
void |
add_accept_cb(AcceptCB cb)
Add a callback that is called whenever a new connection is accepted. |
String |
describe()
Returns a human readable description of the transport. |
String |
id()
The plugin id. |
void |
remove_accept_cb(AcceptCB cb)
Remove an accept callback. |
int |
tag()
The profile id tag. |
Method Detail |
---|
String id()
int tag()
String describe()
void add_accept_cb(AcceptCB cb)
cb
- The callback to add.void remove_accept_cb(AcceptCB cb)
cb
- The callback to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |