zeroc-ice-x86-mingw 3.6.4 → 3.6.5
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 +5 -5
- data/ICE_LICENSE +1 -1
- data/bin/slice2rb +1 -1
- data/ice-x86-mingw.gemspec +1 -1
- data/lib/Glacier2.rb +1 -1
- data/lib/Glacier2/Metrics.rb +3 -3
- data/lib/Glacier2/PermissionsVerifier.rb +3 -3
- data/lib/Glacier2/PermissionsVerifierF.rb +3 -3
- data/lib/Glacier2/Router.rb +3 -3
- data/lib/Glacier2/RouterF.rb +3 -3
- data/lib/Glacier2/SSLInfo.rb +3 -3
- data/lib/Glacier2/Session.rb +3 -3
- data/lib/Ice.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +3 -3
- data/lib/Ice/Communicator.rb +3 -3
- data/lib/Ice/CommunicatorF.rb +3 -3
- data/lib/Ice/Connection.rb +3 -3
- data/lib/Ice/ConnectionF.rb +3 -3
- data/lib/Ice/Current.rb +3 -3
- data/lib/Ice/Endpoint.rb +3 -3
- data/lib/Ice/EndpointF.rb +3 -3
- data/lib/Ice/EndpointTypes.rb +3 -3
- data/lib/Ice/FacetMap.rb +3 -3
- data/lib/Ice/Identity.rb +3 -3
- data/lib/Ice/ImplicitContext.rb +3 -3
- data/lib/Ice/ImplicitContextF.rb +3 -3
- data/lib/Ice/Instrumentation.rb +3 -3
- data/lib/Ice/InstrumentationF.rb +3 -3
- data/lib/Ice/LocalException.rb +3 -3
- data/lib/Ice/Locator.rb +3 -3
- data/lib/Ice/LocatorF.rb +3 -3
- data/lib/Ice/Logger.rb +3 -3
- data/lib/Ice/LoggerF.rb +3 -3
- data/lib/Ice/Metrics.rb +3 -3
- data/lib/Ice/ObjectAdapterF.rb +3 -3
- data/lib/Ice/ObjectFactory.rb +3 -3
- data/lib/Ice/ObjectFactoryF.rb +3 -3
- data/lib/Ice/Plugin.rb +3 -3
- data/lib/Ice/PluginF.rb +3 -3
- data/lib/Ice/Process.rb +3 -3
- data/lib/Ice/ProcessF.rb +3 -3
- data/lib/Ice/Properties.rb +3 -3
- data/lib/Ice/PropertiesAdmin.rb +3 -3
- data/lib/Ice/PropertiesF.rb +3 -3
- data/lib/Ice/RemoteLogger.rb +3 -3
- data/lib/Ice/Router.rb +3 -3
- data/lib/Ice/RouterF.rb +3 -3
- data/lib/Ice/SliceChecksumDict.rb +3 -3
- data/lib/Ice/Version.rb +3 -3
- data/lib/IceBox.rb +1 -1
- data/lib/IceBox/IceBox.rb +3 -3
- data/lib/IceGrid.rb +1 -1
- data/lib/IceGrid/Admin.rb +3 -3
- data/lib/IceGrid/Descriptor.rb +3 -3
- data/lib/IceGrid/Exception.rb +3 -3
- data/lib/IceGrid/FileParser.rb +3 -3
- data/lib/IceGrid/Locator.rb +3 -3
- data/lib/IceGrid/Observer.rb +3 -3
- data/lib/IceGrid/Query.rb +3 -3
- data/lib/IceGrid/Registry.rb +3 -3
- data/lib/IceGrid/Session.rb +3 -3
- data/lib/IceGrid/UserAccountMapper.rb +3 -3
- data/lib/IcePatch2.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +3 -3
- data/lib/IcePatch2/FileServer.rb +3 -3
- data/lib/IceRuby.so +0 -0
- data/lib/IceStorm.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +3 -3
- data/lib/IceStorm/Metrics.rb +3 -3
- data/slice/Freeze/BackgroundSaveEvictor.ice +1 -1
- data/slice/Freeze/CatalogData.ice +1 -1
- data/slice/Freeze/Connection.ice +12 -2
- data/slice/Freeze/ConnectionF.ice +1 -1
- data/slice/Freeze/DB.ice +1 -1
- data/slice/Freeze/Evictor.ice +8 -1
- data/slice/Freeze/EvictorF.ice +1 -1
- data/slice/Freeze/EvictorStorage.ice +1 -1
- data/slice/Freeze/Exception.ice +1 -1
- data/slice/Freeze/Transaction.ice +2 -1
- data/slice/Freeze/TransactionalEvictor.ice +1 -1
- data/slice/Glacier2/Metrics.ice +1 -1
- data/slice/Glacier2/PermissionsVerifier.ice +1 -1
- data/slice/Glacier2/PermissionsVerifierF.ice +1 -1
- data/slice/Glacier2/Router.ice +1 -1
- data/slice/Glacier2/RouterF.ice +1 -1
- data/slice/Glacier2/SSLInfo.ice +1 -1
- data/slice/Glacier2/Session.ice +1 -1
- data/slice/Ice/BuiltinSequences.ice +1 -1
- data/slice/Ice/Communicator.ice +50 -55
- data/slice/Ice/CommunicatorF.ice +1 -1
- data/slice/Ice/Connection.ice +34 -3
- data/slice/Ice/ConnectionF.ice +1 -1
- data/slice/Ice/Current.ice +4 -5
- data/slice/Ice/Endpoint.ice +6 -3
- data/slice/Ice/EndpointF.ice +1 -1
- data/slice/Ice/EndpointTypes.ice +1 -1
- data/slice/Ice/FacetMap.ice +1 -1
- data/slice/Ice/Identity.ice +1 -1
- data/slice/Ice/ImplicitContext.ice +5 -4
- data/slice/Ice/ImplicitContextF.ice +1 -1
- data/slice/Ice/Instrumentation.ice +1 -1
- data/slice/Ice/InstrumentationF.ice +1 -1
- data/slice/Ice/LocalException.ice +3 -4
- data/slice/Ice/Locator.ice +4 -4
- data/slice/Ice/LocatorF.ice +1 -1
- data/slice/Ice/Logger.ice +4 -1
- data/slice/Ice/LoggerF.ice +1 -1
- data/slice/Ice/Metrics.ice +1 -1
- data/slice/Ice/ObjectAdapter.ice +1 -1
- data/slice/Ice/ObjectAdapterF.ice +1 -1
- data/slice/Ice/ObjectFactory.ice +3 -3
- data/slice/Ice/ObjectFactoryF.ice +1 -1
- data/slice/Ice/Plugin.ice +1 -1
- data/slice/Ice/PluginF.ice +1 -1
- data/slice/Ice/Process.ice +2 -3
- data/slice/Ice/ProcessF.ice +1 -1
- data/slice/Ice/Properties.ice +1 -1
- data/slice/Ice/PropertiesAdmin.ice +1 -1
- data/slice/Ice/PropertiesF.ice +1 -1
- data/slice/Ice/RemoteLogger.ice +11 -23
- data/slice/Ice/Router.ice +1 -1
- data/slice/Ice/RouterF.ice +1 -1
- data/slice/Ice/ServantLocator.ice +10 -4
- data/slice/Ice/ServantLocatorF.ice +1 -1
- data/slice/Ice/SliceChecksumDict.ice +1 -1
- data/slice/Ice/Version.ice +1 -1
- data/slice/IceBox/IceBox.ice +8 -5
- data/slice/IceDiscovery/IceDiscovery.ice +1 -1
- data/slice/IceGrid/Admin.ice +13 -2
- data/slice/IceGrid/Descriptor.ice +1 -1
- data/slice/IceGrid/Exception.ice +1 -1
- data/slice/IceGrid/FileParser.ice +1 -1
- data/slice/IceGrid/Locator.ice +1 -1
- data/slice/IceGrid/Observer.ice +1 -1
- data/slice/IceGrid/PluginFacade.ice +4 -1
- data/slice/IceGrid/Query.ice +1 -1
- data/slice/IceGrid/Registry.ice +1 -1
- data/slice/IceGrid/Session.ice +1 -3
- data/slice/IceGrid/UserAccountMapper.ice +1 -1
- data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +1 -1
- data/slice/IcePatch2/FileInfo.ice +1 -1
- data/slice/IcePatch2/FileServer.ice +1 -1
- data/slice/IceSSL/ConnectionInfo.ice +1 -1
- data/slice/IceSSL/EndpointInfo.ice +1 -1
- data/slice/IceStorm/IceStorm.ice +5 -7
- data/slice/IceStorm/Metrics.ice +1 -1
- metadata +3 -4
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/Ice/Version.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceBox/IceBox.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -92,7 +92,7 @@ local interface Service
|
|
92
92
|
* also be used by other services, depending on the service
|
93
93
|
* configuration.
|
94
94
|
*
|
95
|
-
*
|
95
|
+
* The {@link ServiceManager} owns this communicator, and is
|
96
96
|
* responsible for destroying it.
|
97
97
|
*
|
98
98
|
* @param name The service's name, as determined by the
|
@@ -103,7 +103,7 @@ local interface Service
|
|
103
103
|
* @param args The service arguments that were not converted into
|
104
104
|
* properties.
|
105
105
|
*
|
106
|
-
* @throws FailureException Raised if
|
106
|
+
* @throws FailureException Raised if start failed.
|
107
107
|
*
|
108
108
|
**/
|
109
109
|
void start(string name, Ice::Communicator communicator, Ice::StringSeq args);
|
@@ -155,6 +155,8 @@ interface ServiceManager
|
|
155
155
|
* Start an individual service.
|
156
156
|
*
|
157
157
|
* @param service The service name.
|
158
|
+
* @throws AlreadyStartedException If the service is already running.
|
159
|
+
* @throws NoSuchServiceException If no service could be found with the given name.
|
158
160
|
*
|
159
161
|
**/
|
160
162
|
void startService(string service)
|
@@ -165,6 +167,8 @@ interface ServiceManager
|
|
165
167
|
* Stop an individual service.
|
166
168
|
*
|
167
169
|
* @param service The service name.
|
170
|
+
* @throws AlreadyStoppedException If the service is already stopped.
|
171
|
+
* @throws NoSuchServiceException If no service could be found with the given name.
|
168
172
|
*
|
169
173
|
**/
|
170
174
|
void stopService(string service)
|
@@ -183,8 +187,7 @@ interface ServiceManager
|
|
183
187
|
|
184
188
|
/**
|
185
189
|
*
|
186
|
-
* Shut down all services. This causes
|
187
|
-
* invoked on all configured services.
|
190
|
+
* Shut down all services. This causes stop to be invoked on all configured services.
|
188
191
|
*
|
189
192
|
**/
|
190
193
|
void shutdown();
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceGrid/Admin.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -382,7 +382,7 @@ struct ApplicationUpdateInfo
|
|
382
382
|
|
383
383
|
/**
|
384
384
|
*
|
385
|
-
* The IceGrid administrative interface.
|
385
|
+
* The IceGrid administrative interface.
|
386
386
|
* <p class="Warning">Allowing access to this interface
|
387
387
|
* is a security risk! Please see the IceGrid documentation
|
388
388
|
* for further information.
|
@@ -510,6 +510,8 @@ interface Admin
|
|
510
510
|
* hold the exclusive lock or if another session is holding the
|
511
511
|
* lock.
|
512
512
|
*
|
513
|
+
* @throws DeploymentException Raised if application deployment failed.
|
514
|
+
*
|
513
515
|
* @throws ApplicationNotExistException Raised if the application
|
514
516
|
* doesn't exist.
|
515
517
|
*
|
@@ -580,6 +582,8 @@ interface Admin
|
|
580
582
|
*
|
581
583
|
* Get the default application descriptor.
|
582
584
|
*
|
585
|
+
* @return The default application descriptor.
|
586
|
+
*
|
583
587
|
* @throws DeploymentException Raised if the default application
|
584
588
|
* descriptor can't be accessed or is invalid.
|
585
589
|
*
|
@@ -714,6 +718,8 @@ interface Admin
|
|
714
718
|
*
|
715
719
|
* @param id The server id.
|
716
720
|
*
|
721
|
+
* @return True if the server is enabled.
|
722
|
+
*
|
717
723
|
* @throws ServerNotExistException Raised if the server doesn't
|
718
724
|
* exist.
|
719
725
|
*
|
@@ -853,9 +859,12 @@ interface Admin
|
|
853
859
|
* Remove the adapter with the given id.
|
854
860
|
*
|
855
861
|
* @param id The adapter id.
|
862
|
+
*
|
856
863
|
* @throws AdapterNotExistException Raised if the adapter doesn't
|
857
864
|
* exist.
|
858
865
|
*
|
866
|
+
* @throws DeploymentException Raised if application deployment failed.
|
867
|
+
*
|
859
868
|
**/
|
860
869
|
void removeAdapter(string id)
|
861
870
|
throws AdapterNotExistException, DeploymentException;
|
@@ -920,6 +929,8 @@ interface Admin
|
|
920
929
|
* @throws ObjectExistsException Raised if the object is already
|
921
930
|
* registered.
|
922
931
|
*
|
932
|
+
* @throws DeploymentException Raised if application deployment failed.
|
933
|
+
*
|
923
934
|
**/
|
924
935
|
void addObjectWithType(Object* obj, string type)
|
925
936
|
throws ObjectExistsException, DeploymentException;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceGrid/Exception.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceGrid/Locator.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceGrid/Observer.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -258,6 +258,9 @@ local interface RegistryPluginFacade
|
|
258
258
|
*
|
259
259
|
* @return The property value.
|
260
260
|
*
|
261
|
+
* @throws AdapterNotExistException Raised if the adapter doesn't
|
262
|
+
* exist.
|
263
|
+
*
|
261
264
|
**/
|
262
265
|
["nonmutating", "cpp:const"] idempotent string getPropertyForAdapter(string adapterId, string name)
|
263
266
|
throws AdapterNotExistException;
|
data/slice/IceGrid/Query.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceGrid/Registry.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceGrid/Session.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -75,8 +75,6 @@ interface Session extends Glacier2::Session
|
|
75
75
|
*
|
76
76
|
* @return The proxy of the allocated object.
|
77
77
|
*
|
78
|
-
* @throws ObjectNotRegisteredException Raised if no objects with the given type can be allocated.
|
79
|
-
*
|
80
78
|
* @throws AllocationException Raised if the object could not be allocated.
|
81
79
|
*
|
82
80
|
* @see #setAllocationTimeout
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
data/slice/IceStorm/IceStorm.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
@@ -174,7 +174,7 @@ interface Topic
|
|
174
174
|
/**
|
175
175
|
*
|
176
176
|
* Get a proxy to a publisher object for this topic. To publish
|
177
|
-
* data to a topic, the publisher calls
|
177
|
+
* data to a topic, the publisher calls getPublisher and then
|
178
178
|
* casts to the topic type. An unchecked cast must be used on this
|
179
179
|
* proxy. If a replicated IceStorm deployment is used this call
|
180
180
|
* may return a replicated proxy.
|
@@ -188,7 +188,7 @@ interface Topic
|
|
188
188
|
*
|
189
189
|
* Get a non-replicated proxy to a publisher object for this
|
190
190
|
* topic. To publish data to a topic, the publisher calls
|
191
|
-
*
|
191
|
+
* getPublisher and then casts to the topic type. An unchecked
|
192
192
|
* cast must be used on this proxy.
|
193
193
|
*
|
194
194
|
* @return A proxy to publish data on this topic.
|
@@ -196,7 +196,6 @@ interface Topic
|
|
196
196
|
**/
|
197
197
|
["nonmutating", "cpp:const"] idempotent Object* getNonReplicatedPublisher();
|
198
198
|
|
199
|
-
|
200
199
|
/**
|
201
200
|
*
|
202
201
|
* Subscribe with the given <tt>qos</tt> to this topic. A
|
@@ -212,7 +211,7 @@ interface Topic
|
|
212
211
|
* @throws AlreadySubscribed Raised if the subscriber object is
|
213
212
|
* already subscribed.
|
214
213
|
*
|
215
|
-
* @throws
|
214
|
+
* @throws InvalidSubscriber Raised if the subscriber object is null.
|
216
215
|
*
|
217
216
|
* @throws BadQoS Raised if the requested quality of service
|
218
217
|
* is unavailable or invalid.
|
@@ -336,8 +335,7 @@ interface TopicManager
|
|
336
335
|
{
|
337
336
|
/**
|
338
337
|
*
|
339
|
-
* Create a new topic. The topic name must be unique
|
340
|
-
* {@link TopicExists} is raised.
|
338
|
+
* Create a new topic. The topic name must be unique.
|
341
339
|
*
|
342
340
|
* @param name The name of the topic.
|
343
341
|
*
|
data/slice/IceStorm/Metrics.ice
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// **********************************************************************
|
2
2
|
//
|
3
|
-
// Copyright (c) 2003-
|
3
|
+
// Copyright (c) 2003-2018 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.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zeroc-ice-x86-mingw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.
|
4
|
+
version: 3.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ZeroC, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
The Internet Communications Engine (Ice) provides a robust, proven
|
@@ -202,8 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
204
|
requirements: []
|
205
|
-
|
206
|
-
rubygems_version: 2.6.11
|
205
|
+
rubygems_version: 3.0.3
|
207
206
|
signing_key:
|
208
207
|
specification_version: 4
|
209
208
|
summary: ZeroC Ice for Ruby
|