| User's Guide: Small Ada 95 Object Database; Version 0.1.0; Document Revision $Revision: 1.9 $ | ||
|---|---|---|
| Prev | Chapter 10. Core.Abstract_Listener | Next |
function Listen(
This : in Object;
Id : in Natural ) return Abstract_Client_Proxy.Handle is abstract;
end Core.Abstract_Listener; Stop_Server : exception ;
This function implements the listener. A listener recevies request from clients and the creates as a response so called client proxys for the server. As an argument the so called client id od the server is pased to the listener. The listener will set the proxy id to this value.
C.1 - Object is initialized
P.1 - The listener has created a new proxy and can be called again
to receive requests from the client community.
None