Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
ImplicitContext.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/LocalException.ice>
15 #include <Ice/Current.ice>
16 
17 ["objc:prefix:ICE"]
18 module Ice
19 {
20 
47 local interface ImplicitContext
48 {
54  ["cpp:const"] Context getContext();
55 
62  void setContext(Context newContext);
63 
72  ["cpp:const"] bool containsKey(string key);
73 
85  ["cpp:const"] string get(string key);
86 
97  string put(string key, string value);
98 
107  string remove(string key);
108 };
109 };
110 
The Ice core library.
Definition: BuiltinSequences.ice:15
An interface to associate implict contexts with communicators.
Definition: ImplicitContext.ice:47
dictionary< string, string > Context
A request context.
Definition: Current.ice:31