Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
ServantLocator.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"]]
13 
14 #include <Ice/ObjectAdapterF.ice>
15 #include <Ice/Current.ice>
16 
17 ["objc:prefix:ICE"]
18 module Ice
19 {
20 
31 local interface ServantLocator
32 {
69  ["UserException"] Object locate(Current curr, out LocalObject cookie);
70 
99  ["UserException"] void finished(Current curr, Object servant, LocalObject cookie);
100 
114  void deactivate(string category);
115 };
116 
117 };
118 
Information about the current method invocation for servers.
Definition: Current.ice:91
The Ice core library.
Definition: BuiltinSequences.ice:15
A servant locator is called by an object adapter to locate a servant that is not found in its active ...
Definition: ServantLocator.ice:31