zeroc-ice-x86-mingw 3.6.2 → 3.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ice-x86-mingw.gemspec +1 -1
- data/lib/Glacier2/Metrics.rb +1 -1
- data/lib/Glacier2/PermissionsVerifier.rb +1 -1
- data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
- data/lib/Glacier2/Router.rb +1 -1
- data/lib/Glacier2/RouterF.rb +1 -1
- data/lib/Glacier2/SSLInfo.rb +1 -1
- data/lib/Glacier2/Session.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +1 -1
- data/lib/Ice/Communicator.rb +1 -1
- data/lib/Ice/CommunicatorF.rb +1 -1
- data/lib/Ice/Connection.rb +1 -1
- data/lib/Ice/ConnectionF.rb +1 -1
- data/lib/Ice/Current.rb +1 -1
- data/lib/Ice/Endpoint.rb +1 -1
- data/lib/Ice/EndpointF.rb +1 -1
- data/lib/Ice/EndpointTypes.rb +1 -1
- data/lib/Ice/FacetMap.rb +1 -1
- data/lib/Ice/Identity.rb +1 -1
- data/lib/Ice/ImplicitContext.rb +1 -1
- data/lib/Ice/ImplicitContextF.rb +1 -1
- data/lib/Ice/Instrumentation.rb +1 -1
- data/lib/Ice/InstrumentationF.rb +1 -1
- data/lib/Ice/LocalException.rb +1 -1
- data/lib/Ice/Locator.rb +1 -1
- data/lib/Ice/LocatorF.rb +1 -1
- data/lib/Ice/Logger.rb +1 -1
- data/lib/Ice/LoggerF.rb +1 -1
- data/lib/Ice/Metrics.rb +1 -1
- data/lib/Ice/ObjectAdapterF.rb +1 -1
- data/lib/Ice/ObjectFactory.rb +1 -1
- data/lib/Ice/ObjectFactoryF.rb +1 -1
- data/lib/Ice/Plugin.rb +1 -1
- data/lib/Ice/PluginF.rb +1 -1
- data/lib/Ice/Process.rb +1 -1
- data/lib/Ice/ProcessF.rb +1 -1
- data/lib/Ice/Properties.rb +1 -1
- data/lib/Ice/PropertiesAdmin.rb +1 -1
- data/lib/Ice/PropertiesF.rb +1 -1
- data/lib/Ice/RemoteLogger.rb +1 -1
- data/lib/Ice/Router.rb +1 -1
- data/lib/Ice/RouterF.rb +1 -1
- data/lib/Ice/SliceChecksumDict.rb +1 -1
- data/lib/Ice/Version.rb +1 -1
- data/lib/IceBox/IceBox.rb +1 -1
- data/lib/IceGrid/Admin.rb +1 -1
- data/lib/IceGrid/Descriptor.rb +1 -1
- data/lib/IceGrid/Exception.rb +1 -1
- data/lib/IceGrid/FileParser.rb +1 -1
- data/lib/IceGrid/Locator.rb +1 -1
- data/lib/IceGrid/Observer.rb +1 -1
- data/lib/IceGrid/Query.rb +1 -1
- data/lib/IceGrid/Registry.rb +1 -1
- data/lib/IceGrid/Session.rb +1 -1
- data/lib/IceGrid/UserAccountMapper.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +1 -1
- data/lib/IcePatch2/FileServer.rb +1 -1
- data/lib/IceRuby.so +0 -0
- data/lib/IceStorm/IceStorm.rb +1 -1
- data/lib/IceStorm/Metrics.rb +1 -1
- data/slice/Glacier2/PermissionsVerifier.ice +0 -3
- data/slice/Glacier2/Session.ice +2 -9
- data/slice/Ice/Communicator.ice +3 -3
- data/slice/Ice/ImplicitContext.ice +4 -5
- data/slice/Ice/Instrumentation.ice +26 -26
- data/slice/Ice/LocalException.ice +1 -1
- data/slice/Ice/Locator.ice +5 -3
- data/slice/Ice/Metrics.ice +1 -1
- data/slice/Ice/ObjectFactory.ice +0 -2
- data/slice/Ice/RemoteLogger.ice +32 -32
- data/slice/Ice/Router.ice +3 -0
- data/slice/IceGrid/Session.ice +5 -9
- data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +7 -7
- data/slice/IcePatch2/FileServer.ice +28 -34
- metadata +3 -3
data/lib/IceBox/IceBox.rb
CHANGED
data/lib/IceGrid/Admin.rb
CHANGED
data/lib/IceGrid/Descriptor.rb
CHANGED
data/lib/IceGrid/Exception.rb
CHANGED
data/lib/IceGrid/FileParser.rb
CHANGED
data/lib/IceGrid/Locator.rb
CHANGED
data/lib/IceGrid/Observer.rb
CHANGED
data/lib/IceGrid/Query.rb
CHANGED
data/lib/IceGrid/Registry.rb
CHANGED
data/lib/IceGrid/Session.rb
CHANGED
data/lib/IcePatch2/FileInfo.rb
CHANGED
data/lib/IcePatch2/FileServer.rb
CHANGED
data/lib/IceRuby.so
CHANGED
Binary file
|
data/lib/IceStorm/IceStorm.rb
CHANGED
data/lib/IceStorm/Metrics.rb
CHANGED
@@ -23,9 +23,6 @@ module Glacier2
|
|
23
23
|
* This exception is raised if a client is denied the ability to create
|
24
24
|
* a session with the router.
|
25
25
|
*
|
26
|
-
* @see Router#createSession
|
27
|
-
* @see Router#createSessionFromSecureConnection
|
28
|
-
*
|
29
26
|
**/
|
30
27
|
["preserve-slice"]
|
31
28
|
exception PermissionDeniedException
|
data/slice/Glacier2/Session.ice
CHANGED
@@ -22,13 +22,7 @@ module Glacier2
|
|
22
22
|
|
23
23
|
/**
|
24
24
|
*
|
25
|
-
* This exception is raised if an attempt to create a new session
|
26
|
-
* failed.
|
27
|
-
*
|
28
|
-
* @see Router#createSession
|
29
|
-
* @see Router#createSessionFromSecureConnection
|
30
|
-
* @see SessionManager#create
|
31
|
-
* @see SSLSessionManager#create
|
25
|
+
* This exception is raised if an attempt to create a new session failed.
|
32
26
|
*
|
33
27
|
**/
|
34
28
|
["preserve-slice"]
|
@@ -55,8 +49,7 @@ interface Session
|
|
55
49
|
{
|
56
50
|
/**
|
57
51
|
*
|
58
|
-
* Destroy the session. This is called automatically when the
|
59
|
-
* {@link Router} is destroyed.
|
52
|
+
* Destroy the session. This is called automatically when the router is destroyed.
|
60
53
|
*
|
61
54
|
**/
|
62
55
|
void destroy();
|
data/slice/Ice/Communicator.ice
CHANGED
@@ -239,7 +239,7 @@ local interface Communicator
|
|
239
239
|
*
|
240
240
|
* Create a new object adapter with endpoints. This operation sets
|
241
241
|
* the property <tt><em>name</em>.Endpoints</tt>,
|
242
|
-
* and then calls {@link createObjectAdapter}. It is provided as a
|
242
|
+
* and then calls {@link #createObjectAdapter}. It is provided as a
|
243
243
|
* convenience function.</p>
|
244
244
|
*
|
245
245
|
* <p>Calling this operation with an empty name will result in a
|
@@ -440,8 +440,8 @@ local interface Communicator
|
|
440
440
|
*
|
441
441
|
* <p class="Note"> You can also set a locator for an individual proxy
|
442
442
|
* by calling the operation <tt>ice_locator</tt> on the proxy, or for an
|
443
|
-
* object adapter by calling the operation {@link setLocator}
|
444
|
-
* object adapter.
|
443
|
+
* object adapter by calling the operation {@link ObjectAdapter#setLocator}
|
444
|
+
* on the object adapter.
|
445
445
|
*
|
446
446
|
* @param loc The default locator to use for this communicator.
|
447
447
|
*
|
@@ -22,8 +22,8 @@ module Ice
|
|
22
22
|
*
|
23
23
|
* An interface to associate implict contexts with communicators.
|
24
24
|
*
|
25
|
-
* When you make a remote invocation without an explicit
|
26
|
-
* Ice uses the per-proxy
|
25
|
+
* When you make a remote invocation without an explicit context parameter,
|
26
|
+
* Ice uses the per-proxy context (if any) combined with the <tt>ImplicitContext</tt>
|
27
27
|
* associated with the communicator.</p>
|
28
28
|
* <p>Ice provides several implementations of <tt>ImplicitContext</tt>. The implementation
|
29
29
|
* used depends on the value of the <tt>Ice.ImplicitContext</tt> property.
|
@@ -31,10 +31,9 @@ module Ice
|
|
31
31
|
* <dt><tt>None</tt> (default)</dt>
|
32
32
|
* <dd>No implicit context at all.</dd>
|
33
33
|
* <dt><tt>PerThread</tt></dt>
|
34
|
-
* <dd>The implementation maintains a
|
34
|
+
* <dd>The implementation maintains a context per thread.</dd>
|
35
35
|
* <dt><tt>Shared</tt></dt>
|
36
|
-
* <dd>The implementation maintains a single
|
37
|
-
* by all threads.</dd>
|
36
|
+
* <dd>The implementation maintains a single context shared by all threads.</dd>
|
38
37
|
* </dl><p>
|
39
38
|
*
|
40
39
|
* <tt>ImplicitContext</tt> also provides a number of operations to create, update or retrieve
|
@@ -41,7 +41,7 @@ local interface Observer
|
|
41
41
|
*
|
42
42
|
* This method is called when the instrumented object is created
|
43
43
|
* or when the observer is attached to an existing object.
|
44
|
-
*
|
44
|
+
*
|
45
45
|
**/
|
46
46
|
void attach();
|
47
47
|
|
@@ -62,13 +62,13 @@ local interface Observer
|
|
62
62
|
**/
|
63
63
|
void failed(string exceptionName);
|
64
64
|
};
|
65
|
-
|
65
|
+
|
66
66
|
/**
|
67
67
|
*
|
68
68
|
* The thread state enumeration keeps track of the different possible
|
69
69
|
* states of Ice threads.
|
70
70
|
*
|
71
|
-
**/
|
71
|
+
**/
|
72
72
|
local enum ThreadState
|
73
73
|
{
|
74
74
|
/**
|
@@ -91,7 +91,7 @@ local enum ThreadState
|
|
91
91
|
*
|
92
92
|
* The thread is calling user code (servant implementation, AMI
|
93
93
|
* callbacks). This state is only for threads from an Ice thread
|
94
|
-
* pool.
|
94
|
+
* pool.
|
95
95
|
*
|
96
96
|
**/
|
97
97
|
ThreadStateInUseForUser,
|
@@ -110,7 +110,7 @@ local enum ThreadState
|
|
110
110
|
* The thread observer interface to instrument Ice threads. This can
|
111
111
|
* be threads from the Ice thread pool or utility threads used by the
|
112
112
|
* Ice core.
|
113
|
-
*
|
113
|
+
*
|
114
114
|
**/
|
115
115
|
local interface ThreadObserver extends Observer
|
116
116
|
{
|
@@ -122,7 +122,7 @@ local interface ThreadObserver extends Observer
|
|
122
122
|
*
|
123
123
|
* @param newState The new thread state.
|
124
124
|
*
|
125
|
-
**/
|
125
|
+
**/
|
126
126
|
void stateChanged(ThreadState oldState, ThreadState newState);
|
127
127
|
};
|
128
128
|
|
@@ -130,14 +130,14 @@ local interface ThreadObserver extends Observer
|
|
130
130
|
*
|
131
131
|
* The state of an Ice connection.
|
132
132
|
*
|
133
|
-
**/
|
133
|
+
**/
|
134
134
|
local enum ConnectionState
|
135
135
|
{
|
136
136
|
/**
|
137
137
|
*
|
138
138
|
* The connection is being validated.
|
139
139
|
*
|
140
|
-
**/
|
140
|
+
**/
|
141
141
|
ConnectionStateValidating,
|
142
142
|
|
143
143
|
/**
|
@@ -146,7 +146,7 @@ local enum ConnectionState
|
|
146
146
|
*
|
147
147
|
**/
|
148
148
|
ConnectionStateHolding,
|
149
|
-
|
149
|
+
|
150
150
|
/**
|
151
151
|
*
|
152
152
|
* The connection is active and can send and receive messages.
|
@@ -175,7 +175,7 @@ local enum ConnectionState
|
|
175
175
|
/**
|
176
176
|
*
|
177
177
|
* The connection observer interface to instrument Ice connections.
|
178
|
-
*
|
178
|
+
*
|
179
179
|
**/
|
180
180
|
local interface ConnectionObserver extends Observer
|
181
181
|
{
|
@@ -184,7 +184,7 @@ local interface ConnectionObserver extends Observer
|
|
184
184
|
* Notification of sent bytes over the connection.
|
185
185
|
*
|
186
186
|
* @param num The number of bytes sent.
|
187
|
-
*
|
187
|
+
*
|
188
188
|
**/
|
189
189
|
void sentBytes(int num);
|
190
190
|
|
@@ -193,7 +193,7 @@ local interface ConnectionObserver extends Observer
|
|
193
193
|
* Notification of received bytes over the connection.
|
194
194
|
*
|
195
195
|
* @param num The number of bytes received.
|
196
|
-
*
|
196
|
+
*
|
197
197
|
**/
|
198
198
|
void receivedBytes(int num);
|
199
199
|
};
|
@@ -217,7 +217,7 @@ local interface DispatchObserver extends Observer
|
|
217
217
|
* Reply notification.
|
218
218
|
*
|
219
219
|
* @param size The size of the reply.
|
220
|
-
*
|
220
|
+
*
|
221
221
|
**/
|
222
222
|
void reply(int size);
|
223
223
|
};
|
@@ -246,7 +246,7 @@ local interface ChildInvocationObserver extends Observer
|
|
246
246
|
* The remote observer to instrument invocations that are sent over
|
247
247
|
* the wire.
|
248
248
|
*
|
249
|
-
**/
|
249
|
+
**/
|
250
250
|
local interface RemoteObserver extends ChildInvocationObserver
|
251
251
|
{
|
252
252
|
};
|
@@ -256,7 +256,7 @@ local interface RemoteObserver extends ChildInvocationObserver
|
|
256
256
|
* The collocated observer to instrument invocations that are
|
257
257
|
* collocated.
|
258
258
|
*
|
259
|
-
**/
|
259
|
+
**/
|
260
260
|
local interface CollocatedObserver extends ChildInvocationObserver
|
261
261
|
{
|
262
262
|
};
|
@@ -344,7 +344,7 @@ local interface ObserverUpdater
|
|
344
344
|
* for each connection {@link CommunicatorObserver#getConnectionObserver}
|
345
345
|
* is called. The implementation of getConnectionObserver has the
|
346
346
|
* possibility to return an updated observer if necessary.
|
347
|
-
*
|
347
|
+
*
|
348
348
|
**/
|
349
349
|
void updateConnectionObservers();
|
350
350
|
|
@@ -357,7 +357,7 @@ local interface ObserverUpdater
|
|
357
357
|
* each thread {@link CommunicatorObserver#getThreadObserver} is
|
358
358
|
* called. The implementation of getThreadObserver has the
|
359
359
|
* possibility to return an updated observer if necessary.
|
360
|
-
*
|
360
|
+
*
|
361
361
|
**/
|
362
362
|
void updateThreadObservers();
|
363
363
|
};
|
@@ -394,7 +394,7 @@ local interface CommunicatorObserver
|
|
394
394
|
*
|
395
395
|
* This method should return an observer for the given endpoint
|
396
396
|
* information. The Ice run-time calls this method to resolve an
|
397
|
-
* endpoint and obtain the list of connectors.
|
397
|
+
* endpoint and obtain the list of connectors.
|
398
398
|
*
|
399
399
|
* For IP endpoints, this typically involves doing a DNS lookup to
|
400
400
|
* obtain the IP addresses associated with the DNS name.
|
@@ -407,11 +407,11 @@ local interface CommunicatorObserver
|
|
407
407
|
Observer getEndpointLookupObserver(Endpoint endpt);
|
408
408
|
|
409
409
|
/**
|
410
|
-
*
|
410
|
+
*
|
411
411
|
* This method should return a connection observer for the given
|
412
412
|
* connection. The Ice run-time calls this method for each new
|
413
413
|
* connection and for all the Ice communicator connections when
|
414
|
-
* {@link ObserverUpdater#
|
414
|
+
* {@link ObserverUpdater#updateConnectionObservers} is called.
|
415
415
|
*
|
416
416
|
* @param c The connection information.
|
417
417
|
*
|
@@ -428,11 +428,11 @@ local interface CommunicatorObserver
|
|
428
428
|
ConnectionObserver getConnectionObserver(ConnectionInfo c, Endpoint e, ConnectionState s, ConnectionObserver o);
|
429
429
|
|
430
430
|
/**
|
431
|
-
*
|
431
|
+
*
|
432
432
|
* This method should return a thread observer for the given
|
433
433
|
* thread. The Ice run-time calls this method for each new thread
|
434
434
|
* and for all the Ice communicator threads when
|
435
|
-
* {@link ObserverUpdater#
|
435
|
+
* {@link ObserverUpdater#updateThreadObservers} is called.
|
436
436
|
*
|
437
437
|
* @param parent The parent of the thread.
|
438
438
|
*
|
@@ -449,7 +449,7 @@ local interface CommunicatorObserver
|
|
449
449
|
ThreadObserver getThreadObserver(string parent, string id, ThreadState s, ThreadObserver o);
|
450
450
|
|
451
451
|
/**
|
452
|
-
*
|
452
|
+
*
|
453
453
|
* This method should return an invocation observer for the given
|
454
454
|
* invocation. The Ice run-time calls this method for each new
|
455
455
|
* invocation on a proxy.
|
@@ -466,7 +466,7 @@ local interface CommunicatorObserver
|
|
466
466
|
InvocationObserver getInvocationObserver(Object* prx, string operation, Context ctx);
|
467
467
|
|
468
468
|
/**
|
469
|
-
*
|
469
|
+
*
|
470
470
|
* This method should return a dispatch observer for the given
|
471
471
|
* dispatch. The Ice run-time calls this method each time it
|
472
472
|
* receives an incoming invocation to be dispatched for an Ice
|
@@ -480,7 +480,7 @@ local interface CommunicatorObserver
|
|
480
480
|
* @return The dispatch observer to instrument the dispatch.
|
481
481
|
*
|
482
482
|
**/
|
483
|
-
DispatchObserver getDispatchObserver(Current c, int size);
|
483
|
+
DispatchObserver getDispatchObserver(Current c, int size);
|
484
484
|
|
485
485
|
/**
|
486
486
|
*
|
@@ -496,6 +496,6 @@ local interface CommunicatorObserver
|
|
496
496
|
};
|
497
497
|
|
498
498
|
};
|
499
|
-
|
499
|
+
|
500
500
|
};
|
501
501
|
|
@@ -915,7 +915,7 @@ local exception NoObjectFactoryException extends MarshalException
|
|
915
915
|
* This can happen if client and server are compiled with mismatched Slice
|
916
916
|
* definitions or if a class of the wrong type is passed as a parameter
|
917
917
|
* or return value using dynamic invocation. This exception can also be
|
918
|
-
* raised if
|
918
|
+
* raised if IceStorm is used to send Slice class instances and
|
919
919
|
* an operation is subscribed to the wrong topic.
|
920
920
|
*
|
921
921
|
**/
|