zeroc-ice-x64-mingw 3.6b1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (149) hide show
  1. checksums.yaml +4 -4
  2. data/BZIP2_LICENSE +42 -0
  3. data/ICE_LICENSE +8 -14
  4. data/LICENSE +2 -1
  5. data/MCPP_LICENSE +29 -0
  6. data/bin/slice2rb +1 -1
  7. data/ice-x64-mingw.gemspec +3 -3
  8. data/lib/Glacier2.rb +1 -1
  9. data/lib/Glacier2/Metrics.rb +2 -2
  10. data/lib/Glacier2/PermissionsVerifier.rb +2 -2
  11. data/lib/Glacier2/PermissionsVerifierF.rb +2 -2
  12. data/lib/Glacier2/Router.rb +2 -2
  13. data/lib/Glacier2/RouterF.rb +2 -2
  14. data/lib/Glacier2/SSLInfo.rb +2 -2
  15. data/lib/Glacier2/Session.rb +2 -2
  16. data/lib/Ice.rb +1 -1
  17. data/lib/Ice/BuiltinSequences.rb +2 -2
  18. data/lib/Ice/Communicator.rb +2 -2
  19. data/lib/Ice/CommunicatorF.rb +2 -2
  20. data/lib/Ice/Connection.rb +26 -14
  21. data/lib/Ice/ConnectionF.rb +2 -2
  22. data/lib/Ice/Current.rb +2 -2
  23. data/lib/Ice/Endpoint.rb +4 -2
  24. data/lib/Ice/EndpointF.rb +2 -2
  25. data/lib/Ice/EndpointTypes.rb +2 -2
  26. data/lib/Ice/FacetMap.rb +2 -2
  27. data/lib/Ice/Identity.rb +2 -2
  28. data/lib/Ice/ImplicitContext.rb +2 -2
  29. data/lib/Ice/ImplicitContextF.rb +2 -2
  30. data/lib/Ice/Instrumentation.rb +2 -2
  31. data/lib/Ice/InstrumentationF.rb +2 -2
  32. data/lib/Ice/LocalException.rb +2 -2
  33. data/lib/Ice/Locator.rb +2 -2
  34. data/lib/Ice/LocatorF.rb +2 -2
  35. data/lib/Ice/Logger.rb +2 -2
  36. data/lib/Ice/LoggerF.rb +2 -2
  37. data/lib/Ice/Metrics.rb +2 -2
  38. data/lib/Ice/ObjectAdapterF.rb +2 -2
  39. data/lib/Ice/ObjectFactory.rb +2 -2
  40. data/lib/Ice/ObjectFactoryF.rb +2 -2
  41. data/lib/Ice/Plugin.rb +2 -2
  42. data/lib/Ice/PluginF.rb +2 -2
  43. data/lib/Ice/Process.rb +2 -2
  44. data/lib/Ice/ProcessF.rb +2 -2
  45. data/lib/Ice/Properties.rb +2 -2
  46. data/lib/Ice/PropertiesAdmin.rb +2 -2
  47. data/lib/Ice/PropertiesF.rb +2 -2
  48. data/lib/Ice/Router.rb +2 -2
  49. data/lib/Ice/RouterF.rb +2 -2
  50. data/lib/Ice/SliceChecksumDict.rb +2 -2
  51. data/lib/Ice/Version.rb +2 -2
  52. data/lib/IceBox.rb +1 -1
  53. data/lib/IceBox/IceBox.rb +2 -2
  54. data/lib/IceGrid.rb +1 -1
  55. data/lib/IceGrid/Admin.rb +2 -2
  56. data/lib/IceGrid/Descriptor.rb +2 -2
  57. data/lib/IceGrid/Exception.rb +2 -2
  58. data/lib/IceGrid/FileParser.rb +2 -2
  59. data/lib/IceGrid/Locator.rb +2 -2
  60. data/lib/IceGrid/Observer.rb +2 -2
  61. data/lib/IceGrid/Query.rb +2 -2
  62. data/lib/IceGrid/Registry.rb +2 -2
  63. data/lib/IceGrid/Session.rb +2 -2
  64. data/lib/IceGrid/UserAccountMapper.rb +2 -2
  65. data/lib/IcePatch2.rb +1 -1
  66. data/lib/IcePatch2/FileInfo.rb +52 -2
  67. data/lib/IcePatch2/FileServer.rb +33 -4
  68. data/lib/IceRuby.so +0 -0
  69. data/lib/IceStorm.rb +1 -1
  70. data/lib/IceStorm/IceStorm.rb +2 -2
  71. data/lib/IceStorm/Metrics.rb +2 -2
  72. data/slice/Freeze/BackgroundSaveEvictor.ice +2 -2
  73. data/slice/Freeze/CatalogData.ice +2 -2
  74. data/slice/Freeze/Connection.ice +2 -2
  75. data/slice/Freeze/ConnectionF.ice +2 -2
  76. data/slice/Freeze/DB.ice +2 -2
  77. data/slice/Freeze/Evictor.ice +2 -2
  78. data/slice/Freeze/EvictorF.ice +2 -2
  79. data/slice/Freeze/EvictorStorage.ice +2 -2
  80. data/slice/Freeze/Exception.ice +2 -2
  81. data/slice/Freeze/Transaction.ice +2 -2
  82. data/slice/Freeze/TransactionalEvictor.ice +2 -2
  83. data/slice/Glacier2/Metrics.ice +7 -6
  84. data/slice/Glacier2/PermissionsVerifier.ice +4 -3
  85. data/slice/Glacier2/PermissionsVerifierF.ice +3 -2
  86. data/slice/Glacier2/Router.ice +4 -3
  87. data/slice/Glacier2/RouterF.ice +3 -2
  88. data/slice/Glacier2/SSLInfo.ice +3 -2
  89. data/slice/Glacier2/Session.ice +12 -11
  90. data/slice/Ice/BuiltinSequences.ice +4 -3
  91. data/slice/Ice/Communicator.ice +22 -25
  92. data/slice/Ice/CommunicatorF.ice +3 -2
  93. data/slice/Ice/Connection.ice +39 -11
  94. data/slice/Ice/ConnectionF.ice +3 -2
  95. data/slice/Ice/Current.ice +4 -3
  96. data/slice/Ice/Endpoint.ice +11 -3
  97. data/slice/Ice/EndpointF.ice +3 -2
  98. data/slice/Ice/EndpointTypes.ice +3 -2
  99. data/slice/Ice/FacetMap.ice +3 -2
  100. data/slice/Ice/Identity.ice +3 -2
  101. data/slice/Ice/ImplicitContext.ice +3 -2
  102. data/slice/Ice/ImplicitContextF.ice +3 -2
  103. data/slice/Ice/Instrumentation.ice +4 -2
  104. data/slice/Ice/InstrumentationF.ice +4 -2
  105. data/slice/Ice/LocalException.ice +29 -10
  106. data/slice/Ice/Locator.ice +5 -3
  107. data/slice/Ice/LocatorF.ice +3 -2
  108. data/slice/Ice/Logger.ice +3 -2
  109. data/slice/Ice/LoggerF.ice +3 -2
  110. data/slice/Ice/Metrics.ice +15 -14
  111. data/slice/Ice/ObjectAdapter.ice +5 -4
  112. data/slice/Ice/ObjectAdapterF.ice +3 -2
  113. data/slice/Ice/ObjectFactory.ice +3 -2
  114. data/slice/Ice/ObjectFactoryF.ice +3 -2
  115. data/slice/Ice/Plugin.ice +3 -2
  116. data/slice/Ice/PluginF.ice +3 -2
  117. data/slice/Ice/Process.ice +3 -2
  118. data/slice/Ice/ProcessF.ice +3 -2
  119. data/slice/Ice/Properties.ice +3 -2
  120. data/slice/Ice/PropertiesAdmin.ice +3 -2
  121. data/slice/Ice/PropertiesF.ice +3 -2
  122. data/slice/Ice/RemoteLogger.ice +3 -2
  123. data/slice/Ice/Router.ice +3 -2
  124. data/slice/Ice/RouterF.ice +3 -2
  125. data/slice/Ice/ServantLocator.ice +3 -2
  126. data/slice/Ice/ServantLocatorF.ice +3 -2
  127. data/slice/Ice/SliceChecksumDict.ice +3 -2
  128. data/slice/Ice/Version.ice +3 -2
  129. data/slice/IceBox/IceBox.ice +2 -2
  130. data/slice/IceDiscovery/IceDiscovery.ice +2 -2
  131. data/slice/IceGrid/Admin.ice +49 -48
  132. data/slice/IceGrid/Descriptor.ice +3 -2
  133. data/slice/IceGrid/Exception.ice +6 -5
  134. data/slice/IceGrid/FileParser.ice +4 -3
  135. data/slice/IceGrid/Locator.ice +4 -3
  136. data/slice/IceGrid/Observer.ice +28 -27
  137. data/slice/IceGrid/PluginFacade.ice +3 -2
  138. data/slice/IceGrid/Query.ice +3 -2
  139. data/slice/IceGrid/Registry.ice +4 -3
  140. data/slice/IceGrid/Session.ice +9 -8
  141. data/slice/IceGrid/UserAccountMapper.ice +4 -3
  142. data/slice/{IceGrid/Discovery.ice → IceLocatorDiscovery/IceLocatorDiscovery.ice} +12 -14
  143. data/slice/IcePatch2/FileInfo.ice +31 -2
  144. data/slice/IcePatch2/FileServer.ice +63 -5
  145. data/slice/IceSSL/ConnectionInfo.ice +17 -2
  146. data/slice/IceSSL/EndpointInfo.ice +21 -3
  147. data/slice/IceStorm/IceStorm.ice +3 -2
  148. data/slice/IceStorm/Metrics.ice +4 -3
  149. metadata +8 -6
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,8 +9,9 @@
9
9
 
