Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
IceLocatorDiscovery.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 [["cpp:header-ext:h", "objc:header-dir:objc"]]
12 
13 #include <Ice/Locator.ice>
14 
20 {
21 
32 interface LookupReply
33 {
42  void foundLocator(Ice::Locator* prx);
43 };
44 
59 interface Lookup
60 {
72  idempotent void findLocator(string instanceName, LookupReply* reply);
73 };
74 
75 };
The Ice locator interface.
Definition: Locator.ice:83
IceLocatorDiscovery is an Ice plug-in that enables the discovery of IceGrid and custom locators via U...
Definition: IceLocatorDiscovery.ice:19