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 [["cpp:include:IceGrid/Config.h"]]
14 
15 #include <Ice/Locator.ice>
16 
17 ["objc:prefix:ICEGRID"]
18 module IceGrid
19 {
20 
21 interface Registry;
22 interface Query;
23 
33 interface Locator extends Ice::Locator
34 {
43  ["cpp:const"] idempotent Registry* getLocalRegistry();
44 
53  ["cpp:const"] idempotent Query* getLocalQuery();
54 };
55 
56 };
57 
The Ice locator interface.
Definition: Locator.ice:83
The IceGrid locator interface provides access to the Query and Registry object of the IceGrid registr...
Definition: Locator.ice:33
IceGrid is a server activation and deployment tool.
Definition: Admin.ice:24
The IceGrid registry allows clients create sessions directly with the registry.
Definition: Registry.ice:32
The IceGrid query interface.
Definition: Query.ice:60