10
10
  #pragma once
11
11
 
12
- [["cpp:header-ext:h"]]
12
+ [["cpp:header-ext:h", "objc:header-dir:objc"]]
13
13
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,8 +9,9 @@
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
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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"]]
13
13
 
14
14
  #include <Ice/LocalException.ice>
15
15
  #include <Ice/Current.ice>
16
16
 
17
+ ["objc:prefix:ICE"]
17
18
  module Ice
18
19
  {
19
20
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,8 +9,9 @@
9
9
 
10
10
  #pragma once
11
11
 
12
- [["cpp:header-ext:h"]]
12
+ [["cpp:header-ext:h", "objc:header-dir:objc"]]
13
13
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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"]]
13
13
 
14
14
  #include <Ice/EndpointF.ice>
15
15
  #include <Ice/ConnectionF.ice>
16
16
  #include <Ice/Current.ice>
17
17
 
18
+ ["objc:prefix:ICE"]
18
19
  module Ice
19
20
  {
20
21
 
@@ -24,6 +25,7 @@ module Ice
24
25
  * Ice core internal components (threads, connections, etc).
25
26
  *
26
27
  **/
28
+ ["objc:prefix:ICEINSTRUMENTATION"]
27
29
  module Instrumentation
28
30
  {
29
31
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,13 @@
9
9
 
10
10
  #pragma once
11
11
 
12
- [["cpp:header-ext:h"]]
12
+ [["cpp:header-ext:h", "objc:header-dir:objc"]]
13
13
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
18
+ ["objc:prefix:ICEINSTRUMENTATION"]
17
19
  module Instrumentation
18
20
  {
19
21
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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
 
14
14
  #include <Ice/Identity.ice>
15
15
  #include <Ice/Version.ice>
16
16
  #include <Ice/BuiltinSequences.ice>
17
17
 
18
+ ["objc:prefix:ICE"]
18
19
  module Ice
19
20
  {
20
21
 
@@ -99,7 +100,7 @@ local exception AlreadyRegisteredException
99
100
  * registered with the Ice run time or Ice locator.
100
101
  *
101
102
  * This exception is raised if an attempt is made to remove a servant,
102
- * servant locator, facet, object factory, plug-in, object adapter,
103
+ * servant locator, facet, object factory, plug-in, object adapter,
103
104
  * object, or user exception factory that is not currently registered.
104
105
  *
105
106
  * It's also raised if the Ice locator can't find an object or object
@@ -113,7 +114,7 @@ local exception NotRegisteredException
113
114
  /**
114
115
  *
115
116
  * The kind of object that could not be removed: "servant",
116
- * "servant locator", "object factory", "plug-in",
117
+ * "servant locator", "object factory", "plug-in",
117
118
  * "object adapter", "object", or "user exception factory".
118
119
  *
119
120
  **/
@@ -178,13 +179,13 @@ local exception UnknownException
178
179
  {
179
180
  /**
180
181
  *
181
- * This field is set to the textual representation of the unknown
182
+ * This field is set to the textual representation of the unknown
182
183
  * exception if available.
183
184
  *
184
185
  **/
185
186
  string unknown;
186
187
  };
187
-
188
+
188
189
  /**
189
190
  *
190
191
  * This exception is raised if an operation call on a server raises a
@@ -257,7 +258,7 @@ local exception CommunicatorDestroyedException
257
258
  local exception ObjectAdapterDeactivatedException
258
259
  {
259
260
  /**
260
- *
261
+ *
261
262
  * Name of the adapter.
262
263
  *
263
264
  **/
@@ -292,7 +293,7 @@ local exception ObjectAdapterIdInUseException
292
293
  local exception NoEndpointException
293
294
  {
294
295
  /**
295
- *
296
+ *
296
297
  * The stringified proxy for which no suitable endpoint is
297
298
  * available.
298
299
  *
@@ -507,6 +508,24 @@ local exception SocketException extends SyscallException
507
508
  {
508
509
  };
509
510
 
511
+ /**
512
+ *
513
+ * This exception indicates CFNetwork errors.
514
+ *
515
+ **/
516
+ #ifdef ICE_USE_CFSTREAM
517
+ ["cpp:ice_print"]
518
+ local exception CFNetworkException extends SocketException
519
+ {
520
+ /**
521
+ *
522
+ * The domain of the error.
523
+ *
524
+ **/
525
+ string domain;
526
+ };
527
+ #endif
528
+
510
529
  /**
511
530
  *
512
531
  * This exception indicates file errors.
@@ -989,7 +1008,7 @@ local exception SecurityException
989
1008
  };
990
1009
 
991
1010
  /**
992
- *
1011
+ *
993
1012
  * This exception indicates that an attempt has been made to
994
1013
  * change the connection properties of a fixed proxy.
995
1014
  *
@@ -1000,7 +1019,7 @@ local exception FixedProxyException
1000
1019
  };
1001
1020
 
1002
1021
  /**
1003
- *
1022
+ *
1004
1023
  * Indicates that the response to a request has already been sent;
1005
1024
  * re-dispatching such a request is not possible.
1006
1025
  *
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,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
14
 
14
15
  #include <Ice/Identity.ice>
15
16
  #include <Ice/ProcessF.ice>
16
17
 
18
+ ["objc:prefix:ICE"]
17
19
  module Ice
18
20
  {
19
21
 
@@ -103,7 +105,7 @@ interface Locator
103
105
  * @param id The adapter id.
104
106
  *
105
107
  * @return The adapter proxy, or null if the adapter is not active.
106
- *
108
+ *
107
109
  * @throws AdapterNotFoundException Raised if the adapter cannot be
108
110
  * found.
109
111
  *
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,8 +9,9 @@
9
9
 
10
10
  #pragma once
11
11
 
12
- [["cpp:header-ext:h"]]
12
+ [["cpp:header-ext:h", "objc:header-dir:objc"]]
13
13
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,8 +9,9 @@
9
9
 
10
10
  #pragma once
11
11
 
12
- [["cpp:header-ext:h"]]
12
+ [["cpp:header-ext:h", "objc:header-dir:objc"]]
13
13
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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,8 +9,9 @@
9
9
 
10
10
  #pragma once
11
11
 
12
- [["cpp:header-ext:h"]]
12
+ [["cpp:header-ext:h", "objc:header-dir:objc"]]
13
13
 
14
+ ["objc:prefix:ICE"]
14
15
  module Ice
15
16
  {
16
17
 
@@ -1,6 +1,6 @@
1
1
  // **********************************************************************
2
2
  //
3
- // Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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
 
14
14
  #include <Ice/BuiltinSequences.ice>
15
15
 
@@ -18,8 +18,9 @@
18
18
  * The Ice Management eXtension facility. It provides the {@link
19
19
  * IceMX#MetricsAdmin} interface for management clients to retrieve
20
20
  * metrics from Ice applications.
21
- *
21
+ *
22
22
  **/
23
+ ["objc:prefix:ICEMX"]
23
24
  module IceMX
24
25
  {
25
26
 
@@ -35,7 +36,7 @@ dictionary<string, int> StringIntDict;
35
36
  * The base class for metrics. A metrics object represents a
36
37
  * collection of measurements associated to a given a system.
37
38
  *
38
- **/
39
+ **/
39
40
  class Metrics
40
41
  {
41
42
  /**
@@ -44,14 +45,14 @@ class Metrics
44
45
  *
45
46
  **/
46
47
  string id;
47
-
48
+
48
49
  /**
49
50
  *
50
51
  * The total number of objects that were observed by this metrics.
51
52
  *
52
53
  **/
53
54
  long total = 0;
54
-
55
+
55
56
  /**
56
57
  *
57
58
  * The current number of objects observed by this metrics.
@@ -127,7 +128,7 @@ dictionary<string, MetricsMap> MetricsView;
127
128
  /**
128
129
  *
129
130
  * Raised if a metrics view cannot be found.
130
- *
131
+ *
131
132
  **/
132
133
  exception UnknownMetricsView
133
134
  {
@@ -140,7 +141,7 @@ exception UnknownMetricsView
140
141
  * that enabled the Ice administrative facility and configured some
141
142
  * metrics views.
142
143
  *
143
- **/
144
+ **/
144
145
  ["format:sliced"]
145
146
  interface MetricsAdmin
146
147
  {
@@ -160,7 +161,7 @@ interface MetricsAdmin
160
161
  * Enables a metrics view.
161
162
  *
162
163
  * @param name The metrics view name.
163
- *
164
+ *
164
165
  * @throws UnknownMetricsView Raised if the metrics view cannot be
165
166
  * found.
166
167
  *
@@ -173,7 +174,7 @@ interface MetricsAdmin
173
174
  * Disable a metrics view.
174
175
  *
175
176
  * @param name The metrics view name.
176
- *
177
+ *
177
178
  * @throws UnknownMetricsView Raised if the metrics view cannot be
178
179
  * found.
179
180
  *
@@ -263,7 +264,7 @@ class ThreadMetrics extends Metrics
263
264
  *
264
265
  **/
265
266
  int inUseForUser = 0;
266
-
267
+
267
268
  /**
268
269
  *
269
270
  * The number of threads which are currently performing other
@@ -278,7 +279,7 @@ class ThreadMetrics extends Metrics
278
279
  /**
279
280
  *
280
281
  * Provides information on servant dispatch.
281
- *
282
+ *
282
283
  **/
283
284
  class DispatchMetrics extends Metrics
284
285
  {
@@ -329,7 +330,7 @@ class ChildInvocationMetrics extends Metrics
329
330
  *
330
331
  * The size of the invocation reply. This corresponds to the size
331
332
  * of the marshalled output and return parameters.
332
- *
333
+ *
333
334
  **/
334
335
  long replySize = 0;
335
336
  };
@@ -406,7 +407,7 @@ class ConnectionMetrics extends Metrics
406
407
  {
407
408
  /**
408
409
  *
409
- * The number of bytes received by the connection.
410
+ * The number of bytes received by the connection.
410
411
  *
411
412
  **/
412
413
  long receivedBytes = 0;