zeroc-ice 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/bin/slice2rb +0 -0
- data/ext/Slice.cpp +32 -39
- data/ext/ice/cpp/include/Ice/BasicStream.h +15 -4
- data/ext/ice/cpp/include/Ice/BuiltinSequences.h +2 -2
- data/ext/ice/cpp/include/Ice/Communicator.h +2 -2
- data/ext/ice/cpp/include/Ice/CommunicatorF.h +2 -2
- data/ext/ice/cpp/include/Ice/Connection.h +2 -2
- data/ext/ice/cpp/include/Ice/ConnectionF.h +2 -2
- data/ext/ice/cpp/include/Ice/Current.h +2 -2
- data/ext/ice/cpp/include/Ice/Endpoint.h +2 -2
- data/ext/ice/cpp/include/Ice/EndpointF.h +2 -2
- data/ext/ice/cpp/include/Ice/EndpointTypes.h +2 -2
- data/ext/ice/cpp/include/Ice/FacetMap.h +2 -2
- data/ext/ice/cpp/include/Ice/Identity.h +2 -2
- data/ext/ice/cpp/include/Ice/ImplicitContext.h +2 -2
- data/ext/ice/cpp/include/Ice/ImplicitContextF.h +2 -2
- data/ext/ice/cpp/include/Ice/Instrumentation.h +2 -2
- data/ext/ice/cpp/include/Ice/InstrumentationF.h +2 -2
- data/ext/ice/cpp/include/Ice/LocalException.h +2 -2
- data/ext/ice/cpp/include/Ice/Locator.h +2 -2
- data/ext/ice/cpp/include/Ice/LocatorF.h +2 -2
- data/ext/ice/cpp/include/Ice/Logger.h +2 -2
- data/ext/ice/cpp/include/Ice/LoggerF.h +2 -2
- data/ext/ice/cpp/include/Ice/Metrics.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectAdapter.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectAdapterF.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectFactory.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectFactoryF.h +2 -2
- data/ext/ice/cpp/include/Ice/Plugin.h +2 -2
- data/ext/ice/cpp/include/Ice/PluginF.h +2 -2
- data/ext/ice/cpp/include/Ice/Process.h +2 -2
- data/ext/ice/cpp/include/Ice/ProcessF.h +2 -2
- data/ext/ice/cpp/include/Ice/Properties.h +2 -2
- data/ext/ice/cpp/include/Ice/PropertiesAdmin.h +2 -2
- data/ext/ice/cpp/include/Ice/PropertiesF.h +2 -2
- data/ext/ice/cpp/include/Ice/RemoteLogger.h +2 -2
- data/ext/ice/cpp/include/Ice/Router.h +2 -2
- data/ext/ice/cpp/include/Ice/RouterF.h +2 -2
- data/ext/ice/cpp/include/Ice/ServantLocator.h +2 -2
- data/ext/ice/cpp/include/Ice/ServantLocatorF.h +2 -2
- data/ext/ice/cpp/include/Ice/SliceChecksumDict.h +2 -2
- data/ext/ice/cpp/include/Ice/SlicedData.h +6 -0
- data/ext/ice/cpp/include/Ice/Version.h +2 -2
- data/ext/ice/cpp/include/IceSSL/ConnectionInfo.h +2 -2
- data/ext/ice/cpp/include/IceSSL/EndpointInfo.h +2 -2
- data/ext/ice/cpp/include/IceUtil/Config.h +86 -26
- data/ext/ice/cpp/include/IceUtil/IconvStringConverter.h +1 -1
- data/ext/ice/cpp/include/IceUtil/Time.h +3 -2
- data/ext/ice/cpp/include/Slice/PythonUtil.h +1 -1
- data/ext/ice/cpp/include/Slice/RubyUtil.h +1 -1
- data/ext/ice/cpp/include/Slice/Util.h +5 -0
- data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +57 -42
- data/ext/ice/cpp/src/Ice/ConnectionFactory.h +2 -0
- data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
- data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +9 -5
- data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
- data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Incoming.cpp +11 -4
- data/ext/ice/cpp/src/Ice/Instance.cpp +4 -2
- data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
- data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/InstrumentationI.cpp +1 -3
- data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerI.cpp +94 -5
- data/ext/ice/cpp/src/Ice/LoggerI.h +7 -1
- data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Network.cpp +23 -7
- data/ext/ice/cpp/src/Ice/Network.h +1 -1
- data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectFactoryF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PluginManagerI.cpp +5 -0
- data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertyNames.cpp +4 -3
- data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
- data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RetryQueue.cpp +1 -1
- data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
- data/ext/ice/cpp/src/Ice/StreamSocket.cpp +19 -3
- data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
- data/ext/ice/cpp/src/Ice/WSConnector.h +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +2 -2
- data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +54 -39
- data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +5 -8
- data/ext/ice/cpp/src/IceSSL/Util.cpp +155 -4
- data/ext/ice/cpp/src/IceUtil/Cond.cpp +1 -1
- data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +8 -0
- data/ext/ice/cpp/src/IceUtil/FileUtil.h +18 -5
- data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +5 -5
- data/ext/ice/cpp/src/IceUtil/Time.cpp +25 -17
- data/ext/ice/cpp/src/Slice/JavaUtil.cpp +5 -11
- data/ext/ice/cpp/src/Slice/Preprocessor.cpp +3 -3
- data/ext/ice/cpp/src/Slice/Python.cpp +14 -17
- data/ext/ice/cpp/src/Slice/PythonUtil.cpp +183 -48
- data/ext/ice/cpp/src/Slice/Ruby.cpp +6 -6
- data/ext/ice/cpp/src/Slice/RubyUtil.cpp +0 -10
- data/ext/ice/cpp/src/Slice/Util.cpp +28 -3
- data/ext/ice/mcpp/Makefile +10 -6
- data/ext/ice/mcpp/configed.H +3 -0
- data/ext/ice/mcpp/main.c +2 -2
- data/ext/ice/mcpp/mcpp.gyp +6 -0
- data/ext/ice/mcpp/support.c +1 -1
- data/ext/ice/mcpp/system.H +6 -1
- data/ext/ice/mcpp/system.c +52 -15
- data/ice.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/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 +30 -30
data/slice/Ice/Router.ice
CHANGED
|
@@ -31,6 +31,9 @@ interface Router
|
|
|
31
31
|
* Get the router's client proxy, i.e., the proxy to use for
|
|
32
32
|
* forwarding requests from the client to the router.
|
|
33
33
|
*
|
|
34
|
+
* If a null proxy is returned, the client will forward requests
|
|
35
|
+
* to the router's endpoints.
|
|
36
|
+
*
|
|
34
37
|
* @return The router's client proxy.
|
|
35
38
|
*
|
|
36
39
|
**/
|
data/slice/IceGrid/Session.ice
CHANGED
|
@@ -88,7 +88,8 @@ interface Session extends Glacier2::Session
|
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* Release an object
|
|
91
|
+
* Release an object that was allocated using <tt>allocateObjectById</tt> or
|
|
92
|
+
* <tt>allocateObjectByType</tt>.
|
|
92
93
|
*
|
|
93
94
|
* @param id The identity of the object to release.
|
|
94
95
|
*
|
|
@@ -99,9 +100,6 @@ interface Session extends Glacier2::Session
|
|
|
99
100
|
* released. This might happen if the object isn't allocatable or
|
|
100
101
|
* isn't allocated by the session.
|
|
101
102
|
*
|
|
102
|
-
* @see #allocateObjectById
|
|
103
|
-
* @see #allocateObjectByType
|
|
104
|
-
*
|
|
105
103
|
**/
|
|
106
104
|
void releaseObject(Ice::Identity id)
|
|
107
105
|
throws ObjectNotRegisteredException, AllocationException;
|
|
@@ -109,14 +107,12 @@ interface Session extends Glacier2::Session
|
|
|
109
107
|
/**
|
|
110
108
|
*
|
|
111
109
|
* Set the allocation timeout. If no objects are available for an
|
|
112
|
-
* allocation request,
|
|
113
|
-
* this
|
|
110
|
+
* allocation request, a call to <tt>allocateObjectById</tt> or
|
|
111
|
+
* <tt>allocateObjectByType</tt> will block for the duration of this
|
|
112
|
+
* timeout.
|
|
114
113
|
*
|
|
115
114
|
* @param timeout The timeout in milliseconds.
|
|
116
115
|
*
|
|
117
|
-
* @see #allocateObjectById
|
|
118
|
-
* @see #allocateObjectByType
|
|
119
|
-
*
|
|
120
116
|
**/
|
|
121
117
|
idempotent void setAllocationTimeout(int timeout);
|
|
122
118
|
};
|
|
@@ -25,9 +25,9 @@ module IceLocatorDiscovery
|
|
|
25
25
|
* are searching for Ice locators. Ice locator implementations invoke
|
|
26
26
|
* on this interface to provide their locator proxy.
|
|
27
27
|
*
|
|
28
|
-
* @see Locator
|
|
28
|
+
* @see Ice.Locator
|
|
29
29
|
* @see Lookup
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
**/
|
|
32
32
|
interface LookupReply
|
|
33
33
|
{
|
|
@@ -47,14 +47,14 @@ interface LookupReply
|
|
|
47
47
|
* The Ice lookup interface is implemented by Ice locator
|
|
48
48
|
* implementations and can be used by clients to find available Ice
|
|
49
49
|
* locators on the network.
|
|
50
|
-
*
|
|
51
|
-
* Ice locator implementations provide a well-known `Ice/LocatorLookup'
|
|
52
|
-
* object accessible through UDP multicast. Clients typically make a
|
|
50
|
+
*
|
|
51
|
+
* Ice locator implementations provide a well-known `Ice/LocatorLookup'
|
|
52
|
+
* object accessible through UDP multicast. Clients typically make a
|
|
53
53
|
* multicast findLocator request to find the locator proxy.
|
|
54
54
|
*
|
|
55
|
-
* @see Locator
|
|
55
|
+
* @see Ice.Locator
|
|
56
56
|
* @see LookupReply
|
|
57
|
-
*
|
|
57
|
+
*
|
|
58
58
|
**/
|
|
59
59
|
interface Lookup
|
|
60
60
|
{
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
|
-
* IcePatch can be used to update file
|
|
19
|
+
* IcePatch can be used to update file hierarchies in a simple and
|
|
20
20
|
* efficient manner. Checksums ensure file integrity, and data is
|
|
21
|
-
* compressed before
|
|
21
|
+
* compressed before downloading.
|
|
22
22
|
*
|
|
23
23
|
**/
|
|
24
24
|
["objc:prefix:ICEPATCH2"]
|
|
@@ -35,8 +35,7 @@ sequence<Ice::ByteSeq> ByteSeqSeq;
|
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
*
|
|
39
|
-
* {@link FileServer#getFileInfoSeq} was not in the range 0-255.
|
|
38
|
+
* A <tt>partition</tt> argument for was not in the range 0-255.
|
|
40
39
|
*
|
|
41
40
|
**/
|
|
42
41
|
exception PartitionOutOfRangeException
|
|
@@ -45,8 +44,7 @@ exception PartitionOutOfRangeException
|
|
|
45
44
|
|
|
46
45
|
/**
|
|
47
46
|
*
|
|
48
|
-
* This exception is raised if
|
|
49
|
-
* contents of a file.
|
|
47
|
+
* This exception is raised if a file's contents cannot be read.
|
|
50
48
|
*
|
|
51
49
|
**/
|
|
52
50
|
exception FileAccessException
|
|
@@ -61,11 +59,8 @@ exception FileAccessException
|
|
|
61
59
|
|
|
62
60
|
/**
|
|
63
61
|
*
|
|
64
|
-
* This exception is raised if
|
|
65
|
-
*
|
|
66
|
-
* large than 2.1 GB, these operations does not support working with
|
|
67
|
-
* large files instead {@link FileServer#getLargeFileCompressed} and
|
|
68
|
-
* {@link FileServer#getLargeFileInfoSeq} must be used.
|
|
62
|
+
* This exception is raised if an operation tries to use a file whose size is
|
|
63
|
+
* larger than 2.1 GB. Use the "large" versions of the operations instead.
|
|
69
64
|
*
|
|
70
65
|
**/
|
|
71
66
|
exception FileSizeRangeException extends FileAccessException
|
|
@@ -81,19 +76,18 @@ interface FileServer
|
|
|
81
76
|
{
|
|
82
77
|
/**
|
|
83
78
|
*
|
|
84
|
-
* Return
|
|
85
|
-
* partion number is out of range, the operation throws
|
|
79
|
+
* Return file information for the specified partition.
|
|
86
80
|
*
|
|
87
|
-
* <p class="Deprecated"> This operation is deprecated
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
* {@link PartitionOutOfRangException}.
|
|
81
|
+
* <p class="Deprecated"> This operation is deprecated and only present for
|
|
82
|
+
* compatibility with old Ice clients (older than version 3.6).
|
|
91
83
|
*
|
|
92
84
|
* @param partition The partition number in the range 0-255.
|
|
93
85
|
*
|
|
94
|
-
* @return A sequence containing the
|
|
95
|
-
*
|
|
86
|
+
* @return A sequence containing information about the files in the
|
|
87
|
+
* specified partition.
|
|
96
88
|
*
|
|
89
|
+
* @throws PartitionOutOfRangeException If the partition number is out of range.
|
|
90
|
+
* @throws FileSizeRangeException If a file is larger than 2.1GB.
|
|
97
91
|
**/
|
|
98
92
|
["deprecate:getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.",
|
|
99
93
|
"nonmutating", "cpp:const"] idempotent FileInfoSeq getFileInfoSeq(int partition)
|
|
@@ -101,15 +95,14 @@ interface FileServer
|
|
|
101
95
|
|
|
102
96
|
/**
|
|
103
97
|
*
|
|
104
|
-
*
|
|
105
|
-
* partion number is out of range, the operation throws
|
|
106
|
-
* {@link PartitionOutOfRangException}.
|
|
98
|
+
* Returns file information for the specified partition.
|
|
107
99
|
*
|
|
108
100
|
* @param partition The partition number in the range 0-255.
|
|
109
101
|
*
|
|
110
|
-
* @return A sequence containing the
|
|
111
|
-
*
|
|
102
|
+
* @return A sequence containing information about the files in the
|
|
103
|
+
* specified partition.
|
|
112
104
|
*
|
|
105
|
+
* @throws PartitionOutOfRangeException If the partition number is out of range.
|
|
113
106
|
**/
|
|
114
107
|
["nonmutating", "cpp:const"] idempotent LargeFileInfoSeq getLargeFileInfoSeq(int partition)
|
|
115
108
|
throws PartitionOutOfRangeException;
|
|
@@ -139,13 +132,11 @@ interface FileServer
|
|
|
139
132
|
|
|
140
133
|
/**
|
|
141
134
|
*
|
|
142
|
-
* Read the specified file.
|
|
143
|
-
*
|
|
144
|
-
* return fewer bytes than requested in case there was an
|
|
145
|
-
* end-of-file condition.
|
|
135
|
+
* Read the specified file. This operation may only return fewer bytes than requested
|
|
136
|
+
* in case there was an end-of-file condition.
|
|
146
137
|
*
|
|
147
|
-
* <p class="Deprecated"> This operation is deprecated
|
|
148
|
-
*
|
|
138
|
+
* <p class="Deprecated"> This operation is deprecated and only present for
|
|
139
|
+
* compatibility with old Ice clients (older than version 3.6).
|
|
149
140
|
*
|
|
150
141
|
* @param path The pathname (relative to the data directory) for
|
|
151
142
|
* the file to be read.
|
|
@@ -156,6 +147,9 @@ interface FileServer
|
|
|
156
147
|
*
|
|
157
148
|
* @return A sequence containing the compressed file contents.
|
|
158
149
|
*
|
|
150
|
+
* @throws FileAccessException If an error occurred while trying to read the file.
|
|
151
|
+
* @throws FileSizeRangeException If a file is larger than 2.1GB.
|
|
152
|
+
*
|
|
159
153
|
**/
|
|
160
154
|
["deprecate:getFileCompressed() is deprecated, use getLargeFileCompressed() instead.",
|
|
161
155
|
"amd", "nonmutating", "cpp:const", "cpp:array"]
|
|
@@ -164,10 +158,8 @@ interface FileServer
|
|
|
164
158
|
|
|
165
159
|
/**
|
|
166
160
|
*
|
|
167
|
-
* Read the specified file.
|
|
168
|
-
*
|
|
169
|
-
* return fewer bytes than requested in case there was an
|
|
170
|
-
* end-of-file condition.
|
|
161
|
+
* Read the specified file. This operation may only return fewer bytes than requested
|
|
162
|
+
* in case there was an end-of-file condition.
|
|
171
163
|
*
|
|
172
164
|
* @param path The pathname (relative to the data directory) for
|
|
173
165
|
* the file to be read.
|
|
@@ -178,6 +170,8 @@ interface FileServer
|
|
|
178
170
|
*
|
|
179
171
|
* @return A sequence containing the compressed file contents.
|
|
180
172
|
*
|
|
173
|
+
* @throws FileAccessException If an error occurred while trying to read the file.
|
|
174
|
+
*
|
|
181
175
|
**/
|
|
182
176
|
["amd", "nonmutating", "cpp:const", "cpp:array"]
|
|
183
177
|
idempotent Ice::ByteSeq getLargeFileCompressed(string path, long pos, int num)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zeroc-ice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ZeroC, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
The Internet Communications Engine (Ice) provides a robust, proven
|
|
@@ -363,40 +363,40 @@ files:
|
|
|
363
363
|
- ext/ice/cpp/src/Ice/BuiltinSequences.cpp
|
|
364
364
|
- ext/ice/cpp/src/Ice/CommunicatorF.cpp
|
|
365
365
|
- ext/ice/cpp/src/Ice/ConnectionF.cpp
|
|
366
|
+
- ext/ice/cpp/src/Ice/Current.cpp
|
|
366
367
|
- ext/ice/cpp/src/Ice/FacetMap.cpp
|
|
367
368
|
- ext/ice/cpp/src/Ice/EndpointF.cpp
|
|
368
|
-
- ext/ice/cpp/src/Ice/Current.cpp
|
|
369
369
|
- ext/ice/cpp/src/Ice/EndpointTypes.cpp
|
|
370
370
|
- ext/ice/cpp/src/Ice/Identity.cpp
|
|
371
|
+
- ext/ice/cpp/src/Ice/Connection.cpp
|
|
372
|
+
- ext/ice/cpp/src/Ice/Communicator.cpp
|
|
371
373
|
- ext/ice/cpp/src/Ice/Endpoint.cpp
|
|
372
374
|
- ext/ice/cpp/src/Ice/ImplicitContextF.cpp
|
|
373
|
-
- ext/ice/cpp/src/Ice/Connection.cpp
|
|
374
375
|
- ext/ice/cpp/src/Ice/InstrumentationF.cpp
|
|
375
|
-
- ext/ice/cpp/src/Ice/Communicator.cpp
|
|
376
|
-
- ext/ice/cpp/src/Ice/LocatorF.cpp
|
|
377
376
|
- ext/ice/cpp/src/Ice/Locator.cpp
|
|
377
|
+
- ext/ice/cpp/src/Ice/Instrumentation.cpp
|
|
378
|
+
- ext/ice/cpp/src/Ice/LocatorF.cpp
|
|
378
379
|
- ext/ice/cpp/src/Ice/Logger.cpp
|
|
379
380
|
- ext/ice/cpp/src/Ice/LoggerF.cpp
|
|
380
|
-
- ext/ice/cpp/src/Ice/Instrumentation.cpp
|
|
381
|
-
- ext/ice/cpp/src/Ice/ImplicitContext.cpp
|
|
382
381
|
- ext/ice/cpp/src/Ice/LocalException.cpp
|
|
382
|
+
- ext/ice/cpp/src/Ice/ImplicitContext.cpp
|
|
383
383
|
- ext/ice/cpp/src/Ice/ObjectAdapterF.cpp
|
|
384
384
|
- ext/ice/cpp/src/Ice/Metrics.cpp
|
|
385
|
+
- ext/ice/cpp/src/Ice/PluginF.cpp
|
|
385
386
|
- ext/ice/cpp/src/Ice/ObjectFactory.cpp
|
|
386
387
|
- ext/ice/cpp/src/Ice/ObjectFactoryF.cpp
|
|
387
|
-
- ext/ice/cpp/src/Ice/PluginF.cpp
|
|
388
388
|
- ext/ice/cpp/src/Ice/Plugin.cpp
|
|
389
389
|
- ext/ice/cpp/src/Ice/Process.cpp
|
|
390
390
|
- ext/ice/cpp/src/Ice/ProcessF.cpp
|
|
391
|
+
- ext/ice/cpp/src/Ice/PropertiesF.cpp
|
|
391
392
|
- ext/ice/cpp/src/Ice/PropertiesAdmin.cpp
|
|
392
|
-
- ext/ice/cpp/src/Ice/Properties.cpp
|
|
393
393
|
- ext/ice/cpp/src/Ice/ObjectAdapter.cpp
|
|
394
|
-
- ext/ice/cpp/src/Ice/
|
|
395
|
-
- ext/ice/cpp/src/Ice/RemoteLogger.cpp
|
|
394
|
+
- ext/ice/cpp/src/Ice/Properties.cpp
|
|
396
395
|
- ext/ice/cpp/src/Ice/Router.cpp
|
|
396
|
+
- ext/ice/cpp/src/Ice/RemoteLogger.cpp
|
|
397
397
|
- ext/ice/cpp/src/Ice/RouterF.cpp
|
|
398
|
-
- ext/ice/cpp/src/Ice/ServantLocator.cpp
|
|
399
398
|
- ext/ice/cpp/src/Ice/ServantLocatorF.cpp
|
|
399
|
+
- ext/ice/cpp/src/Ice/ServantLocator.cpp
|
|
400
400
|
- ext/ice/cpp/src/Ice/SliceChecksumDict.cpp
|
|
401
401
|
- ext/ice/cpp/src/Ice/Version.cpp
|
|
402
402
|
- ext/ice/cpp/src/IceSSL/AcceptorI.h
|
|
@@ -566,43 +566,43 @@ files:
|
|
|
566
566
|
- ext/ice/cpp/include/Ice/UserExceptionFactory.h
|
|
567
567
|
- ext/ice/cpp/include/Ice/BuiltinSequences.h
|
|
568
568
|
- ext/ice/cpp/include/Ice/CommunicatorF.h
|
|
569
|
-
- ext/ice/cpp/include/Ice/FacetMap.h
|
|
570
569
|
- ext/ice/cpp/include/Ice/ConnectionF.h
|
|
571
|
-
- ext/ice/cpp/include/Ice/EndpointF.h
|
|
572
570
|
- ext/ice/cpp/include/Ice/Current.h
|
|
571
|
+
- ext/ice/cpp/include/Ice/FacetMap.h
|
|
572
|
+
- ext/ice/cpp/include/Ice/EndpointF.h
|
|
573
573
|
- ext/ice/cpp/include/Ice/EndpointTypes.h
|
|
574
|
-
- ext/ice/cpp/include/Ice/ImplicitContextF.h
|
|
575
574
|
- ext/ice/cpp/include/Ice/Identity.h
|
|
576
|
-
- ext/ice/cpp/include/Ice/Endpoint.h
|
|
577
|
-
- ext/ice/cpp/include/Ice/InstrumentationF.h
|
|
578
|
-
- ext/ice/cpp/include/Ice/LocatorF.h
|
|
579
|
-
- ext/ice/cpp/include/Ice/Connection.h
|
|
580
575
|
- ext/ice/cpp/include/Ice/Communicator.h
|
|
576
|
+
- ext/ice/cpp/include/Ice/ImplicitContextF.h
|
|
577
|
+
- ext/ice/cpp/include/Ice/Connection.h
|
|
578
|
+
- ext/ice/cpp/include/Ice/LocatorF.h
|
|
579
|
+
- ext/ice/cpp/include/Ice/InstrumentationF.h
|
|
580
|
+
- ext/ice/cpp/include/Ice/Endpoint.h
|
|
581
|
+
- ext/ice/cpp/include/Ice/Instrumentation.h
|
|
581
582
|
- ext/ice/cpp/include/Ice/Logger.h
|
|
582
583
|
- ext/ice/cpp/include/Ice/LoggerF.h
|
|
583
584
|
- ext/ice/cpp/include/Ice/ImplicitContext.h
|
|
584
|
-
- ext/ice/cpp/include/Ice/
|
|
585
|
+
- ext/ice/cpp/include/Ice/Locator.h
|
|
585
586
|
- ext/ice/cpp/include/Ice/ObjectAdapterF.h
|
|
587
|
+
- ext/ice/cpp/include/Ice/PluginF.h
|
|
586
588
|
- ext/ice/cpp/include/Ice/ObjectFactory.h
|
|
587
589
|
- ext/ice/cpp/include/Ice/ObjectFactoryF.h
|
|
588
|
-
- ext/ice/cpp/include/Ice/PluginF.h
|
|
589
|
-
- ext/ice/cpp/include/Ice/ProcessF.h
|
|
590
590
|
- ext/ice/cpp/include/Ice/Plugin.h
|
|
591
|
-
- ext/ice/cpp/include/Ice/
|
|
591
|
+
- ext/ice/cpp/include/Ice/PropertiesF.h
|
|
592
|
+
- ext/ice/cpp/include/Ice/ProcessF.h
|
|
593
|
+
- ext/ice/cpp/include/Ice/LocalException.h
|
|
592
594
|
- ext/ice/cpp/include/Ice/Process.h
|
|
593
595
|
- ext/ice/cpp/include/Ice/Properties.h
|
|
594
|
-
- ext/ice/cpp/include/Ice/PropertiesF.h
|
|
595
596
|
- ext/ice/cpp/include/Ice/ObjectAdapter.h
|
|
596
|
-
- ext/ice/cpp/include/Ice/LocalException.h
|
|
597
|
-
- ext/ice/cpp/include/Ice/RouterF.h
|
|
598
597
|
- ext/ice/cpp/include/Ice/PropertiesAdmin.h
|
|
599
|
-
- ext/ice/cpp/include/Ice/
|
|
598
|
+
- ext/ice/cpp/include/Ice/RouterF.h
|
|
599
|
+
- ext/ice/cpp/include/Ice/Router.h
|
|
600
600
|
- ext/ice/cpp/include/Ice/ServantLocatorF.h
|
|
601
|
+
- ext/ice/cpp/include/Ice/ServantLocator.h
|
|
601
602
|
- ext/ice/cpp/include/Ice/SliceChecksumDict.h
|
|
602
|
-
- ext/ice/cpp/include/Ice/
|
|
603
|
+
- ext/ice/cpp/include/Ice/Version.h
|
|
603
604
|
- ext/ice/cpp/include/Ice/Metrics.h
|
|
604
605
|
- ext/ice/cpp/include/Ice/RemoteLogger.h
|
|
605
|
-
- ext/ice/cpp/include/Ice/Version.h
|
|
606
606
|
- ext/ice/cpp/include/IceSSL/Config.h
|
|
607
607
|
- ext/ice/cpp/include/IceSSL/IceSSL.h
|
|
608
608
|
- ext/ice/cpp/include/IceSSL/Plugin.h
|