Lines Matching refs:server
25 * Adds a callback that must be called when the specified server has no clients.
32 * @param server non-null service waiting to have no clients (previously registered)
37 * - the server or cb parameters are null
38 * - this is called by a process other than the server process
42 interface server,
49 * If server is null, then this must remove the cb from all matching services.
51 * @param server service registered with registerClientCallback
54 * true if the server(s) have been removed
55 * false if cb is null or if the client callback or server could not be found
57 unregisterClientCallback(interface server, IClientCallback cb) generates (bool success);
92 * it is unsuccessful, then you can assume a client re-associated with the server. If a process