Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Locator.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
13 
14 
15 #include <Ice/Identity.ice>
16 #include <Ice/ProcessF.ice>
17 
18 ["objc:prefix:ICE"]
19 module Ice
20 {
21 
28 {
29 };
30 
38 {
39 };
40 
48 {
49 };
50 
57 {
58 };
59 
66 {
67 };
68 
69 interface LocatorRegistry;
70 
83 interface Locator
84 {
99  ["amd", "nonmutating", "cpp:const"] idempotent Object* findObjectById(Identity id)
101 
115  ["amd", "nonmutating", "cpp:const"] idempotent Object* findAdapterById(string id)
117 
125  ["nonmutating", "cpp:const"] idempotent LocatorRegistry* getRegistry();
126 };
127 
140 {
160  ["amd"] idempotent void setAdapterDirectProxy(string id, Object* proxy)
162 
188  ["amd"] idempotent void setReplicatedAdapterDirectProxy(string adapterId, string replicaGroupId, Object* p)
190 
203  ["amd"] idempotent void setServerProcessProxy(string id, Process* proxy)
205 };
206 
216 interface LocatorFinder
217 {
226  Locator* getLocator();
227 };
228 
229 };
230 
231 
An administrative interface for process management.
Definition: Process.ice:30
This exception is raised if the replica group provided by the server is invalid.
Definition: Locator.ice:37
This exception is raised if an adapter cannot be found.
Definition: Locator.ice:27
This exception is raised if an object cannot be found.
Definition: Locator.ice:56
The Ice core library.
Definition: BuiltinSequences.ice:15
The Ice locator interface.
Definition: Locator.ice:83
The identity of an Ice object.
Definition: Identity.ice:28
This inferface should be implemented by services implementing the Ice::Locator interface.
Definition: Locator.ice:216
This exception is raised if a server cannot be found.
Definition: Locator.ice:65
This exception is raised if a server tries to set endpoints for an adapter that is already active...
Definition: Locator.ice:47
The Ice locator registry interface.
Definition: Locator.ice:139