zeroc-ice-x86-mingw 3.6b1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/BZIP2_LICENSE +42 -0
- data/ICE_LICENSE +8 -14
- data/LICENSE +2 -1
- data/MCPP_LICENSE +29 -0
- data/bin/slice2rb +1 -1
- data/ice-x86-mingw.gemspec +3 -3
- data/lib/Glacier2.rb +1 -1
- data/lib/Glacier2/Metrics.rb +2 -2
- data/lib/Glacier2/PermissionsVerifier.rb +2 -2
- data/lib/Glacier2/PermissionsVerifierF.rb +2 -2
- data/lib/Glacier2/Router.rb +2 -2
- data/lib/Glacier2/RouterF.rb +2 -2
- data/lib/Glacier2/SSLInfo.rb +2 -2
- data/lib/Glacier2/Session.rb +2 -2
- data/lib/Ice.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +2 -2
- data/lib/Ice/Communicator.rb +2 -2
- data/lib/Ice/CommunicatorF.rb +2 -2
- data/lib/Ice/Connection.rb +26 -14
- data/lib/Ice/ConnectionF.rb +2 -2
- data/lib/Ice/Current.rb +2 -2
- data/lib/Ice/Endpoint.rb +4 -2
- data/lib/Ice/EndpointF.rb +2 -2
- data/lib/Ice/EndpointTypes.rb +2 -2
- data/lib/Ice/FacetMap.rb +2 -2
- data/lib/Ice/Identity.rb +2 -2
- data/lib/Ice/ImplicitContext.rb +2 -2
- data/lib/Ice/ImplicitContextF.rb +2 -2
- data/lib/Ice/Instrumentation.rb +2 -2
- data/lib/Ice/InstrumentationF.rb +2 -2
- data/lib/Ice/LocalException.rb +2 -2
- data/lib/Ice/Locator.rb +2 -2
- data/lib/Ice/LocatorF.rb +2 -2
- data/lib/Ice/Logger.rb +2 -2
- data/lib/Ice/LoggerF.rb +2 -2
- data/lib/Ice/Metrics.rb +2 -2
- data/lib/Ice/ObjectAdapterF.rb +2 -2
- data/lib/Ice/ObjectFactory.rb +2 -2
- data/lib/Ice/ObjectFactoryF.rb +2 -2
- data/lib/Ice/Plugin.rb +2 -2
- data/lib/Ice/PluginF.rb +2 -2
- data/lib/Ice/Process.rb +2 -2
- data/lib/Ice/ProcessF.rb +2 -2
- data/lib/Ice/Properties.rb +2 -2
- data/lib/Ice/PropertiesAdmin.rb +2 -2
- data/lib/Ice/PropertiesF.rb +2 -2
- data/lib/Ice/Router.rb +2 -2
- data/lib/Ice/RouterF.rb +2 -2
- data/lib/Ice/SliceChecksumDict.rb +2 -2
- data/lib/Ice/Version.rb +2 -2
- data/lib/IceBox.rb +1 -1
- data/lib/IceBox/IceBox.rb +2 -2
- data/lib/IceGrid.rb +1 -1
- data/lib/IceGrid/Admin.rb +2 -2
- data/lib/IceGrid/Descriptor.rb +2 -2
- data/lib/IceGrid/Exception.rb +2 -2
- data/lib/IceGrid/FileParser.rb +2 -2
- data/lib/IceGrid/Locator.rb +2 -2
- data/lib/IceGrid/Observer.rb +2 -2
- data/lib/IceGrid/Query.rb +2 -2
- data/lib/IceGrid/Registry.rb +2 -2
- data/lib/IceGrid/Session.rb +2 -2
- data/lib/IceGrid/UserAccountMapper.rb +2 -2
- data/lib/IcePatch2.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +52 -2
- data/lib/IcePatch2/FileServer.rb +33 -4
- data/lib/IceRuby.so +0 -0
- data/lib/IceStorm.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +2 -2
- data/lib/IceStorm/Metrics.rb +2 -2
- data/slice/Freeze/BackgroundSaveEvictor.ice +2 -2
- data/slice/Freeze/CatalogData.ice +2 -2
- data/slice/Freeze/Connection.ice +2 -2
- data/slice/Freeze/ConnectionF.ice +2 -2
- data/slice/Freeze/DB.ice +2 -2
- data/slice/Freeze/Evictor.ice +2 -2
- data/slice/Freeze/EvictorF.ice +2 -2
- data/slice/Freeze/EvictorStorage.ice +2 -2
- data/slice/Freeze/Exception.ice +2 -2
- data/slice/Freeze/Transaction.ice +2 -2
- data/slice/Freeze/TransactionalEvictor.ice +2 -2
- data/slice/Glacier2/Metrics.ice +7 -6
- data/slice/Glacier2/PermissionsVerifier.ice +4 -3
- data/slice/Glacier2/PermissionsVerifierF.ice +3 -2
- data/slice/Glacier2/Router.ice +4 -3
- data/slice/Glacier2/RouterF.ice +3 -2
- data/slice/Glacier2/SSLInfo.ice +3 -2
- data/slice/Glacier2/Session.ice +12 -11
- data/slice/Ice/BuiltinSequences.ice +4 -3
- data/slice/Ice/Communicator.ice +22 -25
- data/slice/Ice/CommunicatorF.ice +3 -2
- data/slice/Ice/Connection.ice +39 -11
- data/slice/Ice/ConnectionF.ice +3 -2
- data/slice/Ice/Current.ice +4 -3
- data/slice/Ice/Endpoint.ice +11 -3
- data/slice/Ice/EndpointF.ice +3 -2
- data/slice/Ice/EndpointTypes.ice +3 -2
- data/slice/Ice/FacetMap.ice +3 -2
- data/slice/Ice/Identity.ice +3 -2
- data/slice/Ice/ImplicitContext.ice +3 -2
- data/slice/Ice/ImplicitContextF.ice +3 -2
- data/slice/Ice/Instrumentation.ice +4 -2
- data/slice/Ice/InstrumentationF.ice +4 -2
- data/slice/Ice/LocalException.ice +29 -10
- data/slice/Ice/Locator.ice +5 -3
- data/slice/Ice/LocatorF.ice +3 -2
- data/slice/Ice/Logger.ice +3 -2
- data/slice/Ice/LoggerF.ice +3 -2
- data/slice/Ice/Metrics.ice +15 -14
- data/slice/Ice/ObjectAdapter.ice +5 -4
- data/slice/Ice/ObjectAdapterF.ice +3 -2
- data/slice/Ice/ObjectFactory.ice +3 -2
- data/slice/Ice/ObjectFactoryF.ice +3 -2
- data/slice/Ice/Plugin.ice +3 -2
- data/slice/Ice/PluginF.ice +3 -2
- data/slice/Ice/Process.ice +3 -2
- data/slice/Ice/ProcessF.ice +3 -2
- data/slice/Ice/Properties.ice +3 -2
- data/slice/Ice/PropertiesAdmin.ice +3 -2
- data/slice/Ice/PropertiesF.ice +3 -2
- data/slice/Ice/RemoteLogger.ice +3 -2
- data/slice/Ice/Router.ice +3 -2
- data/slice/Ice/RouterF.ice +3 -2
- data/slice/Ice/ServantLocator.ice +3 -2
- data/slice/Ice/ServantLocatorF.ice +3 -2
- data/slice/Ice/SliceChecksumDict.ice +3 -2
- data/slice/Ice/Version.ice +3 -2
- data/slice/IceBox/IceBox.ice +2 -2
- data/slice/IceDiscovery/IceDiscovery.ice +2 -2
- data/slice/IceGrid/Admin.ice +49 -48
- data/slice/IceGrid/Descriptor.ice +3 -2
- data/slice/IceGrid/Exception.ice +6 -5
- data/slice/IceGrid/FileParser.ice +4 -3
- data/slice/IceGrid/Locator.ice +4 -3
- data/slice/IceGrid/Observer.ice +28 -27
- data/slice/IceGrid/PluginFacade.ice +3 -2
- data/slice/IceGrid/Query.ice +3 -2
- data/slice/IceGrid/Registry.ice +4 -3
- data/slice/IceGrid/Session.ice +9 -8
- data/slice/IceGrid/UserAccountMapper.ice +4 -3
- data/slice/{IceGrid/Discovery.ice → IceLocatorDiscovery/IceLocatorDiscovery.ice} +12 -14
- data/slice/IcePatch2/FileInfo.ice +31 -2
- data/slice/IcePatch2/FileServer.ice +63 -5
- data/slice/IceSSL/ConnectionInfo.ice +17 -2
- data/slice/IceSSL/EndpointInfo.ice +21 -3
- data/slice/IceStorm/IceStorm.ice +3 -2
- data/slice/IceStorm/Metrics.ice +4 -3
- metadata +8 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,12 +9,13 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/Identity.ice>
|
16
16
|
#include <Ice/BuiltinSequences.ice>
|
17
17
|
|
18
|
+
["objc:prefix:ICEGRID"]
|
18
19
|
module IceGrid
|
19
20
|
{
|
20
21
|
|
data/slice/IceGrid/Exception.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,12 +9,13 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/Identity.ice>
|
16
16
|
#include <Ice/BuiltinSequences.ice>
|
17
17
|
|
18
|
+
["objc:prefix:ICEGRID"]
|
18
19
|
module IceGrid
|
19
20
|
{
|
20
21
|
|
@@ -61,7 +62,7 @@ exception ServerStartException
|
|
61
62
|
*
|
62
63
|
**/
|
63
64
|
string id;
|
64
|
-
|
65
|
+
|
65
66
|
/**
|
66
67
|
*
|
67
68
|
* The reason for the failure.
|
@@ -258,9 +259,9 @@ exception RegistryUnreachableException
|
|
258
259
|
exception BadSignalException
|
259
260
|
{
|
260
261
|
/**
|
261
|
-
*
|
262
|
+
*
|
262
263
|
* The details of the unknown signal.
|
263
|
-
*
|
264
|
+
*
|
264
265
|
**/
|
265
266
|
string reason;
|
266
267
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,11 +9,12 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <IceGrid/Admin.ice>
|
16
16
|
|
17
|
+
["objc:prefix:ICEGRID"]
|
17
18
|
module IceGrid
|
18
19
|
{
|
19
20
|
|
@@ -27,7 +28,7 @@ exception ParseException
|
|
27
28
|
/** The reason for the failure. */
|
28
29
|
string reason;
|
29
30
|
};
|
30
|
-
|
31
|
+
|
31
32
|
/**
|
32
33
|
*
|
33
34
|
* <tt>icegridadmin</tt> provides a {@link FileParser}
|
data/slice/IceGrid/Locator.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,11 +9,12 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/Locator.ice>
|
16
16
|
|
17
|
+
["objc:prefix:ICEGRID"]
|
17
18
|
module IceGrid
|
18
19
|
{
|
19
20
|
|
@@ -27,7 +28,7 @@ interface Query;
|
|
27
28
|
*
|
28
29
|
* @see Query
|
29
30
|
* @see Registry
|
30
|
-
*
|
31
|
+
*
|
31
32
|
**/
|
32
33
|
interface Locator extends Ice::Locator
|
33
34
|
{
|
data/slice/IceGrid/Observer.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Glacier2/Session.ice>
|
@@ -17,6 +17,7 @@
|
|
17
17
|
#include <IceGrid/Descriptor.ice>
|
18
18
|
#include <IceGrid/Admin.ice>
|
19
19
|
|
20
|
+
["objc:prefix:ICEGRID"]
|
20
21
|
module IceGrid
|
21
22
|
{
|
22
23
|
|
@@ -27,27 +28,27 @@ module IceGrid
|
|
27
28
|
**/
|
28
29
|
struct ServerDynamicInfo
|
29
30
|
{
|
30
|
-
/**
|
31
|
+
/**
|
31
32
|
*
|
32
33
|
* The id of the server.
|
33
34
|
*
|
34
35
|
**/
|
35
36
|
string id;
|
36
|
-
|
37
|
-
/**
|
37
|
+
|
38
|
+
/**
|
38
39
|
*
|
39
40
|
* The state of the server.
|
40
41
|
*
|
41
42
|
**/
|
42
43
|
ServerState state;
|
43
44
|
|
44
|
-
/**
|
45
|
+
/**
|
45
46
|
*
|
46
47
|
* The process id of the server.
|
47
48
|
*
|
48
|
-
**/
|
49
|
+
**/
|
49
50
|
int pid;
|
50
|
-
|
51
|
+
|
51
52
|
/**
|
52
53
|
*
|
53
54
|
* Indicates whether the server is enabled.
|
@@ -59,18 +60,18 @@ struct ServerDynamicInfo
|
|
59
60
|
/**
|
60
61
|
*
|
61
62
|
* A sequence of server dynamic information structures.
|
62
|
-
*
|
63
|
+
*
|
63
64
|
**/
|
64
65
|
["java:type:java.util.LinkedList<ServerDynamicInfo>"] sequence<ServerDynamicInfo> ServerDynamicInfoSeq;
|
65
66
|
|
66
67
|
/**
|
67
68
|
*
|
68
69
|
* Dynamic information about the state of an adapter.
|
69
|
-
*
|
70
|
+
*
|
70
71
|
**/
|
71
72
|
struct AdapterDynamicInfo
|
72
73
|
{
|
73
|
-
/**
|
74
|
+
/**
|
74
75
|
*
|
75
76
|
* The id of the adapter.
|
76
77
|
*
|
@@ -133,7 +134,7 @@ sequence<NodeDynamicInfo> NodeDynamicInfoSeq;
|
|
133
134
|
* The node observer interface. Observers should implement this
|
134
135
|
* interface to receive information about the state of the IceGrid
|
135
136
|
* nodes.
|
136
|
-
*
|
137
|
+
*
|
137
138
|
**/
|
138
139
|
interface NodeObserver
|
139
140
|
{
|
@@ -151,7 +152,7 @@ interface NodeObserver
|
|
151
152
|
*
|
152
153
|
* The <tt>nodeUp</tt> operation is called to notify an observer that a node
|
153
154
|
* came up.
|
154
|
-
*
|
155
|
+
*
|
155
156
|
* @param node The node state.
|
156
157
|
*
|
157
158
|
**/
|
@@ -161,7 +162,7 @@ interface NodeObserver
|
|
161
162
|
*
|
162
163
|
* The <tt>nodeDown</tt> operation is called to notify an observer that a node
|
163
164
|
* went down.
|
164
|
-
*
|
165
|
+
*
|
165
166
|
* @param name The node name.
|
166
167
|
*
|
167
168
|
**/
|
@@ -173,9 +174,9 @@ interface NodeObserver
|
|
173
174
|
* the state of a server changed.
|
174
175
|
*
|
175
176
|
* @param node The node hosting the server.
|
176
|
-
*
|
177
|
+
*
|
177
178
|
* @param updatedInfo The new server state.
|
178
|
-
*
|
179
|
+
*
|
179
180
|
**/
|
180
181
|
void updateServer(string node, ServerDynamicInfo updatedInfo);
|
181
182
|
|
@@ -183,11 +184,11 @@ interface NodeObserver
|
|
183
184
|
*
|
184
185
|
* The <tt>updateAdapter</tt> operation is called to notify an observer that
|
185
186
|
* the state of an adapter changed.
|
186
|
-
*
|
187
|
+
*
|
187
188
|
* @param node The node hosting the adapter.
|
188
|
-
*
|
189
|
+
*
|
189
190
|
* @param updatedInfo The new adapter state.
|
190
|
-
*
|
191
|
+
*
|
191
192
|
**/
|
192
193
|
void updateAdapter(string node, AdapterDynamicInfo updatedInfo);
|
193
194
|
};
|
@@ -197,7 +198,7 @@ interface NodeObserver
|
|
197
198
|
* The database observer interface. Observers should implement this
|
198
199
|
* interface to receive information about the state of the IceGrid
|
199
200
|
* registry database.
|
200
|
-
*
|
201
|
+
*
|
201
202
|
**/
|
202
203
|
interface ApplicationObserver
|
203
204
|
{
|
@@ -217,14 +218,14 @@ interface ApplicationObserver
|
|
217
218
|
void applicationInit(int serial, ApplicationInfoSeq applications);
|
218
219
|
|
219
220
|
/**
|
220
|
-
*
|
221
|
+
*
|
221
222
|
* The <tt>applicationAdded</tt> operation is called to notify an observer
|
222
223
|
* that an application was added.
|
223
224
|
*
|
224
225
|
* @param serial The new serial number of the registry database.
|
225
226
|
*
|
226
227
|
* @param desc The descriptor of the new application.
|
227
|
-
*
|
228
|
+
*
|
228
229
|
**/
|
229
230
|
void applicationAdded(int serial, ApplicationInfo desc);
|
230
231
|
|
@@ -236,19 +237,19 @@ interface ApplicationObserver
|
|
236
237
|
* @param serial The new serial number of the registry database.
|
237
238
|
*
|
238
239
|
* @param name The name of the application that was removed.
|
239
|
-
*
|
240
|
+
*
|
240
241
|
**/
|
241
242
|
void applicationRemoved(int serial, string name);
|
242
243
|
|
243
244
|
/**
|
244
|
-
*
|
245
|
+
*
|
245
246
|
* The <tt>applicationUpdated</tt> operation is called to notify an observer
|
246
247
|
* that an application was updated.
|
247
248
|
*
|
248
249
|
* @param serial The new serial number of the registry database.
|
249
250
|
*
|
250
251
|
* @param desc The descriptor of the update.
|
251
|
-
*
|
252
|
+
*
|
252
253
|
**/
|
253
254
|
void applicationUpdated(int serial, ApplicationUpdateInfo desc);
|
254
255
|
};
|
@@ -373,7 +374,7 @@ interface RegistryObserver
|
|
373
374
|
*
|
374
375
|
* The <tt>nodeUp</tt> operation is called to notify an observer that a node
|
375
376
|
* came up.
|
376
|
-
*
|
377
|
+
*
|
377
378
|
* @param node The node state.
|
378
379
|
*
|
379
380
|
**/
|
@@ -383,7 +384,7 @@ interface RegistryObserver
|
|
383
384
|
*
|
384
385
|
* The <tt>nodeDown</tt> operation is called to notify an observer that a node
|
385
386
|
* went down.
|
386
|
-
*
|
387
|
+
*
|
387
388
|
* @param name The node name.
|
388
389
|
*
|
389
390
|
**/
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/BuiltinSequences.ice>
|
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
#include <IceGrid/Admin.ice>
|
19
19
|
|
20
|
+
["objc:prefix:ICEGRID"]
|
20
21
|
module IceGrid
|
21
22
|
{
|
22
23
|
|
data/slice/IceGrid/Query.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/Identity.ice>
|
@@ -24,6 +24,7 @@
|
|
24
24
|
* heterogeneous computer network.
|
25
25
|
*
|
26
26
|
**/
|
27
|
+
["objc:prefix:ICEGRID"]
|
27
28
|
module IceGrid
|
28
29
|
{
|
29
30
|
|
data/slice/IceGrid/Registry.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,13 +9,14 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <IceGrid/Exception.ice>
|
16
16
|
#include <IceGrid/Session.ice>
|
17
17
|
#include <IceGrid/Admin.ice>
|
18
18
|
|
19
|
+
["objc:prefix:ICEGRID"]
|
19
20
|
module IceGrid
|
20
21
|
{
|
21
22
|
|
@@ -26,7 +27,7 @@ module IceGrid
|
|
26
27
|
*
|
27
28
|
* @see Session
|
28
29
|
* @see AdminSession
|
29
|
-
*
|
30
|
+
*
|
30
31
|
**/
|
31
32
|
interface Registry
|
32
33
|
{
|
data/slice/IceGrid/Session.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
4
4
|
//
|
5
5
|
// This copy of Ice is licensed to you under the terms described in the
|
6
6
|
// ICE_LICENSE file included in this distribution.
|
@@ -9,12 +9,13 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
[["cpp:include:IceGrid/Config.h"]]
|
14
14
|
|
15
15
|
#include <Glacier2/Session.ice>
|
16
16
|
#include <IceGrid/Exception.ice>
|
17
17
|
|
18
|
+
["objc:prefix:ICEGRID"]
|
18
19
|
module IceGrid
|
19
20
|
{
|
20
21
|
|
@@ -27,7 +28,7 @@ module IceGrid
|
|
27
28
|
*
|
28
29
|
* @see Registry
|
29
30
|
* @see Glacier2.SessionManager
|
30
|
-
*
|
31
|
+
*
|
31
32
|
**/
|
32
33
|
interface Session extends Glacier2::Session
|
33
34
|
{
|
@@ -46,7 +47,7 @@ interface Session extends Glacier2::Session
|
|
46
47
|
* Allocate an object. Depending on the allocation timeout, this
|
47
48
|
* operation might hang until the object is available or until the
|
48
49
|
* timeout is reached.
|
49
|
-
*
|
50
|
+
*
|
50
51
|
* @param id The identity of the object to allocate.
|
51
52
|
*
|
52
53
|
* @return The proxy of the allocated object.
|
@@ -63,7 +64,7 @@ interface Session extends Glacier2::Session
|
|
63
64
|
**/
|
64
65
|
["amd"] Object* allocateObjectById(Ice::Identity id)
|
65
66
|
throws ObjectNotRegisteredException, AllocationException;
|
66
|
-
|
67
|
+
|
67
68
|
/**
|
68
69
|
*
|
69
70
|
* Allocate an object with the given type. Depending on the
|
@@ -84,7 +85,7 @@ interface Session extends Glacier2::Session
|
|
84
85
|
**/
|
85
86
|
["amd"] Object* allocateObjectByType(string type)
|
86
87
|
throws AllocationException;
|
87
|
-
|
88
|
+
|
88
89
|
/**
|
89
90
|
*
|
90
91
|
* Release an object.
|
@@ -104,11 +105,11 @@ interface Session extends Glacier2::Session
|
|
104
105
|
**/
|
105
106
|
void releaseObject(Ice::Identity id)
|
106
107
|
throws ObjectNotRegisteredException, AllocationException;
|
107
|
-
|
108
|
+
|
108
109
|
/**
|
109
110
|
*
|
110
111
|
* Set the allocation timeout. If no objects are available for an
|
111
|
-
* allocation request, the request will hang for the duration of
|
112
|
+
* allocation request, the request will hang for the duration of
|
112
113
|
* this timeout.
|
113
114
|
*
|
114
115
|
* @param timeout The timeout in milliseconds.
|