zeroc-ice 3.7.9.1 → 3.7.11

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.
Files changed (994) hide show
  1. checksums.yaml +4 -4
  2. data/dist/IceRuby/Connection.cpp +536 -0
  3. data/dist/IceRuby/Endpoint.cpp +344 -0
  4. data/dist/IceRuby/ImplicitContext.cpp +148 -0
  5. data/dist/IceRuby/Logger.cpp +151 -0
  6. data/dist/IceRuby/Operation.cpp +665 -0
  7. data/dist/IceRuby/Properties.cpp +369 -0
  8. data/dist/IceRuby/Types.cpp +3336 -0
  9. data/dist/IceRuby/Types.h +604 -0
  10. data/dist/IceRuby/ValueFactoryManager.cpp +445 -0
  11. data/dist/ice/cpp/include/Ice/Config.h +76 -0
  12. data/dist/ice/cpp/include/Ice/ConsoleUtil.h +23 -0
  13. data/dist/ice/cpp/include/Ice/ExceptionHelpers.h +74 -0
  14. data/dist/ice/cpp/include/Ice/Ice.h +55 -0
  15. data/dist/ice/cpp/include/Ice/Initialize.h +957 -0
  16. data/dist/ice/cpp/include/Ice/MetricsObserverI.h +669 -0
  17. data/dist/ice/cpp/include/Ice/OutgoingAsync.h +868 -0
  18. data/dist/ice/cpp/include/Ice/Proxy.h +5171 -0
  19. data/dist/ice/cpp/include/Ice/SHA1.h +40 -0
  20. data/dist/ice/cpp/include/Ice/UserExceptionFactory.h +90 -0
  21. data/dist/ice/cpp/include/IceDiscovery/IceDiscovery.h +1889 -0
  22. data/dist/ice/cpp/include/IceLocatorDiscovery/IceLocatorDiscovery.h +1197 -0
  23. data/dist/ice/cpp/include/IceSSL/IceSSL.h +24 -0
  24. data/dist/ice/cpp/include/IceUtil/Cond.h +317 -0
  25. data/dist/ice/cpp/include/IceUtil/Config.h +392 -0
  26. data/dist/ice/cpp/include/IceUtil/ConsoleUtil.h +92 -0
  27. data/dist/ice/cpp/include/IceUtil/CtrlCHandler.h +96 -0
  28. data/dist/ice/cpp/include/IceUtil/FileUtil.h +140 -0
  29. data/dist/ice/cpp/include/IceUtil/IceUtil.h +40 -0
  30. data/dist/ice/cpp/include/IceUtil/InputUtil.h +42 -0
  31. data/dist/ice/cpp/include/IceUtil/Mutex.h +349 -0
  32. data/dist/ice/cpp/include/IceUtil/ResourceConfig.h +37 -0
  33. data/dist/ice/cpp/include/IceUtil/Thread.h +160 -0
  34. data/dist/ice/cpp/include/IceUtil/Timer.h +153 -0
  35. data/dist/ice/cpp/include/generated/Glacier2/Metrics.h +475 -0
  36. data/dist/ice/cpp/include/generated/Glacier2/PermissionsVerifier.h +1430 -0
  37. data/dist/ice/cpp/include/generated/Glacier2/PermissionsVerifierF.h +147 -0
  38. data/dist/ice/cpp/include/generated/Glacier2/Router.h +3260 -0
  39. data/dist/ice/cpp/include/generated/Glacier2/RouterF.h +125 -0
  40. data/dist/ice/cpp/include/generated/Glacier2/SSLInfo.h +223 -0
  41. data/dist/ice/cpp/include/generated/Glacier2/Session.h +5894 -0
  42. data/dist/ice/cpp/include/generated/Ice/BuiltinSequences.h +170 -0
  43. data/dist/ice/cpp/include/generated/Ice/Communicator.h +1162 -0
  44. data/dist/ice/cpp/include/generated/Ice/CommunicatorF.h +101 -0
  45. data/dist/ice/cpp/include/generated/Ice/Connection.h +1703 -0
  46. data/dist/ice/cpp/include/generated/Ice/ConnectionF.h +119 -0
  47. data/dist/ice/cpp/include/generated/Ice/Current.h +322 -0
  48. data/dist/ice/cpp/include/generated/Ice/Endpoint.h +979 -0
  49. data/dist/ice/cpp/include/generated/Ice/EndpointF.h +166 -0
  50. data/dist/ice/cpp/include/generated/Ice/EndpointTypes.h +118 -0
  51. data/dist/ice/cpp/include/generated/Ice/FacetMap.h +80 -0
  52. data/dist/ice/cpp/include/generated/Ice/Identity.h +264 -0
  53. data/dist/ice/cpp/include/generated/Ice/ImplicitContext.h +284 -0
  54. data/dist/ice/cpp/include/generated/Ice/ImplicitContextF.h +101 -0
  55. data/dist/ice/cpp/include/generated/Ice/Instrumentation.h +1203 -0
  56. data/dist/ice/cpp/include/generated/Ice/InstrumentationF.h +128 -0
  57. data/dist/ice/cpp/include/generated/Ice/LocalException.h +7437 -0
  58. data/dist/ice/cpp/include/generated/Ice/Locator.h +3898 -0
  59. data/dist/ice/cpp/include/generated/Ice/LocatorF.h +147 -0
  60. data/dist/ice/cpp/include/generated/Ice/Logger.h +237 -0
  61. data/dist/ice/cpp/include/generated/Ice/LoggerF.h +101 -0
  62. data/dist/ice/cpp/include/generated/Ice/Metrics.h +4769 -0
  63. data/dist/ice/cpp/include/generated/Ice/ObjectAdapter.h +1181 -0
  64. data/dist/ice/cpp/include/generated/Ice/ObjectAdapterF.h +101 -0
  65. data/dist/ice/cpp/include/generated/Ice/ObjectFactory.h +203 -0
  66. data/dist/ice/cpp/include/generated/Ice/Plugin.h +318 -0
  67. data/dist/ice/cpp/include/generated/Ice/PluginF.h +110 -0
  68. data/dist/ice/cpp/include/generated/Ice/Process.h +977 -0
  69. data/dist/ice/cpp/include/generated/Ice/ProcessF.h +125 -0
  70. data/dist/ice/cpp/include/generated/Ice/Properties.h +452 -0
  71. data/dist/ice/cpp/include/generated/Ice/PropertiesAdmin.h +1366 -0
  72. data/dist/ice/cpp/include/generated/Ice/PropertiesF.h +134 -0
  73. data/dist/ice/cpp/include/generated/Ice/RemoteLogger.h +2707 -0
  74. data/dist/ice/cpp/include/generated/Ice/Router.h +1850 -0
  75. data/dist/ice/cpp/include/generated/Ice/RouterF.h +125 -0
  76. data/dist/ice/cpp/include/generated/Ice/ServantLocator.h +305 -0
  77. data/dist/ice/cpp/include/generated/Ice/ServantLocatorF.h +101 -0
  78. data/dist/ice/cpp/include/generated/Ice/SliceChecksumDict.h +84 -0
  79. data/dist/ice/cpp/include/generated/Ice/ValueFactory.h +330 -0
  80. data/dist/ice/cpp/include/generated/Ice/Version.h +357 -0
  81. data/dist/ice/cpp/include/generated/IceBox/IceBox.h +3269 -0
  82. data/dist/ice/cpp/include/generated/IceGrid/Admin.h +33773 -0
  83. data/dist/ice/cpp/include/generated/IceGrid/Descriptor.h +5254 -0
  84. data/dist/ice/cpp/include/generated/IceGrid/Exception.h +2834 -0
  85. data/dist/ice/cpp/include/generated/IceGrid/FileParser.h +824 -0
  86. data/dist/ice/cpp/include/generated/IceGrid/PluginFacade.h +635 -0
  87. data/dist/ice/cpp/include/generated/IceGrid/Registry.h +5089 -0
  88. data/dist/ice/cpp/include/generated/IceGrid/Session.h +2240 -0
  89. data/dist/ice/cpp/include/generated/IceGrid/UserAccountMapper.h +800 -0
  90. data/dist/ice/cpp/include/generated/IcePatch2/FileInfo.h +325 -0
  91. data/dist/ice/cpp/include/generated/IcePatch2/FileServer.h +2891 -0
  92. data/dist/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +228 -0
  93. data/dist/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +101 -0
  94. data/dist/ice/cpp/include/generated/IceSSL/EndpointInfo.h +186 -0
  95. data/dist/ice/cpp/include/generated/IceStorm/IceStorm.h +6627 -0
  96. data/dist/ice/cpp/include/generated/IceStorm/Metrics.h +665 -0
  97. data/dist/ice/cpp/src/Ice/Acceptor.h +37 -0
  98. data/dist/ice/cpp/src/Ice/Application.cpp +661 -0
  99. data/dist/ice/cpp/src/Ice/ConnectionFactory.cpp +1972 -0
  100. data/dist/ice/cpp/src/Ice/ConnectionFactory.h +264 -0
  101. data/dist/ice/cpp/src/Ice/ConnectionI.cpp +3670 -0
  102. data/dist/ice/cpp/src/Ice/ConnectionI.h +389 -0
  103. data/dist/ice/cpp/src/Ice/CountDownLatch.cpp +171 -0
  104. data/dist/ice/cpp/src/Ice/DLLMain.cpp +50 -0
  105. data/dist/ice/cpp/src/Ice/DefaultsAndOverrides.cpp +159 -0
  106. data/dist/ice/cpp/src/Ice/DynamicLibrary.cpp +284 -0
  107. data/dist/ice/cpp/src/Ice/EndpointFactory.cpp +189 -0
  108. data/dist/ice/cpp/src/Ice/EndpointI.cpp +98 -0
  109. data/dist/ice/cpp/src/Ice/EventHandler.cpp +32 -0
  110. data/dist/ice/cpp/src/Ice/EventHandler.h +81 -0
  111. data/dist/ice/cpp/src/Ice/Exception.cpp +818 -0
  112. data/dist/ice/cpp/src/Ice/IPEndpointI.cpp +710 -0
  113. data/dist/ice/cpp/src/Ice/IPEndpointI.h +152 -0
  114. data/dist/ice/cpp/src/Ice/InputStream.cpp +2741 -0
  115. data/dist/ice/cpp/src/Ice/Instance.cpp +1967 -0
  116. data/dist/ice/cpp/src/Ice/LoggerI.cpp +259 -0
  117. data/dist/ice/cpp/src/Ice/MetricsAdminI.cpp +694 -0
  118. data/dist/ice/cpp/src/Ice/Network.cpp +2249 -0
  119. data/dist/ice/cpp/src/Ice/Network.h +289 -0
  120. data/dist/ice/cpp/src/Ice/NetworkF.h +19 -0
  121. data/dist/ice/cpp/src/Ice/NetworkProxy.cpp +311 -0
  122. data/dist/ice/cpp/src/Ice/ObjectAdapterI.cpp +1530 -0
  123. data/dist/ice/cpp/src/Ice/OutgoingAsync.cpp +1322 -0
  124. data/dist/ice/cpp/src/Ice/PluginManagerI.cpp +503 -0
  125. data/dist/ice/cpp/src/Ice/PropertiesI.cpp +739 -0
  126. data/dist/ice/cpp/src/Ice/PropertyNames.cpp +1428 -0
  127. data/dist/ice/cpp/src/Ice/PropertyNames.h +78 -0
  128. data/dist/ice/cpp/src/Ice/Proxy.cpp +1604 -0
  129. data/dist/ice/cpp/src/Ice/SHA1.cpp +169 -0
  130. data/dist/ice/cpp/src/Ice/Selector.cpp +1535 -0
  131. data/dist/ice/cpp/src/Ice/Selector.h +292 -0
  132. data/dist/ice/cpp/src/Ice/Service.cpp +1883 -0
  133. data/dist/ice/cpp/src/Ice/StreamSocket.cpp +519 -0
  134. data/dist/ice/cpp/src/Ice/StreamSocket.h +85 -0
  135. data/dist/ice/cpp/src/Ice/TcpAcceptor.cpp +234 -0
  136. data/dist/ice/cpp/src/Ice/TcpAcceptor.h +61 -0
  137. data/dist/ice/cpp/src/Ice/TcpTransceiver.cpp +135 -0
  138. data/dist/ice/cpp/src/Ice/TcpTransceiver.h +58 -0
  139. data/dist/ice/cpp/src/Ice/Thread.cpp +569 -0
  140. data/dist/ice/cpp/src/Ice/ThreadPool.cpp +1292 -0
  141. data/dist/ice/cpp/src/Ice/ThreadPool.h +393 -0
  142. data/dist/ice/cpp/src/Ice/Transceiver.h +49 -0
  143. data/dist/ice/cpp/src/Ice/UdpConnector.cpp +131 -0
  144. data/dist/ice/cpp/src/Ice/UdpTransceiver.cpp +806 -0
  145. data/dist/ice/cpp/src/Ice/UdpTransceiver.h +96 -0
  146. data/dist/ice/cpp/src/Ice/WSAcceptor.cpp +92 -0
  147. data/dist/ice/cpp/src/Ice/WSAcceptor.h +52 -0
  148. data/dist/ice/cpp/src/Ice/WSTransceiver.cpp +1704 -0
  149. data/dist/ice/cpp/src/Ice/WSTransceiver.h +141 -0
  150. data/dist/ice/cpp/src/Ice/generated/BuiltinSequences.cpp +49 -0
  151. data/dist/ice/cpp/src/Ice/generated/Communicator.cpp +79 -0
  152. data/dist/ice/cpp/src/Ice/generated/CommunicatorF.cpp +61 -0
  153. data/dist/ice/cpp/src/Ice/generated/Connection.cpp +155 -0
  154. data/dist/ice/cpp/src/Ice/generated/ConnectionF.cpp +61 -0
  155. data/dist/ice/cpp/src/Ice/generated/Current.cpp +62 -0
  156. data/dist/ice/cpp/src/Ice/generated/Endpoint.cpp +147 -0
  157. data/dist/ice/cpp/src/Ice/generated/EndpointF.cpp +61 -0
  158. data/dist/ice/cpp/src/Ice/generated/EndpointTypes.cpp +51 -0
  159. data/dist/ice/cpp/src/Ice/generated/FacetMap.cpp +49 -0
  160. data/dist/ice/cpp/src/Ice/generated/Identity.cpp +57 -0
  161. data/dist/ice/cpp/src/Ice/generated/ImplicitContext.cpp +75 -0
  162. data/dist/ice/cpp/src/Ice/generated/ImplicitContextF.cpp +61 -0
  163. data/dist/ice/cpp/src/Ice/generated/Instrumentation.cpp +188 -0
  164. data/dist/ice/cpp/src/Ice/generated/InstrumentationF.cpp +66 -0
  165. data/dist/ice/cpp/src/Ice/generated/LocalException.cpp +3262 -0
  166. data/dist/ice/cpp/src/Ice/generated/Locator.cpp +2042 -0
  167. data/dist/ice/cpp/src/Ice/generated/LocatorF.cpp +63 -0
  168. data/dist/ice/cpp/src/Ice/generated/Logger.cpp +73 -0
  169. data/dist/ice/cpp/src/Ice/generated/LoggerF.cpp +61 -0
  170. data/dist/ice/cpp/src/Ice/generated/Metrics.cpp +2352 -0
  171. data/dist/ice/cpp/src/Ice/generated/ObjectAdapter.cpp +79 -0
  172. data/dist/ice/cpp/src/Ice/generated/ObjectAdapterF.cpp +61 -0
  173. data/dist/ice/cpp/src/Ice/generated/ObjectFactory.cpp +75 -0
  174. data/dist/ice/cpp/src/Ice/generated/Plugin.cpp +87 -0
  175. data/dist/ice/cpp/src/Ice/generated/PluginF.cpp +61 -0
  176. data/dist/ice/cpp/src/Ice/generated/Process.cpp +471 -0
  177. data/dist/ice/cpp/src/Ice/generated/ProcessF.cpp +63 -0
  178. data/dist/ice/cpp/src/Ice/generated/Properties.cpp +78 -0
  179. data/dist/ice/cpp/src/Ice/generated/PropertiesAdmin.cpp +603 -0
  180. data/dist/ice/cpp/src/Ice/generated/PropertiesF.cpp +63 -0
  181. data/dist/ice/cpp/src/Ice/generated/RemoteLogger.cpp +1171 -0
  182. data/dist/ice/cpp/src/Ice/generated/Router.cpp +977 -0
  183. data/dist/ice/cpp/src/Ice/generated/RouterF.cpp +63 -0
  184. data/dist/ice/cpp/src/Ice/generated/ServantLocator.cpp +75 -0
  185. data/dist/ice/cpp/src/Ice/generated/ServantLocatorF.cpp +61 -0
  186. data/dist/ice/cpp/src/Ice/generated/SliceChecksumDict.cpp +49 -0
  187. data/dist/ice/cpp/src/Ice/generated/ValueFactory.cpp +83 -0
  188. data/dist/ice/cpp/src/Ice/generated/Version.cpp +57 -0
  189. data/dist/ice/cpp/src/Ice/ios/StreamAcceptor.cpp +154 -0
  190. data/dist/ice/cpp/src/Ice/ios/StreamAcceptor.h +49 -0
  191. data/dist/ice/cpp/src/Ice/ios/StreamConnector.cpp +146 -0
  192. data/dist/ice/cpp/src/Ice/ios/StreamConnector.h +52 -0
  193. data/dist/ice/cpp/src/Ice/ios/StreamEndpointI.cpp +477 -0
  194. data/dist/ice/cpp/src/Ice/ios/StreamEndpointI.h +156 -0
  195. data/dist/ice/cpp/src/Ice/ios/StreamTransceiver.cpp +570 -0
  196. data/dist/ice/cpp/src/Ice/ios/StreamTransceiver.h +93 -0
  197. data/dist/ice/cpp/src/IceDiscovery/generated/IceDiscovery/IceDiscovery.h +1889 -0
  198. data/dist/ice/cpp/src/IceDiscovery/generated/IceDiscovery.cpp +915 -0
  199. data/dist/ice/cpp/src/IceLocatorDiscovery/generated/IceLocatorDiscovery/IceLocatorDiscovery.h +1197 -0
  200. data/dist/ice/cpp/src/IceLocatorDiscovery/generated/IceLocatorDiscovery.cpp +730 -0
  201. data/dist/ice/cpp/src/IceSSL/AcceptorI.cpp +105 -0
  202. data/dist/ice/cpp/src/IceSSL/AcceptorI.h +52 -0
  203. data/dist/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +1092 -0
  204. data/dist/ice/cpp/src/IceSSL/PluginI.cpp +246 -0
  205. data/dist/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +719 -0
  206. data/dist/ice/cpp/src/IceSSL/SecureTransportUtil.cpp +868 -0
  207. data/dist/ice/cpp/src/IceSSL/Util.cpp +192 -0
  208. data/dist/ice/cpp/src/IceSSL/generated/ConnectionInfo.cpp +75 -0
  209. data/dist/ice/cpp/src/IceSSL/generated/ConnectionInfoF.cpp +61 -0
  210. data/dist/ice/cpp/src/IceSSL/generated/EndpointInfo.cpp +75 -0
  211. data/dist/ice/cpp/src/IceUtil/ConsoleUtil.cpp +157 -0
  212. data/dist/ice/cpp/src/IceUtil/FileUtil.cpp +471 -0
  213. data/dist/ice/cpp/src/IceUtil/RecMutex.cpp +238 -0
  214. data/dist/ice/cpp/src/IceUtil/StringConverter.cpp +690 -0
  215. data/dist/ice/cpp/src/IceUtil/StringUtil.cpp +1135 -0
  216. data/dist/ice/cpp/src/IceUtil/UUID.cpp +165 -0
  217. data/dist/ice/cpp/src/IceUtil/UtilException.cpp +839 -0
  218. data/dist/ice/cpp/src/Slice/JavaUtil.cpp +5183 -0
  219. data/dist/ice/cpp/src/Slice/JavaUtil.h +407 -0
  220. data/dist/ice/cpp/src/slice2rb/Main.cpp +35 -0
  221. data/dist/ice/mcpp/directive.c +1407 -0
  222. data/dist/ice/mcpp/internal.H +530 -0
  223. data/dist/ice/mcpp/mcpp_main.c +792 -0
  224. data/dist/ice/mcpp/support.c +1985 -0
  225. data/dist/ice/mcpp/system.c +2741 -0
  226. data/dist/ice/slice/Ice/Connection.ice +516 -0
  227. data/dist/ice/slice/Ice/Current.ice +170 -0
  228. data/dist/ice/slice/Ice/Locator.ice +239 -0
  229. data/dist/ice/slice/Ice/Metrics.ice +436 -0
  230. data/dist/ice/slice/Ice/ObjectAdapter.ice +710 -0
  231. data/dist/ice/slice/Ice/Properties.ice +244 -0
  232. data/dist/ice/slice/Ice/Router.ice +103 -0
  233. data/dist/ice/slice/IceGrid/PluginFacade.ice +329 -0
  234. data/dist/ice/slice/IceStorm/IceStorm.ice +414 -0
  235. data/dist/lib/Glacier2/Metrics.rb +56 -0
  236. data/dist/lib/Glacier2/PermissionsVerifier.rb +93 -0
  237. data/dist/lib/Glacier2/PermissionsVerifierF.rb +30 -0
  238. data/dist/lib/Glacier2/Router.rb +95 -0
  239. data/dist/lib/Glacier2/RouterF.rb +25 -0
  240. data/dist/lib/Glacier2/SSLInfo.rb +72 -0
  241. data/dist/lib/Glacier2/Session.rb +247 -0
  242. data/dist/lib/Ice/BuiltinSequences.rb +60 -0
  243. data/dist/lib/Ice/Communicator.rb +87 -0
  244. data/dist/lib/Ice/CommunicatorF.rb +24 -0
  245. data/dist/lib/Ice/Connection.rb +413 -0
  246. data/dist/lib/Ice/ConnectionF.rb +32 -0
  247. data/dist/lib/Ice/Current.rb +141 -0
  248. data/dist/lib/Ice/Endpoint.rb +187 -0
  249. data/dist/lib/Ice/EndpointF.rb +48 -0
  250. data/dist/lib/Ice/EndpointTypes.rb +69 -0
  251. data/dist/lib/Ice/FacetMap.rb +24 -0
  252. data/dist/lib/Ice/Identity.rb +63 -0
  253. data/dist/lib/Ice/ImplicitContext.rb +26 -0
  254. data/dist/lib/Ice/ImplicitContextF.rb +24 -0
  255. data/dist/lib/Ice/Instrumentation.rb +169 -0
  256. data/dist/lib/Ice/InstrumentationF.rb +31 -0
  257. data/dist/lib/Ice/LocalException.rb +1031 -0
  258. data/dist/lib/Ice/Locator.rb +196 -0
  259. data/dist/lib/Ice/LocatorF.rb +30 -0
  260. data/dist/lib/Ice/Logger.rb +24 -0
  261. data/dist/lib/Ice/LoggerF.rb +24 -0
  262. data/dist/lib/Ice/Metrics.rb +337 -0
  263. data/dist/lib/Ice/ObjectAdapter.rb +29 -0
  264. data/dist/lib/Ice/ObjectAdapterF.rb +24 -0
  265. data/dist/lib/Ice/ObjectFactory.rb +24 -0
  266. data/dist/lib/Ice/Plugin.rb +30 -0
  267. data/dist/lib/Ice/PluginF.rb +28 -0
  268. data/dist/lib/Ice/Process.rb +53 -0
  269. data/dist/lib/Ice/ProcessF.rb +25 -0
  270. data/dist/lib/Ice/Properties.rb +25 -0
  271. data/dist/lib/Ice/PropertiesAdmin.rb +63 -0
  272. data/dist/lib/Ice/PropertiesF.rb +29 -0
  273. data/dist/lib/Ice/RemoteLogger.rb +207 -0
  274. data/dist/lib/Ice/Router.rb +87 -0
  275. data/dist/lib/Ice/RouterF.rb +25 -0
  276. data/dist/lib/Ice/ServantLocator.rb +26 -0
  277. data/dist/lib/Ice/ServantLocatorF.rb +24 -0
  278. data/dist/lib/Ice/SliceChecksumDict.rb +24 -0
  279. data/dist/lib/Ice/ValueFactory.rb +28 -0
  280. data/dist/lib/Ice/Version.rb +90 -0
  281. data/dist/lib/IceBox/IceBox.rb +164 -0
  282. data/dist/lib/IceGrid/Admin.rb +1196 -0
  283. data/dist/lib/IceGrid/Descriptor.rb +1034 -0
  284. data/dist/lib/IceGrid/Exception.rb +376 -0
  285. data/dist/lib/IceGrid/FileParser.rb +65 -0
  286. data/dist/lib/IceGrid/PluginFacade.rb +35 -0
  287. data/dist/lib/IceGrid/Registry.rb +209 -0
  288. data/dist/lib/IceGrid/Session.rb +71 -0
  289. data/dist/lib/IceGrid/UserAccountMapper.rb +61 -0
  290. data/dist/lib/IcePatch2/FileInfo.rb +115 -0
  291. data/dist/lib/IcePatch2/FileServer.rb +123 -0
  292. data/dist/lib/IceStorm/IceStorm.rb +332 -0
  293. data/dist/lib/IceStorm/Metrics.rb +73 -0
  294. data/extconf.rb +91 -0
  295. data/ice.gemspec +21 -16
  296. metadata +715 -711
  297. data/ICE_LICENSE +0 -48
  298. data/LICENSE +0 -340
  299. data/MCPP_LICENSE +0 -29
  300. data/ext/Connection.cpp +0 -532
  301. data/ext/Endpoint.cpp +0 -340
  302. data/ext/ImplicitContext.cpp +0 -144
  303. data/ext/Logger.cpp +0 -147
  304. data/ext/Operation.cpp +0 -661
  305. data/ext/Properties.cpp +0 -365
  306. data/ext/Types.cpp +0 -3325
  307. data/ext/Types.h +0 -595
  308. data/ext/ValueFactoryManager.cpp +0 -441
  309. data/ext/extconf.rb +0 -97
  310. data/ext/ice/cpp/include/Ice/Config.h +0 -78
  311. data/ext/ice/cpp/include/Ice/ConsoleUtil.h +0 -23
  312. data/ext/ice/cpp/include/Ice/ExceptionHelpers.h +0 -74
  313. data/ext/ice/cpp/include/Ice/Ice.h +0 -55
  314. data/ext/ice/cpp/include/Ice/Initialize.h +0 -957
  315. data/ext/ice/cpp/include/Ice/MetricsObserverI.h +0 -669
  316. data/ext/ice/cpp/include/Ice/OutgoingAsync.h +0 -856
  317. data/ext/ice/cpp/include/Ice/Proxy.h +0 -5154
  318. data/ext/ice/cpp/include/Ice/SHA1.h +0 -42
  319. data/ext/ice/cpp/include/Ice/UserExceptionFactory.h +0 -88
  320. data/ext/ice/cpp/include/IceSSL/IceSSL.h +0 -28
  321. data/ext/ice/cpp/include/IceSSL/UWP.h +0 -62
  322. data/ext/ice/cpp/include/IceUtil/Cond.h +0 -317
  323. data/ext/ice/cpp/include/IceUtil/Config.h +0 -424
  324. data/ext/ice/cpp/include/IceUtil/ConsoleUtil.h +0 -92
  325. data/ext/ice/cpp/include/IceUtil/CtrlCHandler.h +0 -92
  326. data/ext/ice/cpp/include/IceUtil/FileUtil.h +0 -143
  327. data/ext/ice/cpp/include/IceUtil/IceUtil.h +0 -40
  328. data/ext/ice/cpp/include/IceUtil/InputUtil.h +0 -42
  329. data/ext/ice/cpp/include/IceUtil/Mutex.h +0 -353
  330. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +0 -53
  331. data/ext/ice/cpp/include/IceUtil/Thread.h +0 -174
  332. data/ext/ice/cpp/include/IceUtil/Timer.h +0 -143
  333. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +0 -170
  334. data/ext/ice/cpp/include/generated/Ice/Communicator.h +0 -1162
  335. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +0 -101
  336. data/ext/ice/cpp/include/generated/Ice/Connection.h +0 -1703
  337. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +0 -119
  338. data/ext/ice/cpp/include/generated/Ice/Current.h +0 -322
  339. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +0 -979
  340. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +0 -166
  341. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +0 -118
  342. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +0 -80
  343. data/ext/ice/cpp/include/generated/Ice/Identity.h +0 -264
  344. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +0 -284
  345. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +0 -101
  346. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +0 -1203
  347. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +0 -128
  348. data/ext/ice/cpp/include/generated/Ice/LocalException.h +0 -7437
  349. data/ext/ice/cpp/include/generated/Ice/Locator.h +0 -3898
  350. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +0 -147
  351. data/ext/ice/cpp/include/generated/Ice/Logger.h +0 -237
  352. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +0 -101
  353. data/ext/ice/cpp/include/generated/Ice/Metrics.h +0 -4769
  354. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +0 -1181
  355. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +0 -101
  356. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +0 -203
  357. data/ext/ice/cpp/include/generated/Ice/Plugin.h +0 -318
  358. data/ext/ice/cpp/include/generated/Ice/PluginF.h +0 -110
  359. data/ext/ice/cpp/include/generated/Ice/Process.h +0 -977
  360. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +0 -125
  361. data/ext/ice/cpp/include/generated/Ice/Properties.h +0 -452
  362. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +0 -1366
  363. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +0 -134
  364. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +0 -2707
  365. data/ext/ice/cpp/include/generated/Ice/Router.h +0 -1850
  366. data/ext/ice/cpp/include/generated/Ice/RouterF.h +0 -125
  367. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +0 -305
  368. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +0 -101
  369. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +0 -84
  370. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +0 -330
  371. data/ext/ice/cpp/include/generated/Ice/Version.h +0 -357
  372. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +0 -228
  373. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +0 -101
  374. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +0 -186
  375. data/ext/ice/cpp/src/Ice/Acceptor.h +0 -37
  376. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +0 -49
  377. data/ext/ice/cpp/src/Ice/Communicator.cpp +0 -79
  378. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +0 -61
  379. data/ext/ice/cpp/src/Ice/Connection.cpp +0 -155
  380. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +0 -61
  381. data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +0 -1972
  382. data/ext/ice/cpp/src/Ice/ConnectionFactory.h +0 -264
  383. data/ext/ice/cpp/src/Ice/ConnectionI.cpp +0 -3670
  384. data/ext/ice/cpp/src/Ice/ConnectionI.h +0 -391
  385. data/ext/ice/cpp/src/Ice/CountDownLatch.cpp +0 -179
  386. data/ext/ice/cpp/src/Ice/Current.cpp +0 -62
  387. data/ext/ice/cpp/src/Ice/DefaultsAndOverrides.cpp +0 -161
  388. data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +0 -291
  389. data/ext/ice/cpp/src/Ice/Endpoint.cpp +0 -147
  390. data/ext/ice/cpp/src/Ice/EndpointF.cpp +0 -61
  391. data/ext/ice/cpp/src/Ice/EndpointFactory.cpp +0 -189
  392. data/ext/ice/cpp/src/Ice/EndpointI.cpp +0 -98
  393. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +0 -51
  394. data/ext/ice/cpp/src/Ice/EventHandler.cpp +0 -32
  395. data/ext/ice/cpp/src/Ice/EventHandler.h +0 -81
  396. data/ext/ice/cpp/src/Ice/Exception.cpp +0 -845
  397. data/ext/ice/cpp/src/Ice/FacetMap.cpp +0 -49
  398. data/ext/ice/cpp/src/Ice/IPEndpointI.cpp +0 -756
  399. data/ext/ice/cpp/src/Ice/IPEndpointI.h +0 -162
  400. data/ext/ice/cpp/src/Ice/Identity.cpp +0 -57
  401. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +0 -75
  402. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +0 -61
  403. data/ext/ice/cpp/src/Ice/InputStream.cpp +0 -2741
  404. data/ext/ice/cpp/src/Ice/Instance.cpp +0 -1971
  405. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +0 -188
  406. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +0 -66
  407. data/ext/ice/cpp/src/Ice/LocalException.cpp +0 -3262
  408. data/ext/ice/cpp/src/Ice/Locator.cpp +0 -2042
  409. data/ext/ice/cpp/src/Ice/LocatorF.cpp +0 -63
  410. data/ext/ice/cpp/src/Ice/Logger.cpp +0 -73
  411. data/ext/ice/cpp/src/Ice/LoggerF.cpp +0 -61
  412. data/ext/ice/cpp/src/Ice/LoggerI.cpp +0 -261
  413. data/ext/ice/cpp/src/Ice/Metrics.cpp +0 -2352
  414. data/ext/ice/cpp/src/Ice/MetricsAdminI.cpp +0 -694
  415. data/ext/ice/cpp/src/Ice/Network.cpp +0 -3075
  416. data/ext/ice/cpp/src/Ice/Network.h +0 -371
  417. data/ext/ice/cpp/src/Ice/NetworkF.h +0 -23
  418. data/ext/ice/cpp/src/Ice/NetworkProxy.cpp +0 -324
  419. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +0 -79
  420. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +0 -61
  421. data/ext/ice/cpp/src/Ice/ObjectAdapterI.cpp +0 -1530
  422. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +0 -75
  423. data/ext/ice/cpp/src/Ice/OutgoingAsync.cpp +0 -1322
  424. data/ext/ice/cpp/src/Ice/Plugin.cpp +0 -87
  425. data/ext/ice/cpp/src/Ice/PluginF.cpp +0 -61
  426. data/ext/ice/cpp/src/Ice/PluginManagerI.cpp +0 -503
  427. data/ext/ice/cpp/src/Ice/Process.cpp +0 -471
  428. data/ext/ice/cpp/src/Ice/ProcessF.cpp +0 -63
  429. data/ext/ice/cpp/src/Ice/Properties.cpp +0 -78
  430. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +0 -603
  431. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +0 -63
  432. data/ext/ice/cpp/src/Ice/PropertiesI.cpp +0 -747
  433. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +0 -1429
  434. data/ext/ice/cpp/src/Ice/PropertyNames.h +0 -78
  435. data/ext/ice/cpp/src/Ice/Proxy.cpp +0 -1601
  436. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +0 -1171
  437. data/ext/ice/cpp/src/Ice/Router.cpp +0 -977
  438. data/ext/ice/cpp/src/Ice/RouterF.cpp +0 -63
  439. data/ext/ice/cpp/src/Ice/SHA1.cpp +0 -185
  440. data/ext/ice/cpp/src/Ice/Selector.cpp +0 -1537
  441. data/ext/ice/cpp/src/Ice/Selector.h +0 -308
  442. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +0 -75
  443. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +0 -61
  444. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +0 -49
  445. data/ext/ice/cpp/src/Ice/StreamSocket.cpp +0 -682
  446. data/ext/ice/cpp/src/Ice/StreamSocket.h +0 -92
  447. data/ext/ice/cpp/src/Ice/TcpAcceptor.cpp +0 -355
  448. data/ext/ice/cpp/src/Ice/TcpAcceptor.h +0 -69
  449. data/ext/ice/cpp/src/Ice/TcpTransceiver.cpp +0 -135
  450. data/ext/ice/cpp/src/Ice/TcpTransceiver.h +0 -58
  451. data/ext/ice/cpp/src/Ice/Thread.cpp +0 -811
  452. data/ext/ice/cpp/src/Ice/ThreadPool.cpp +0 -1328
  453. data/ext/ice/cpp/src/Ice/ThreadPool.h +0 -393
  454. data/ext/ice/cpp/src/Ice/Transceiver.h +0 -49
  455. data/ext/ice/cpp/src/Ice/UdpConnector.cpp +0 -136
  456. data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +0 -1153
  457. data/ext/ice/cpp/src/Ice/UdpTransceiver.h +0 -117
  458. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +0 -83
  459. data/ext/ice/cpp/src/Ice/Version.cpp +0 -57
  460. data/ext/ice/cpp/src/Ice/WSAcceptor.cpp +0 -92
  461. data/ext/ice/cpp/src/Ice/WSAcceptor.h +0 -52
  462. data/ext/ice/cpp/src/Ice/WSTransceiver.cpp +0 -1747
  463. data/ext/ice/cpp/src/Ice/WSTransceiver.h +0 -141
  464. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +0 -915
  465. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +0 -1889
  466. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +0 -730
  467. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +0 -1197
  468. data/ext/ice/cpp/src/IceSSL/AcceptorI.cpp +0 -105
  469. data/ext/ice/cpp/src/IceSSL/AcceptorI.h +0 -52
  470. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +0 -75
  471. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +0 -61
  472. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +0 -75
  473. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +0 -1092
  474. data/ext/ice/cpp/src/IceSSL/PluginI.cpp +0 -246
  475. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +0 -719
  476. data/ext/ice/cpp/src/IceSSL/SecureTransportUtil.cpp +0 -868
  477. data/ext/ice/cpp/src/IceSSL/UWPCertificateI.cpp +0 -266
  478. data/ext/ice/cpp/src/IceSSL/UWPEngine.cpp +0 -338
  479. data/ext/ice/cpp/src/IceSSL/UWPEngine.h +0 -41
  480. data/ext/ice/cpp/src/IceSSL/UWPEngineF.h +0 -26
  481. data/ext/ice/cpp/src/IceSSL/UWPPluginI.cpp +0 -89
  482. data/ext/ice/cpp/src/IceSSL/UWPTransceiverI.cpp +0 -383
  483. data/ext/ice/cpp/src/IceSSL/UWPTransceiverI.h +0 -71
  484. data/ext/ice/cpp/src/IceSSL/Util.cpp +0 -192
  485. data/ext/ice/cpp/src/IceUtil/ConsoleUtil.cpp +0 -157
  486. data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +0 -484
  487. data/ext/ice/cpp/src/IceUtil/RecMutex.cpp +0 -242
  488. data/ext/ice/cpp/src/IceUtil/StringConverter.cpp +0 -690
  489. data/ext/ice/cpp/src/IceUtil/StringUtil.cpp +0 -1180
  490. data/ext/ice/cpp/src/IceUtil/UUID.cpp +0 -169
  491. data/ext/ice/cpp/src/IceUtil/UtilException.cpp +0 -839
  492. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +0 -5154
  493. data/ext/ice/cpp/src/Slice/JavaUtil.h +0 -398
  494. data/ext/ice/mcpp/CMakeLists.txt +0 -80
  495. data/ext/ice/mcpp/LICENSE +0 -29
  496. data/ext/ice/mcpp/Makefile +0 -63
  497. data/ext/ice/mcpp/README.md +0 -32
  498. data/ext/ice/mcpp/directive.c +0 -1404
  499. data/ext/ice/mcpp/internal.H +0 -530
  500. data/ext/ice/mcpp/main.c +0 -792
  501. data/ext/ice/mcpp/mcpp.gyp +0 -88
  502. data/ext/ice/mcpp/support.c +0 -1985
  503. data/ext/ice/mcpp/system.c +0 -2741
  504. data/lib/Glacier2/Metrics.rb +0 -56
  505. data/lib/Glacier2/PermissionsVerifier.rb +0 -93
  506. data/lib/Glacier2/PermissionsVerifierF.rb +0 -30
  507. data/lib/Glacier2/Router.rb +0 -95
  508. data/lib/Glacier2/RouterF.rb +0 -25
  509. data/lib/Glacier2/SSLInfo.rb +0 -72
  510. data/lib/Glacier2/Session.rb +0 -247
  511. data/lib/Ice/BuiltinSequences.rb +0 -60
  512. data/lib/Ice/Communicator.rb +0 -87
  513. data/lib/Ice/CommunicatorF.rb +0 -24
  514. data/lib/Ice/Connection.rb +0 -413
  515. data/lib/Ice/ConnectionF.rb +0 -32
  516. data/lib/Ice/Current.rb +0 -141
  517. data/lib/Ice/Endpoint.rb +0 -187
  518. data/lib/Ice/EndpointF.rb +0 -48
  519. data/lib/Ice/EndpointTypes.rb +0 -69
  520. data/lib/Ice/FacetMap.rb +0 -24
  521. data/lib/Ice/Identity.rb +0 -63
  522. data/lib/Ice/ImplicitContext.rb +0 -26
  523. data/lib/Ice/ImplicitContextF.rb +0 -24
  524. data/lib/Ice/Instrumentation.rb +0 -169
  525. data/lib/Ice/InstrumentationF.rb +0 -31
  526. data/lib/Ice/LocalException.rb +0 -1031
  527. data/lib/Ice/Locator.rb +0 -196
  528. data/lib/Ice/LocatorF.rb +0 -30
  529. data/lib/Ice/Logger.rb +0 -24
  530. data/lib/Ice/LoggerF.rb +0 -24
  531. data/lib/Ice/Metrics.rb +0 -337
  532. data/lib/Ice/ObjectAdapter.rb +0 -29
  533. data/lib/Ice/ObjectAdapterF.rb +0 -24
  534. data/lib/Ice/ObjectFactory.rb +0 -24
  535. data/lib/Ice/Plugin.rb +0 -30
  536. data/lib/Ice/PluginF.rb +0 -28
  537. data/lib/Ice/Process.rb +0 -53
  538. data/lib/Ice/ProcessF.rb +0 -25
  539. data/lib/Ice/Properties.rb +0 -25
  540. data/lib/Ice/PropertiesAdmin.rb +0 -63
  541. data/lib/Ice/PropertiesF.rb +0 -29
  542. data/lib/Ice/RemoteLogger.rb +0 -207
  543. data/lib/Ice/Router.rb +0 -87
  544. data/lib/Ice/RouterF.rb +0 -25
  545. data/lib/Ice/ServantLocator.rb +0 -26
  546. data/lib/Ice/ServantLocatorF.rb +0 -24
  547. data/lib/Ice/SliceChecksumDict.rb +0 -24
  548. data/lib/Ice/ValueFactory.rb +0 -28
  549. data/lib/Ice/Version.rb +0 -90
  550. data/lib/IceBox/IceBox.rb +0 -164
  551. data/lib/IceGrid/Admin.rb +0 -1196
  552. data/lib/IceGrid/Descriptor.rb +0 -1034
  553. data/lib/IceGrid/Exception.rb +0 -376
  554. data/lib/IceGrid/FileParser.rb +0 -65
  555. data/lib/IceGrid/PluginFacade.rb +0 -35
  556. data/lib/IceGrid/Registry.rb +0 -209
  557. data/lib/IceGrid/Session.rb +0 -71
  558. data/lib/IceGrid/UserAccountMapper.rb +0 -61
  559. data/lib/IcePatch2/FileInfo.rb +0 -115
  560. data/lib/IcePatch2/FileServer.rb +0 -123
  561. data/lib/IceStorm/IceStorm.rb +0 -332
  562. data/lib/IceStorm/Metrics.rb +0 -73
  563. data/slice/Ice/Connection.ice +0 -516
  564. data/slice/Ice/Current.ice +0 -170
  565. data/slice/Ice/Locator.ice +0 -239
  566. data/slice/Ice/Metrics.ice +0 -436
  567. data/slice/Ice/ObjectAdapter.ice +0 -710
  568. data/slice/Ice/Properties.ice +0 -244
  569. data/slice/Ice/Router.ice +0 -103
  570. data/slice/IceBT/ConnectionInfo.ice +0 -59
  571. data/slice/IceBT/EndpointInfo.ice +0 -57
  572. data/slice/IceBT/Types.ice +0 -45
  573. data/slice/IceDiscovery/IceDiscovery.ice +0 -98
  574. data/slice/IceGrid/PluginFacade.ice +0 -329
  575. data/slice/IceIAP/ConnectionInfo.ice +0 -74
  576. data/slice/IceIAP/EndpointInfo.ice +0 -68
  577. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +0 -83
  578. data/slice/IceSSL/ConnectionInfo.ice +0 -54
  579. data/slice/IceSSL/ConnectionInfoF.ice +0 -31
  580. data/slice/IceSSL/EndpointInfo.ice +0 -45
  581. data/slice/IceStorm/IceStorm.ice +0 -414
  582. /data/{ext → dist/IceRuby}/Communicator.cpp +0 -0
  583. /data/{ext → dist/IceRuby}/Communicator.h +0 -0
  584. /data/{ext → dist/IceRuby}/Config.h +0 -0
  585. /data/{ext → dist/IceRuby}/Connection.h +0 -0
  586. /data/{ext → dist/IceRuby}/Endpoint.h +0 -0
  587. /data/{ext → dist/IceRuby}/ImplicitContext.h +0 -0
  588. /data/{ext → dist/IceRuby}/Init.cpp +0 -0
  589. /data/{ext → dist/IceRuby}/Logger.h +0 -0
  590. /data/{ext → dist/IceRuby}/Operation.h +0 -0
  591. /data/{ext → dist/IceRuby}/Properties.h +0 -0
  592. /data/{ext → dist/IceRuby}/Proxy.cpp +0 -0
  593. /data/{ext → dist/IceRuby}/Proxy.h +0 -0
  594. /data/{ext → dist/IceRuby}/Slice.cpp +0 -0
  595. /data/{ext → dist/IceRuby}/Slice.h +0 -0
  596. /data/{ext → dist/IceRuby}/Util.cpp +0 -0
  597. /data/{ext → dist/IceRuby}/Util.h +0 -0
  598. /data/{ext → dist/IceRuby}/ValueFactoryManager.h +0 -0
  599. /data/{ext → dist}/ice/cpp/include/Ice/Application.h +0 -0
  600. /data/{ext → dist}/ice/cpp/include/Ice/AsyncResult.h +0 -0
  601. /data/{ext → dist}/ice/cpp/include/Ice/AsyncResultF.h +0 -0
  602. /data/{ext → dist}/ice/cpp/include/Ice/BatchRequestInterceptor.h +0 -0
  603. /data/{ext → dist}/ice/cpp/include/Ice/BatchRequestQueueF.h +0 -0
  604. /data/{ext → dist}/ice/cpp/include/Ice/Buffer.h +0 -0
  605. /data/{ext → dist}/ice/cpp/include/Ice/CommunicatorAsync.h +0 -0
  606. /data/{ext → dist}/ice/cpp/include/Ice/Comparable.h +0 -0
  607. /data/{ext → dist}/ice/cpp/include/Ice/ConnectionAsync.h +0 -0
  608. /data/{ext → dist}/ice/cpp/include/Ice/ConnectionIF.h +0 -0
  609. /data/{ext → dist}/ice/cpp/include/Ice/DefaultValueFactory.h +0 -0
  610. /data/{ext → dist}/ice/cpp/include/Ice/DispatchInterceptor.h +0 -0
  611. /data/{ext → dist}/ice/cpp/include/Ice/Dispatcher.h +0 -0
  612. /data/{ext → dist}/ice/cpp/include/Ice/DynamicLibrary.h +0 -0
  613. /data/{ext → dist}/ice/cpp/include/Ice/DynamicLibraryF.h +0 -0
  614. /data/{ext → dist}/ice/cpp/include/Ice/Exception.h +0 -0
  615. /data/{ext → dist}/ice/cpp/include/Ice/FactoryTable.h +0 -0
  616. /data/{ext → dist}/ice/cpp/include/Ice/FactoryTableInit.h +0 -0
  617. /data/{ext → dist}/ice/cpp/include/Ice/Format.h +0 -0
  618. /data/{ext → dist}/ice/cpp/include/Ice/Functional.h +0 -0
  619. /data/{ext → dist}/ice/cpp/include/Ice/GCObject.h +0 -0
  620. /data/{ext → dist}/ice/cpp/include/Ice/Handle.h +0 -0
  621. /data/{ext → dist}/ice/cpp/include/Ice/IconvStringConverter.h +0 -0
  622. /data/{ext → dist}/ice/cpp/include/Ice/Incoming.h +0 -0
  623. /data/{ext → dist}/ice/cpp/include/Ice/IncomingAsync.h +0 -0
  624. /data/{ext → dist}/ice/cpp/include/Ice/IncomingAsyncF.h +0 -0
  625. /data/{ext → dist}/ice/cpp/include/Ice/InputStream.h +0 -0
  626. /data/{ext → dist}/ice/cpp/include/Ice/InstanceF.h +0 -0
  627. /data/{ext → dist}/ice/cpp/include/Ice/InterfaceByValue.h +0 -0
  628. /data/{ext → dist}/ice/cpp/include/Ice/LocalObject.h +0 -0
  629. /data/{ext → dist}/ice/cpp/include/Ice/LocalObjectF.h +0 -0
  630. /data/{ext → dist}/ice/cpp/include/Ice/LoggerUtil.h +0 -0
  631. /data/{ext → dist}/ice/cpp/include/Ice/MetricsAdminI.h +0 -0
  632. /data/{ext → dist}/ice/cpp/include/Ice/MetricsFunctional.h +0 -0
  633. /data/{ext → dist}/ice/cpp/include/Ice/NativePropertiesAdmin.h +0 -0
  634. /data/{ext → dist}/ice/cpp/include/Ice/Object.h +0 -0
  635. /data/{ext → dist}/ice/cpp/include/Ice/ObjectF.h +0 -0
  636. /data/{ext → dist}/ice/cpp/include/Ice/ObserverHelper.h +0 -0
  637. /data/{ext → dist}/ice/cpp/include/Ice/Optional.h +0 -0
  638. /data/{ext → dist}/ice/cpp/include/Ice/OutgoingAsyncF.h +0 -0
  639. /data/{ext → dist}/ice/cpp/include/Ice/OutputStream.h +0 -0
  640. /data/{ext → dist}/ice/cpp/include/Ice/Protocol.h +0 -0
  641. /data/{ext → dist}/ice/cpp/include/Ice/ProxyF.h +0 -0
  642. /data/{ext → dist}/ice/cpp/include/Ice/ProxyFactoryF.h +0 -0
  643. /data/{ext → dist}/ice/cpp/include/Ice/ProxyHandle.h +0 -0
  644. /data/{ext → dist}/ice/cpp/include/Ice/ReferenceF.h +0 -0
  645. /data/{ext → dist}/ice/cpp/include/Ice/RegisterPlugins.h +0 -0
  646. /data/{ext → dist}/ice/cpp/include/Ice/RequestHandlerF.h +0 -0
  647. /data/{ext → dist}/ice/cpp/include/Ice/ResponseHandlerF.h +0 -0
  648. /data/{ext → dist}/ice/cpp/include/Ice/ServantManagerF.h +0 -0
  649. /data/{ext → dist}/ice/cpp/include/Ice/Service.h +0 -0
  650. /data/{ext → dist}/ice/cpp/include/Ice/SliceChecksums.h +0 -0
  651. /data/{ext → dist}/ice/cpp/include/Ice/SlicedData.h +0 -0
  652. /data/{ext → dist}/ice/cpp/include/Ice/SlicedDataF.h +0 -0
  653. /data/{ext → dist}/ice/cpp/include/Ice/StreamHelpers.h +0 -0
  654. /data/{ext → dist}/ice/cpp/include/Ice/StringConverter.h +0 -0
  655. /data/{ext → dist}/ice/cpp/include/Ice/ThreadPoolF.h +0 -0
  656. /data/{ext → dist}/ice/cpp/include/Ice/UUID.h +0 -0
  657. /data/{ext → dist}/ice/cpp/include/Ice/UniquePtr.h +0 -0
  658. /data/{ext → dist}/ice/cpp/include/Ice/UniqueRef.h +0 -0
  659. /data/{ext → dist}/ice/cpp/include/Ice/Value.h +0 -0
  660. /data/{ext → dist}/ice/cpp/include/Ice/ValueF.h +0 -0
  661. /data/{ext → dist}/ice/cpp/include/IceSSL/Config.h +0 -0
  662. /data/{ext → dist}/ice/cpp/include/IceSSL/OpenSSL.h +0 -0
  663. /data/{ext → dist}/ice/cpp/include/IceSSL/Plugin.h +0 -0
  664. /data/{ext → dist}/ice/cpp/include/IceSSL/SChannel.h +0 -0
  665. /data/{ext → dist}/ice/cpp/include/IceSSL/SecureTransport.h +0 -0
  666. /data/{ext → dist}/ice/cpp/include/IceUtil/Atomic.h +0 -0
  667. /data/{ext → dist}/ice/cpp/include/IceUtil/CountDownLatch.h +0 -0
  668. /data/{ext → dist}/ice/cpp/include/IceUtil/DisableWarnings.h +0 -0
  669. /data/{ext → dist}/ice/cpp/include/IceUtil/Exception.h +0 -0
  670. /data/{ext → dist}/ice/cpp/include/IceUtil/Functional.h +0 -0
  671. /data/{ext → dist}/ice/cpp/include/IceUtil/Handle.h +0 -0
  672. /data/{ext → dist}/ice/cpp/include/IceUtil/Iterator.h +0 -0
  673. /data/{ext → dist}/ice/cpp/include/IceUtil/Lock.h +0 -0
  674. /data/{ext → dist}/ice/cpp/include/IceUtil/Monitor.h +0 -0
  675. /data/{ext → dist}/ice/cpp/include/IceUtil/MutexProtocol.h +0 -0
  676. /data/{ext → dist}/ice/cpp/include/IceUtil/MutexPtrLock.h +0 -0
  677. /data/{ext → dist}/ice/cpp/include/IceUtil/MutexPtrTryLock.h +0 -0
  678. /data/{ext → dist}/ice/cpp/include/IceUtil/Optional.h +0 -0
  679. /data/{ext → dist}/ice/cpp/include/IceUtil/Options.h +0 -0
  680. /data/{ext → dist}/ice/cpp/include/IceUtil/OutputUtil.h +0 -0
  681. /data/{ext → dist}/ice/cpp/include/IceUtil/PopDisableWarnings.h +0 -0
  682. /data/{ext → dist}/ice/cpp/include/IceUtil/PushDisableWarnings.h +0 -0
  683. /data/{ext → dist}/ice/cpp/include/IceUtil/Random.h +0 -0
  684. /data/{ext → dist}/ice/cpp/include/IceUtil/RecMutex.h +0 -0
  685. /data/{ext → dist}/ice/cpp/include/IceUtil/ScannerConfig.h +0 -0
  686. /data/{ext → dist}/ice/cpp/include/IceUtil/ScopedArray.h +0 -0
  687. /data/{ext → dist}/ice/cpp/include/IceUtil/Shared.h +0 -0
  688. /data/{ext → dist}/ice/cpp/include/IceUtil/StopWatch.h +0 -0
  689. /data/{ext → dist}/ice/cpp/include/IceUtil/StringConverter.h +0 -0
  690. /data/{ext → dist}/ice/cpp/include/IceUtil/StringUtil.h +0 -0
  691. /data/{ext → dist}/ice/cpp/include/IceUtil/ThreadException.h +0 -0
  692. /data/{ext → dist}/ice/cpp/include/IceUtil/Time.h +0 -0
  693. /data/{ext → dist}/ice/cpp/include/IceUtil/UUID.h +0 -0
  694. /data/{ext → dist}/ice/cpp/include/IceUtil/UndefSysMacros.h +0 -0
  695. /data/{ext → dist}/ice/cpp/src/Ice/ACM.cpp +0 -0
  696. /data/{ext → dist}/ice/cpp/src/Ice/ACM.h +0 -0
  697. /data/{ext → dist}/ice/cpp/src/Ice/ACMF.h +0 -0
  698. /data/{ext → dist}/ice/cpp/src/Ice/Acceptor.cpp +0 -0
  699. /data/{ext → dist}/ice/cpp/src/Ice/AcceptorF.h +0 -0
  700. /data/{ext → dist}/ice/cpp/src/Ice/ArgVector.cpp +0 -0
  701. /data/{ext → dist}/ice/cpp/src/Ice/ArgVector.h +0 -0
  702. /data/{ext → dist}/ice/cpp/src/Ice/AsyncResult.cpp +0 -0
  703. /data/{ext → dist}/ice/cpp/src/Ice/Base64.cpp +0 -0
  704. /data/{ext → dist}/ice/cpp/src/Ice/Base64.h +0 -0
  705. /data/{ext → dist}/ice/cpp/src/Ice/BatchRequestQueue.cpp +0 -0
  706. /data/{ext → dist}/ice/cpp/src/Ice/BatchRequestQueue.h +0 -0
  707. /data/{ext → dist}/ice/cpp/src/Ice/Buffer.cpp +0 -0
  708. /data/{ext → dist}/ice/cpp/src/Ice/CollocatedRequestHandler.cpp +0 -0
  709. /data/{ext → dist}/ice/cpp/src/Ice/CollocatedRequestHandler.h +0 -0
  710. /data/{ext → dist}/ice/cpp/src/Ice/CommunicatorI.cpp +0 -0
  711. /data/{ext → dist}/ice/cpp/src/Ice/CommunicatorI.h +0 -0
  712. /data/{ext → dist}/ice/cpp/src/Ice/Cond.cpp +0 -0
  713. /data/{ext → dist}/ice/cpp/src/Ice/ConnectRequestHandler.cpp +0 -0
  714. /data/{ext → dist}/ice/cpp/src/Ice/ConnectRequestHandler.h +0 -0
  715. /data/{ext → dist}/ice/cpp/src/Ice/ConnectRequestHandlerF.h +0 -0
  716. /data/{ext → dist}/ice/cpp/src/Ice/ConnectionFactoryF.h +0 -0
  717. /data/{ext → dist}/ice/cpp/src/Ice/ConnectionRequestHandler.cpp +0 -0
  718. /data/{ext → dist}/ice/cpp/src/Ice/ConnectionRequestHandler.h +0 -0
  719. /data/{ext → dist}/ice/cpp/src/Ice/Connector.cpp +0 -0
  720. /data/{ext → dist}/ice/cpp/src/Ice/Connector.h +0 -0
  721. /data/{ext → dist}/ice/cpp/src/Ice/ConnectorF.h +0 -0
  722. /data/{ext → dist}/ice/cpp/src/Ice/DefaultsAndOverrides.h +0 -0
  723. /data/{ext → dist}/ice/cpp/src/Ice/DefaultsAndOverridesF.h +0 -0
  724. /data/{ext → dist}/ice/cpp/src/Ice/DispatchInterceptor.cpp +0 -0
  725. /data/{ext → dist}/ice/cpp/src/Ice/EndpointFactory.h +0 -0
  726. /data/{ext → dist}/ice/cpp/src/Ice/EndpointFactoryF.h +0 -0
  727. /data/{ext → dist}/ice/cpp/src/Ice/EndpointFactoryManager.cpp +0 -0
  728. /data/{ext → dist}/ice/cpp/src/Ice/EndpointFactoryManager.h +0 -0
  729. /data/{ext → dist}/ice/cpp/src/Ice/EndpointFactoryManagerF.h +0 -0
  730. /data/{ext → dist}/ice/cpp/src/Ice/EndpointI.h +0 -0
  731. /data/{ext → dist}/ice/cpp/src/Ice/EndpointIF.h +0 -0
  732. /data/{ext → dist}/ice/cpp/src/Ice/EventHandlerF.h +0 -0
  733. /data/{ext → dist}/ice/cpp/src/Ice/FactoryTable.cpp +0 -0
  734. /data/{ext → dist}/ice/cpp/src/Ice/FactoryTableInit.cpp +0 -0
  735. /data/{ext → dist}/ice/cpp/src/Ice/GCObject.cpp +0 -0
  736. /data/{ext → dist}/ice/cpp/src/Ice/HashUtil.h +0 -0
  737. /data/{ext → dist}/ice/cpp/src/Ice/HttpParser.cpp +0 -0
  738. /data/{ext → dist}/ice/cpp/src/Ice/HttpParser.h +0 -0
  739. /data/{ext → dist}/ice/cpp/src/Ice/IPEndpointIF.h +0 -0
  740. /data/{ext → dist}/ice/cpp/src/Ice/IconvStringConverter.cpp +0 -0
  741. /data/{ext → dist}/ice/cpp/src/Ice/ImplicitContextI.cpp +0 -0
  742. /data/{ext → dist}/ice/cpp/src/Ice/ImplicitContextI.h +0 -0
  743. /data/{ext → dist}/ice/cpp/src/Ice/Incoming.cpp +0 -0
  744. /data/{ext → dist}/ice/cpp/src/Ice/IncomingAsync.cpp +0 -0
  745. /data/{ext → dist}/ice/cpp/src/Ice/IncomingRequest.h +0 -0
  746. /data/{ext → dist}/ice/cpp/src/Ice/Initialize.cpp +0 -0
  747. /data/{ext → dist}/ice/cpp/src/Ice/Instance.h +0 -0
  748. /data/{ext → dist}/ice/cpp/src/Ice/InstrumentationI.cpp +0 -0
  749. /data/{ext → dist}/ice/cpp/src/Ice/InstrumentationI.h +0 -0
  750. /data/{ext → dist}/ice/cpp/src/Ice/LocalObject.cpp +0 -0
  751. /data/{ext → dist}/ice/cpp/src/Ice/LocatorInfo.cpp +0 -0
  752. /data/{ext → dist}/ice/cpp/src/Ice/LocatorInfo.h +0 -0
  753. /data/{ext → dist}/ice/cpp/src/Ice/LocatorInfoF.h +0 -0
  754. /data/{ext → dist}/ice/cpp/src/Ice/LoggerAdminI.cpp +0 -0
  755. /data/{ext → dist}/ice/cpp/src/Ice/LoggerAdminI.h +0 -0
  756. /data/{ext → dist}/ice/cpp/src/Ice/LoggerI.h +0 -0
  757. /data/{ext → dist}/ice/cpp/src/Ice/LoggerUtil.cpp +0 -0
  758. /data/{ext → dist}/ice/cpp/src/Ice/MetricsObserverI.cpp +0 -0
  759. /data/{ext → dist}/ice/cpp/src/Ice/NetworkProxy.h +0 -0
  760. /data/{ext → dist}/ice/cpp/src/Ice/NetworkProxyF.h +0 -0
  761. /data/{ext → dist}/ice/cpp/src/Ice/OSLogLoggerI.cpp +0 -0
  762. /data/{ext → dist}/ice/cpp/src/Ice/OSLogLoggerI.h +0 -0
  763. /data/{ext → dist}/ice/cpp/src/Ice/Object.cpp +0 -0
  764. /data/{ext → dist}/ice/cpp/src/Ice/ObjectAdapterFactory.cpp +0 -0
  765. /data/{ext → dist}/ice/cpp/src/Ice/ObjectAdapterFactory.h +0 -0
  766. /data/{ext → dist}/ice/cpp/src/Ice/ObjectAdapterFactoryF.h +0 -0
  767. /data/{ext → dist}/ice/cpp/src/Ice/ObjectAdapterI.h +0 -0
  768. /data/{ext → dist}/ice/cpp/src/Ice/ObserverHelper.cpp +0 -0
  769. /data/{ext → dist}/ice/cpp/src/Ice/OpaqueEndpointI.cpp +0 -0
  770. /data/{ext → dist}/ice/cpp/src/Ice/OpaqueEndpointI.h +0 -0
  771. /data/{ext → dist}/ice/cpp/src/Ice/OutputStream.cpp +0 -0
  772. /data/{ext → dist}/ice/cpp/src/Ice/PluginManagerI.h +0 -0
  773. /data/{ext → dist}/ice/cpp/src/Ice/PropertiesAdminI.cpp +0 -0
  774. /data/{ext → dist}/ice/cpp/src/Ice/PropertiesAdminI.h +0 -0
  775. /data/{ext → dist}/ice/cpp/src/Ice/PropertiesI.h +0 -0
  776. /data/{ext → dist}/ice/cpp/src/Ice/Protocol.cpp +0 -0
  777. /data/{ext → dist}/ice/cpp/src/Ice/ProtocolInstance.cpp +0 -0
  778. /data/{ext → dist}/ice/cpp/src/Ice/ProtocolInstance.h +0 -0
  779. /data/{ext → dist}/ice/cpp/src/Ice/ProtocolInstanceF.h +0 -0
  780. /data/{ext → dist}/ice/cpp/src/Ice/ProtocolPluginFacade.cpp +0 -0
  781. /data/{ext → dist}/ice/cpp/src/Ice/ProtocolPluginFacade.h +0 -0
  782. /data/{ext → dist}/ice/cpp/src/Ice/ProtocolPluginFacadeF.h +0 -0
  783. /data/{ext → dist}/ice/cpp/src/Ice/ProxyFactory.cpp +0 -0
  784. /data/{ext → dist}/ice/cpp/src/Ice/ProxyFactory.h +0 -0
  785. /data/{ext → dist}/ice/cpp/src/Ice/Reference.cpp +0 -0
  786. /data/{ext → dist}/ice/cpp/src/Ice/Reference.h +0 -0
  787. /data/{ext → dist}/ice/cpp/src/Ice/ReferenceFactory.cpp +0 -0
  788. /data/{ext → dist}/ice/cpp/src/Ice/ReferenceFactory.h +0 -0
  789. /data/{ext → dist}/ice/cpp/src/Ice/ReferenceFactoryF.h +0 -0
  790. /data/{ext → dist}/ice/cpp/src/Ice/RegisterPluginsInit.cpp +0 -0
  791. /data/{ext → dist}/ice/cpp/src/Ice/RegisterPluginsInit.h +0 -0
  792. /data/{ext → dist}/ice/cpp/src/Ice/ReplyStatus.h +0 -0
  793. /data/{ext → dist}/ice/cpp/src/Ice/RequestHandler.cpp +0 -0
  794. /data/{ext → dist}/ice/cpp/src/Ice/RequestHandler.h +0 -0
  795. /data/{ext → dist}/ice/cpp/src/Ice/RequestHandlerFactory.cpp +0 -0
  796. /data/{ext → dist}/ice/cpp/src/Ice/RequestHandlerFactory.h +0 -0
  797. /data/{ext → dist}/ice/cpp/src/Ice/ResponseHandler.cpp +0 -0
  798. /data/{ext → dist}/ice/cpp/src/Ice/ResponseHandler.h +0 -0
  799. /data/{ext → dist}/ice/cpp/src/Ice/RetryQueue.cpp +0 -0
  800. /data/{ext → dist}/ice/cpp/src/Ice/RetryQueue.h +0 -0
  801. /data/{ext → dist}/ice/cpp/src/Ice/RetryQueueF.h +0 -0
  802. /data/{ext → dist}/ice/cpp/src/Ice/RouterInfo.cpp +0 -0
  803. /data/{ext → dist}/ice/cpp/src/Ice/RouterInfo.h +0 -0
  804. /data/{ext → dist}/ice/cpp/src/Ice/RouterInfoF.h +0 -0
  805. /data/{ext → dist}/ice/cpp/src/Ice/ServantManager.cpp +0 -0
  806. /data/{ext → dist}/ice/cpp/src/Ice/ServantManager.h +0 -0
  807. /data/{ext → dist}/ice/cpp/src/Ice/SharedContext.h +0 -0
  808. /data/{ext → dist}/ice/cpp/src/Ice/SliceChecksums.cpp +0 -0
  809. /data/{ext → dist}/ice/cpp/src/Ice/SlicedData.cpp +0 -0
  810. /data/{ext → dist}/ice/cpp/src/Ice/StringConverterPlugin.cpp +0 -0
  811. /data/{ext → dist}/ice/cpp/src/Ice/StringUtil.h +0 -0
  812. /data/{ext → dist}/ice/cpp/src/Ice/SysLoggerI.cpp +0 -0
  813. /data/{ext → dist}/ice/cpp/src/Ice/SysLoggerI.h +0 -0
  814. /data/{ext → dist}/ice/cpp/src/Ice/SystemdJournalI.cpp +0 -0
  815. /data/{ext → dist}/ice/cpp/src/Ice/SystemdJournalI.h +0 -0
  816. /data/{ext → dist}/ice/cpp/src/Ice/TcpConnector.cpp +0 -0
  817. /data/{ext → dist}/ice/cpp/src/Ice/TcpConnector.h +0 -0
  818. /data/{ext → dist}/ice/cpp/src/Ice/TcpEndpointI.cpp +0 -0
  819. /data/{ext → dist}/ice/cpp/src/Ice/TcpEndpointI.h +0 -0
  820. /data/{ext → dist}/ice/cpp/src/Ice/Timer.cpp +0 -0
  821. /data/{ext → dist}/ice/cpp/src/Ice/TraceLevels.cpp +0 -0
  822. /data/{ext → dist}/ice/cpp/src/Ice/TraceLevels.h +0 -0
  823. /data/{ext → dist}/ice/cpp/src/Ice/TraceLevelsF.h +0 -0
  824. /data/{ext → dist}/ice/cpp/src/Ice/TraceUtil.cpp +0 -0
  825. /data/{ext → dist}/ice/cpp/src/Ice/TraceUtil.h +0 -0
  826. /data/{ext → dist}/ice/cpp/src/Ice/Transceiver.cpp +0 -0
  827. /data/{ext → dist}/ice/cpp/src/Ice/TransceiverF.h +0 -0
  828. /data/{ext → dist}/ice/cpp/src/Ice/UdpConnector.h +0 -0
  829. /data/{ext → dist}/ice/cpp/src/Ice/UdpEndpointI.cpp +0 -0
  830. /data/{ext → dist}/ice/cpp/src/Ice/UdpEndpointI.h +0 -0
  831. /data/{ext → dist}/ice/cpp/src/Ice/Value.cpp +0 -0
  832. /data/{ext → dist}/ice/cpp/src/Ice/ValueFactoryManagerI.cpp +0 -0
  833. /data/{ext → dist}/ice/cpp/src/Ice/ValueFactoryManagerI.h +0 -0
  834. /data/{ext → dist}/ice/cpp/src/Ice/VirtualShared.h +0 -0
  835. /data/{ext → dist}/ice/cpp/src/Ice/WSConnector.cpp +0 -0
  836. /data/{ext → dist}/ice/cpp/src/Ice/WSConnector.h +0 -0
  837. /data/{ext → dist}/ice/cpp/src/Ice/WSEndpoint.cpp +0 -0
  838. /data/{ext → dist}/ice/cpp/src/Ice/WSEndpoint.h +0 -0
  839. /data/{ext → dist}/ice/cpp/src/IceDiscovery/LocatorI.cpp +0 -0
  840. /data/{ext → dist}/ice/cpp/src/IceDiscovery/LocatorI.h +0 -0
  841. /data/{ext → dist}/ice/cpp/src/IceDiscovery/LookupI.cpp +0 -0
  842. /data/{ext → dist}/ice/cpp/src/IceDiscovery/LookupI.h +0 -0
  843. /data/{ext → dist}/ice/cpp/src/IceDiscovery/PluginI.cpp +0 -0
  844. /data/{ext → dist}/ice/cpp/src/IceDiscovery/PluginI.h +0 -0
  845. /data/{ext → dist}/ice/cpp/src/IceLocatorDiscovery/Plugin.h +0 -0
  846. /data/{ext → dist}/ice/cpp/src/IceLocatorDiscovery/PluginI.cpp +0 -0
  847. /data/{ext → dist}/ice/cpp/src/IceSSL/CertificateI.cpp +0 -0
  848. /data/{ext → dist}/ice/cpp/src/IceSSL/CertificateI.h +0 -0
  849. /data/{ext → dist}/ice/cpp/src/IceSSL/ConnectorI.cpp +0 -0
  850. /data/{ext → dist}/ice/cpp/src/IceSSL/ConnectorI.h +0 -0
  851. /data/{ext → dist}/ice/cpp/src/IceSSL/EndpointI.cpp +0 -0
  852. /data/{ext → dist}/ice/cpp/src/IceSSL/EndpointI.h +0 -0
  853. /data/{ext → dist}/ice/cpp/src/IceSSL/Instance.cpp +0 -0
  854. /data/{ext → dist}/ice/cpp/src/IceSSL/Instance.h +0 -0
  855. /data/{ext → dist}/ice/cpp/src/IceSSL/InstanceF.h +0 -0
  856. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +0 -0
  857. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +0 -0
  858. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLEngine.h +0 -0
  859. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLEngineF.h +0 -0
  860. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLPluginI.cpp +0 -0
  861. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLTransceiverI.h +0 -0
  862. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLUtil.cpp +0 -0
  863. /data/{ext → dist}/ice/cpp/src/IceSSL/OpenSSLUtil.h +0 -0
  864. /data/{ext → dist}/ice/cpp/src/IceSSL/PluginI.h +0 -0
  865. /data/{ext → dist}/ice/cpp/src/IceSSL/RFC2253.cpp +0 -0
  866. /data/{ext → dist}/ice/cpp/src/IceSSL/RFC2253.h +0 -0
  867. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelCertificateI.cpp +0 -0
  868. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelEngine.cpp +0 -0
  869. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelEngine.h +0 -0
  870. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelEngineF.h +0 -0
  871. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelPluginI.cpp +0 -0
  872. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelTransceiverI.cpp +0 -0
  873. /data/{ext → dist}/ice/cpp/src/IceSSL/SChannelTransceiverI.h +0 -0
  874. /data/{ext → dist}/ice/cpp/src/IceSSL/SSLEngine.cpp +0 -0
  875. /data/{ext → dist}/ice/cpp/src/IceSSL/SSLEngine.h +0 -0
  876. /data/{ext → dist}/ice/cpp/src/IceSSL/SSLEngineF.h +0 -0
  877. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportCertificateI.cpp +0 -0
  878. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportEngine.cpp +0 -0
  879. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportEngine.h +0 -0
  880. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportEngineF.h +0 -0
  881. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportPluginI.cpp +0 -0
  882. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportTransceiverI.h +0 -0
  883. /data/{ext → dist}/ice/cpp/src/IceSSL/SecureTransportUtil.h +0 -0
  884. /data/{ext → dist}/ice/cpp/src/IceSSL/TrustManager.cpp +0 -0
  885. /data/{ext → dist}/ice/cpp/src/IceSSL/TrustManager.h +0 -0
  886. /data/{ext → dist}/ice/cpp/src/IceSSL/TrustManagerF.h +0 -0
  887. /data/{ext → dist}/ice/cpp/src/IceSSL/Util.h +0 -0
  888. /data/{ext → dist}/ice/cpp/src/IceUtil/ConvertUTF.cpp +0 -0
  889. /data/{ext → dist}/ice/cpp/src/IceUtil/ConvertUTF.h +0 -0
  890. /data/{ext → dist}/ice/cpp/src/IceUtil/CtrlCHandler.cpp +0 -0
  891. /data/{ext → dist}/ice/cpp/src/IceUtil/InputUtil.cpp +0 -0
  892. /data/{ext → dist}/ice/cpp/src/IceUtil/MutexProtocol.cpp +0 -0
  893. /data/{ext → dist}/ice/cpp/src/IceUtil/Options.cpp +0 -0
  894. /data/{ext → dist}/ice/cpp/src/IceUtil/OutputUtil.cpp +0 -0
  895. /data/{ext → dist}/ice/cpp/src/IceUtil/Random.cpp +0 -0
  896. /data/{ext → dist}/ice/cpp/src/IceUtil/Shared.cpp +0 -0
  897. /data/{ext → dist}/ice/cpp/src/IceUtil/ThreadException.cpp +0 -0
  898. /data/{ext → dist}/ice/cpp/src/IceUtil/Time.cpp +0 -0
  899. /data/{ext → dist}/ice/cpp/src/IceUtil/Unicode.cpp +0 -0
  900. /data/{ext → dist}/ice/cpp/src/IceUtil/Unicode.h +0 -0
  901. /data/{ext → dist}/ice/cpp/src/Slice/CPlusPlusUtil.cpp +0 -0
  902. /data/{ext → dist}/ice/cpp/src/Slice/CPlusPlusUtil.h +0 -0
  903. /data/{ext → dist}/ice/cpp/src/Slice/Checksum.cpp +0 -0
  904. /data/{ext → dist}/ice/cpp/src/Slice/Checksum.h +0 -0
  905. /data/{ext → dist}/ice/cpp/src/Slice/FileTracker.cpp +0 -0
  906. /data/{ext → dist}/ice/cpp/src/Slice/FileTracker.h +0 -0
  907. /data/{ext → dist}/ice/cpp/src/Slice/Grammar.cpp +0 -0
  908. /data/{ext → dist}/ice/cpp/src/Slice/Grammar.h +0 -0
  909. /data/{ext → dist}/ice/cpp/src/Slice/GrammarUtil.h +0 -0
  910. /data/{ext → dist}/ice/cpp/src/Slice/MD5.cpp +0 -0
  911. /data/{ext → dist}/ice/cpp/src/Slice/MD5.h +0 -0
  912. /data/{ext → dist}/ice/cpp/src/Slice/MD5I.cpp +0 -0
  913. /data/{ext → dist}/ice/cpp/src/Slice/MD5I.h +0 -0
  914. /data/{ext → dist}/ice/cpp/src/Slice/PHPUtil.cpp +0 -0
  915. /data/{ext → dist}/ice/cpp/src/Slice/PHPUtil.h +0 -0
  916. /data/{ext → dist}/ice/cpp/src/Slice/Parser.cpp +0 -0
  917. /data/{ext → dist}/ice/cpp/src/Slice/Parser.h +0 -0
  918. /data/{ext → dist}/ice/cpp/src/Slice/Preprocessor.cpp +0 -0
  919. /data/{ext → dist}/ice/cpp/src/Slice/Preprocessor.h +0 -0
  920. /data/{ext → dist}/ice/cpp/src/Slice/Python.cpp +0 -0
  921. /data/{ext → dist}/ice/cpp/src/Slice/PythonUtil.cpp +0 -0
  922. /data/{ext → dist}/ice/cpp/src/Slice/PythonUtil.h +0 -0
  923. /data/{ext → dist}/ice/cpp/src/Slice/Ruby.cpp +0 -0
  924. /data/{ext → dist}/ice/cpp/src/Slice/RubyUtil.cpp +0 -0
  925. /data/{ext → dist}/ice/cpp/src/Slice/RubyUtil.h +0 -0
  926. /data/{ext → dist}/ice/cpp/src/Slice/Scanner.cpp +0 -0
  927. /data/{ext → dist}/ice/cpp/src/Slice/SliceUtil.cpp +0 -0
  928. /data/{ext → dist}/ice/cpp/src/Slice/StringLiteralUtil.cpp +0 -0
  929. /data/{ext → dist}/ice/cpp/src/Slice/Util.h +0 -0
  930. /data/{ext → dist}/ice/mcpp/config.h +0 -0
  931. /data/{ext → dist}/ice/mcpp/configed.H +0 -0
  932. /data/{ext → dist}/ice/mcpp/eval.c +0 -0
  933. /data/{ext → dist}/ice/mcpp/expand.c +0 -0
  934. /data/{ext → dist}/ice/mcpp/mbchar.c +0 -0
  935. /data/{ext → dist}/ice/mcpp/mcpp_lib.h +0 -0
  936. /data/{ext → dist}/ice/mcpp/mcpp_out.h +0 -0
  937. /data/{ext → dist}/ice/mcpp/system.H +0 -0
  938. /data/{slice → dist/ice/slice}/Glacier2/Metrics.ice +0 -0
  939. /data/{slice → dist/ice/slice}/Glacier2/PermissionsVerifier.ice +0 -0
  940. /data/{slice → dist/ice/slice}/Glacier2/PermissionsVerifierF.ice +0 -0
  941. /data/{slice → dist/ice/slice}/Glacier2/Router.ice +0 -0
  942. /data/{slice → dist/ice/slice}/Glacier2/RouterF.ice +0 -0
  943. /data/{slice → dist/ice/slice}/Glacier2/SSLInfo.ice +0 -0
  944. /data/{slice → dist/ice/slice}/Glacier2/Session.ice +0 -0
  945. /data/{slice → dist/ice/slice}/Ice/BuiltinSequences.ice +0 -0
  946. /data/{slice → dist/ice/slice}/Ice/Communicator.ice +0 -0
  947. /data/{slice → dist/ice/slice}/Ice/CommunicatorF.ice +0 -0
  948. /data/{slice → dist/ice/slice}/Ice/ConnectionF.ice +0 -0
  949. /data/{slice → dist/ice/slice}/Ice/Endpoint.ice +0 -0
  950. /data/{slice → dist/ice/slice}/Ice/EndpointF.ice +0 -0
  951. /data/{slice → dist/ice/slice}/Ice/EndpointTypes.ice +0 -0
  952. /data/{slice → dist/ice/slice}/Ice/FacetMap.ice +0 -0
  953. /data/{slice → dist/ice/slice}/Ice/Identity.ice +0 -0
  954. /data/{slice → dist/ice/slice}/Ice/ImplicitContext.ice +0 -0
  955. /data/{slice → dist/ice/slice}/Ice/ImplicitContextF.ice +0 -0
  956. /data/{slice → dist/ice/slice}/Ice/Instrumentation.ice +0 -0
  957. /data/{slice → dist/ice/slice}/Ice/InstrumentationF.ice +0 -0
  958. /data/{slice → dist/ice/slice}/Ice/LocalException.ice +0 -0
  959. /data/{slice → dist/ice/slice}/Ice/LocatorF.ice +0 -0
  960. /data/{slice → dist/ice/slice}/Ice/Logger.ice +0 -0
  961. /data/{slice → dist/ice/slice}/Ice/LoggerF.ice +0 -0
  962. /data/{slice → dist/ice/slice}/Ice/ObjectAdapterF.ice +0 -0
  963. /data/{slice → dist/ice/slice}/Ice/ObjectFactory.ice +0 -0
  964. /data/{slice → dist/ice/slice}/Ice/Plugin.ice +0 -0
  965. /data/{slice → dist/ice/slice}/Ice/PluginF.ice +0 -0
  966. /data/{slice → dist/ice/slice}/Ice/Process.ice +0 -0
  967. /data/{slice → dist/ice/slice}/Ice/ProcessF.ice +0 -0
  968. /data/{slice → dist/ice/slice}/Ice/PropertiesAdmin.ice +0 -0
  969. /data/{slice → dist/ice/slice}/Ice/PropertiesF.ice +0 -0
  970. /data/{slice → dist/ice/slice}/Ice/RemoteLogger.ice +0 -0
  971. /data/{slice → dist/ice/slice}/Ice/RouterF.ice +0 -0
  972. /data/{slice → dist/ice/slice}/Ice/ServantLocator.ice +0 -0
  973. /data/{slice → dist/ice/slice}/Ice/ServantLocatorF.ice +0 -0
  974. /data/{slice → dist/ice/slice}/Ice/SliceChecksumDict.ice +0 -0
  975. /data/{slice → dist/ice/slice}/Ice/ValueFactory.ice +0 -0
  976. /data/{slice → dist/ice/slice}/Ice/Version.ice +0 -0
  977. /data/{slice → dist/ice/slice}/IceBox/IceBox.ice +0 -0
  978. /data/{slice → dist/ice/slice}/IceGrid/Admin.ice +0 -0
  979. /data/{slice → dist/ice/slice}/IceGrid/Descriptor.ice +0 -0
  980. /data/{slice → dist/ice/slice}/IceGrid/Exception.ice +0 -0
  981. /data/{slice → dist/ice/slice}/IceGrid/FileParser.ice +0 -0
  982. /data/{slice → dist/ice/slice}/IceGrid/Registry.ice +0 -0
  983. /data/{slice → dist/ice/slice}/IceGrid/Session.ice +0 -0
  984. /data/{slice → dist/ice/slice}/IceGrid/UserAccountMapper.ice +0 -0
  985. /data/{slice → dist/ice/slice}/IcePatch2/FileInfo.ice +0 -0
  986. /data/{slice → dist/ice/slice}/IcePatch2/FileServer.ice +0 -0
  987. /data/{slice → dist/ice/slice}/IceStorm/Metrics.ice +0 -0
  988. /data/{lib → dist/lib}/Glacier2.rb +0 -0
  989. /data/{lib → dist/lib}/Ice.rb +0 -0
  990. /data/{lib → dist/lib}/IceBox.rb +0 -0
  991. /data/{lib → dist/lib}/IceGrid.rb +0 -0
  992. /data/{lib → dist/lib}/IcePatch2.rb +0 -0
  993. /data/{lib → dist/lib}/IceStorm.rb +0 -0
  994. /data/{bin → scripts}/slice2rb +0 -0
@@ -0,0 +1,3260 @@
1
+ //
2
+ // Copyright (c) ZeroC, Inc. All rights reserved.
3
+ //
4
+ //
5
+ // Ice version 3.7.11
6
+ //
7
+ // <auto-generated>
8
+ //
9
+ // Generated from file `Router.ice'
10
+ //
11
+ // Warning: do not edit this file.
12
+ //
13
+ // </auto-generated>
14
+ //
15
+
16
+ #ifndef __Glacier2_Router_h__
17
+ #define __Glacier2_Router_h__
18
+
19
+ #include <IceUtil/PushDisableWarnings.h>
20
+ #include <Ice/ProxyF.h>
21
+ #include <Ice/ObjectF.h>
22
+ #include <Ice/ValueF.h>
23
+ #include <Ice/Exception.h>
24
+ #include <Ice/LocalObject.h>
25
+ #include <Ice/StreamHelpers.h>
26
+ #include <Ice/Comparable.h>
27
+ #include <Ice/Proxy.h>
28
+ #include <Ice/Object.h>
29
+ #include <Ice/GCObject.h>
30
+ #include <Ice/Value.h>
31
+ #include <Ice/Incoming.h>
32
+ #include <Ice/IncomingAsync.h>
33
+ #include <Ice/FactoryTableInit.h>
34
+ #include <IceUtil/ScopedArray.h>
35
+ #include <Ice/Optional.h>
36
+ #include <Ice/ExceptionHelpers.h>
37
+ #include <Ice/SlicedDataF.h>
38
+ #include <Ice/Router.h>
39
+ #include <Glacier2/Session.h>
40
+ #include <Glacier2/PermissionsVerifier.h>
41
+ #include <IceUtil/UndefSysMacros.h>
42
+ #include <Glacier2/Config.h>
43
+
44
+ #ifndef ICE_IGNORE_VERSION
45
+ # if ICE_INT_VERSION / 100 != 307
46
+ # error Ice version mismatch!
47
+ # endif
48
+ # if ICE_INT_VERSION % 100 >= 50
49
+ # error Beta header file detected
50
+ # endif
51
+ # if ICE_INT_VERSION % 100 < 11
52
+ # error Ice patch level mismatch!
53
+ # endif
54
+ #endif
55
+
56
+ #ifndef GLACIER2_API
57
+ # if defined(ICE_STATIC_LIBS)
58
+ # define GLACIER2_API /**/
59
+ # elif defined(GLACIER2_API_EXPORTS)
60
+ # define GLACIER2_API ICE_DECLSPEC_EXPORT
61
+ # else
62
+ # define GLACIER2_API ICE_DECLSPEC_IMPORT
63
+ # endif
64
+ #endif
65
+
66
+ #ifdef ICE_CPP11_MAPPING // C++11 mapping
67
+
68
+ namespace Glacier2
69
+ {
70
+
71
+ class Router;
72
+ class RouterPrx;
73
+
74
+ }
75
+
76
+ namespace Glacier2
77
+ {
78
+
79
+ /**
80
+ * This exception is raised if a client tries to destroy a session
81
+ * with a router, but no session exists for the client.
82
+ * @see Router#destroySession
83
+ * \headerfile Glacier2/Glacier2.h
84
+ */
85
+ class ICE_CLASS(GLACIER2_API) SessionNotExistException : public ::Ice::UserExceptionHelper<SessionNotExistException, ::Ice::UserException>
86
+ {
87
+ public:
88
+
89
+ ICE_MEMBER(GLACIER2_API) virtual ~SessionNotExistException();
90
+
91
+ SessionNotExistException(const SessionNotExistException&) = default;
92
+
93
+ SessionNotExistException() = default;
94
+
95
+ /**
96
+ * Obtains a tuple containing all of the exception's data members.
97
+ * @return The data members in a tuple.
98
+ */
99
+ std::tuple<> ice_tuple() const
100
+ {
101
+ return std::tie();
102
+ }
103
+
104
+ /**
105
+ * Obtains the Slice type ID of this exception.
106
+ * @return The fully-scoped type ID.
107
+ */
108
+ ICE_MEMBER(GLACIER2_API) static const ::std::string& ice_staticId();
109
+ };
110
+
111
+ /// \cond INTERNAL
112
+ static SessionNotExistException _iceS_SessionNotExistException_init;
113
+ /// \endcond
114
+
115
+ }
116
+
117
+ namespace Glacier2
118
+ {
119
+
120
+ /**
121
+ * The Glacier2 specialization of the <code>Ice::Router</code> interface.
122
+ * \headerfile Glacier2/Glacier2.h
123
+ */
124
+ class GLACIER2_API Router : public virtual ::Ice::Router
125
+ {
126
+ public:
127
+
128
+ using ProxyType = RouterPrx;
129
+
130
+ /**
131
+ * Determines whether this object supports an interface with the given Slice type ID.
132
+ * @param id The fully-scoped Slice type ID.
133
+ * @param current The Current object for the invocation.
134
+ * @return True if this object supports the interface, false, otherwise.
135
+ */
136
+ virtual bool ice_isA(::std::string id, const ::Ice::Current& current) const override;
137
+
138
+ /**
139
+ * Obtains a list of the Slice type IDs representing the interfaces supported by this object.
140
+ * @param current The Current object for the invocation.
141
+ * @return A list of fully-scoped type IDs.
142
+ */
143
+ virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current) const override;
144
+
145
+ /**
146
+ * Obtains a Slice type ID representing the most-derived interface supported by this object.
147
+ * @param current The Current object for the invocation.
148
+ * @return A fully-scoped type ID.
149
+ */
150
+ virtual ::std::string ice_id(const ::Ice::Current& current) const override;
151
+
152
+ /**
153
+ * Obtains the Slice type ID corresponding to this class.
154
+ * @return A fully-scoped type ID.
155
+ */
156
+ static const ::std::string& ice_staticId();
157
+
158
+ /**
159
+ * This category must be used in the identities of all of the client's
160
+ * callback objects. This is necessary in order for the router to
161
+ * forward callback requests to the intended client. If the Glacier2
162
+ * server endpoints are not set, the returned category is an empty
163
+ * string.
164
+ * @param current The Current object for the invocation.
165
+ * @return The category.
166
+ */
167
+ virtual ::std::string getCategoryForClient(const ::Ice::Current& current) const = 0;
168
+ /// \cond INTERNAL
169
+ bool _iceD_getCategoryForClient(::IceInternal::Incoming&, const ::Ice::Current&) const;
170
+ /// \endcond
171
+
172
+ /**
173
+ * Create a per-client session with the router. If a
174
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
175
+ * object is returned to the client. Otherwise, null is returned
176
+ * and only an internal session (i.e., not visible to the client)
177
+ * is created.
178
+ *
179
+ * If a session proxy is returned, it must be configured to route
180
+ * through the router that created it. This will happen automatically
181
+ * if the router is configured as the client's default router at the
182
+ * time the session proxy is created in the client process, otherwise
183
+ * the client must configure the session proxy explicitly.
184
+ * @param userId The user id for which to check the password.
185
+ * @param password The password for the given user id.
186
+ * @param response The response callback.
187
+ * @param exception The exception callback.
188
+ * @param current The Current object for the invocation.
189
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
190
+ * cannot be created.
191
+ * @throws Glacier2::PermissionDeniedException Raised if the password for
192
+ * the given user id is not correct, or if the user is not allowed
193
+ * access.
194
+ * @see Session
195
+ * @see SessionManager
196
+ * @see PermissionsVerifier
197
+ */
198
+ virtual void createSessionAsync(::std::string userId, ::std::string password, ::std::function<void(const ::std::shared_ptr<SessionPrx>& returnValue)> response, ::std::function<void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
199
+ /// \cond INTERNAL
200
+ bool _iceD_createSession(::IceInternal::Incoming&, const ::Ice::Current&);
201
+ /// \endcond
202
+
203
+ /**
204
+ * Create a per-client session with the router. The user is
205
+ * authenticated through the SSL certificates that have been
206
+ * associated with the connection. If a {@link SessionManager} has been
207
+ * installed, a proxy to a {@link Session} object is returned to the
208
+ * client. Otherwise, null is returned and only an internal
209
+ * session (i.e., not visible to the client) is created.
210
+ *
211
+ * If a session proxy is returned, it must be configured to route
212
+ * through the router that created it. This will happen automatically
213
+ * if the router is configured as the client's default router at the
214
+ * time the session proxy is created in the client process, otherwise
215
+ * the client must configure the session proxy explicitly.
216
+ * @param response The response callback.
217
+ * @param exception The exception callback.
218
+ * @param current The Current object for the invocation.
219
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
220
+ * cannot be created.
221
+ * @throws Glacier2::PermissionDeniedException Raised if the user cannot be
222
+ * authenticated or if the user is not allowed access.
223
+ * @see Session
224
+ * @see SessionManager
225
+ * @see PermissionsVerifier
226
+ */
227
+ virtual void createSessionFromSecureConnectionAsync(::std::function<void(const ::std::shared_ptr<SessionPrx>& returnValue)> response, ::std::function<void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
228
+ /// \cond INTERNAL
229
+ bool _iceD_createSessionFromSecureConnection(::IceInternal::Incoming&, const ::Ice::Current&);
230
+ /// \endcond
231
+
232
+ /**
233
+ * Keep the calling client's session with this router alive.
234
+ * @param response The response callback.
235
+ * @param exception The exception callback.
236
+ * @param current The Current object for the invocation.
237
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
238
+ * for the calling client.
239
+ */
240
+ virtual void refreshSessionAsync(::std::function<void()> response, ::std::function<void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
241
+ /// \cond INTERNAL
242
+ bool _iceD_refreshSession(::IceInternal::Incoming&, const ::Ice::Current&);
243
+ /// \endcond
244
+
245
+ /**
246
+ * Destroy the calling client's session with this router.
247
+ * @param current The Current object for the invocation.
248
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
249
+ * for the calling client.
250
+ */
251
+ virtual void destroySession(const ::Ice::Current& current) = 0;
252
+ /// \cond INTERNAL
253
+ bool _iceD_destroySession(::IceInternal::Incoming&, const ::Ice::Current&);
254
+ /// \endcond
255
+
256
+ /**
257
+ * Get the value of the session timeout. Sessions are destroyed
258
+ * if they see no activity for this period of time.
259
+ * @param current The Current object for the invocation.
260
+ * @return The timeout (in seconds).
261
+ */
262
+ virtual long long int getSessionTimeout(const ::Ice::Current& current) const = 0;
263
+ /// \cond INTERNAL
264
+ bool _iceD_getSessionTimeout(::IceInternal::Incoming&, const ::Ice::Current&) const;
265
+ /// \endcond
266
+
267
+ /**
268
+ * Get the value of the ACM timeout. Clients supporting connection
269
+ * heartbeats can enable them instead of explicitly sending keep
270
+ * alives requests.
271
+ *
272
+ * NOTE: This method is only available since Ice 3.6.
273
+ * @param current The Current object for the invocation.
274
+ * @return The timeout (in seconds).
275
+ */
276
+ virtual int getACMTimeout(const ::Ice::Current& current) const = 0;
277
+ /// \cond INTERNAL
278
+ bool _iceD_getACMTimeout(::IceInternal::Incoming&, const ::Ice::Current&) const;
279
+ /// \endcond
280
+
281
+ /// \cond INTERNAL
282
+ virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&) override;
283
+ /// \endcond
284
+ };
285
+
286
+ }
287
+
288
+ namespace Glacier2
289
+ {
290
+
291
+ /**
292
+ * The Glacier2 specialization of the <code>Ice::Router</code> interface.
293
+ * \headerfile Glacier2/Glacier2.h
294
+ */
295
+ class ICE_CLASS(GLACIER2_API) RouterPrx : public virtual ::Ice::Proxy<RouterPrx, ::Ice::RouterPrx>
296
+ {
297
+ public:
298
+
299
+ /**
300
+ * This category must be used in the identities of all of the client's
301
+ * callback objects. This is necessary in order for the router to
302
+ * forward callback requests to the intended client. If the Glacier2
303
+ * server endpoints are not set, the returned category is an empty
304
+ * string.
305
+ * @param context The Context map to send with the invocation.
306
+ * @return The category.
307
+ */
308
+ ::std::string getCategoryForClient(const ::Ice::Context& context = ::Ice::noExplicitContext)
309
+ {
310
+ return _makePromiseOutgoing<::std::string>(true, this, &RouterPrx::_iceI_getCategoryForClient, context).get();
311
+ }
312
+
313
+ /**
314
+ * This category must be used in the identities of all of the client's
315
+ * callback objects. This is necessary in order for the router to
316
+ * forward callback requests to the intended client. If the Glacier2
317
+ * server endpoints are not set, the returned category is an empty
318
+ * string.
319
+ * @param context The Context map to send with the invocation.
320
+ * @return The future object for the invocation.
321
+ */
322
+ template<template<typename> class P = ::std::promise>
323
+ auto getCategoryForClientAsync(const ::Ice::Context& context = ::Ice::noExplicitContext)
324
+ -> decltype(::std::declval<P<::std::string>>().get_future())
325
+ {
326
+ return _makePromiseOutgoing<::std::string, P>(false, this, &RouterPrx::_iceI_getCategoryForClient, context);
327
+ }
328
+
329
+ /**
330
+ * This category must be used in the identities of all of the client's
331
+ * callback objects. This is necessary in order for the router to
332
+ * forward callback requests to the intended client. If the Glacier2
333
+ * server endpoints are not set, the returned category is an empty
334
+ * string.
335
+ * @param response The response callback.
336
+ * @param ex The exception callback.
337
+ * @param sent The sent callback.
338
+ * @param context The Context map to send with the invocation.
339
+ * @return A function that can be called to cancel the invocation locally.
340
+ */
341
+ ::std::function<void()>
342
+ getCategoryForClientAsync(::std::function<void(::std::string)> response,
343
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
344
+ ::std::function<void(bool)> sent = nullptr,
345
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
346
+ {
347
+ return _makeLambdaOutgoing<::std::string>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_getCategoryForClient, context);
348
+ }
349
+
350
+ /// \cond INTERNAL
351
+ ICE_MEMBER(GLACIER2_API) void _iceI_getCategoryForClient(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::string>>&, const ::Ice::Context&);
352
+ /// \endcond
353
+
354
+ /**
355
+ * Create a per-client session with the router. If a
356
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
357
+ * object is returned to the client. Otherwise, null is returned
358
+ * and only an internal session (i.e., not visible to the client)
359
+ * is created.
360
+ *
361
+ * If a session proxy is returned, it must be configured to route
362
+ * through the router that created it. This will happen automatically
363
+ * if the router is configured as the client's default router at the
364
+ * time the session proxy is created in the client process, otherwise
365
+ * the client must configure the session proxy explicitly.
366
+ * @param userId The user id for which to check the password.
367
+ * @param password The password for the given user id.
368
+ * @param context The Context map to send with the invocation.
369
+ * @return A proxy for the newly created session, or null if no
370
+ * {@link SessionManager} has been installed.
371
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
372
+ * cannot be created.
373
+ * @throws Glacier2::PermissionDeniedException Raised if the password for
374
+ * the given user id is not correct, or if the user is not allowed
375
+ * access.
376
+ * @see Session
377
+ * @see SessionManager
378
+ * @see PermissionsVerifier
379
+ */
380
+ ::std::shared_ptr<SessionPrx> createSession(const ::std::string& userId, const ::std::string& password, const ::Ice::Context& context = ::Ice::noExplicitContext)
381
+ {
382
+ return _makePromiseOutgoing<::std::shared_ptr<::Glacier2::SessionPrx>>(true, this, &RouterPrx::_iceI_createSession, userId, password, context).get();
383
+ }
384
+
385
+ /**
386
+ * Create a per-client session with the router. If a
387
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
388
+ * object is returned to the client. Otherwise, null is returned
389
+ * and only an internal session (i.e., not visible to the client)
390
+ * is created.
391
+ *
392
+ * If a session proxy is returned, it must be configured to route
393
+ * through the router that created it. This will happen automatically
394
+ * if the router is configured as the client's default router at the
395
+ * time the session proxy is created in the client process, otherwise
396
+ * the client must configure the session proxy explicitly.
397
+ * @param userId The user id for which to check the password.
398
+ * @param password The password for the given user id.
399
+ * @param context The Context map to send with the invocation.
400
+ * @return The future object for the invocation.
401
+ * @see Session
402
+ * @see SessionManager
403
+ * @see PermissionsVerifier
404
+ */
405
+ template<template<typename> class P = ::std::promise>
406
+ auto createSessionAsync(const ::std::string& userId, const ::std::string& password, const ::Ice::Context& context = ::Ice::noExplicitContext)
407
+ -> decltype(::std::declval<P<::std::shared_ptr<::Glacier2::SessionPrx>>>().get_future())
408
+ {
409
+ return _makePromiseOutgoing<::std::shared_ptr<::Glacier2::SessionPrx>, P>(false, this, &RouterPrx::_iceI_createSession, userId, password, context);
410
+ }
411
+
412
+ /**
413
+ * Create a per-client session with the router. If a
414
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
415
+ * object is returned to the client. Otherwise, null is returned
416
+ * and only an internal session (i.e., not visible to the client)
417
+ * is created.
418
+ *
419
+ * If a session proxy is returned, it must be configured to route
420
+ * through the router that created it. This will happen automatically
421
+ * if the router is configured as the client's default router at the
422
+ * time the session proxy is created in the client process, otherwise
423
+ * the client must configure the session proxy explicitly.
424
+ * @param userId The user id for which to check the password.
425
+ * @param password The password for the given user id.
426
+ * @param response The response callback.
427
+ * @param ex The exception callback.
428
+ * @param sent The sent callback.
429
+ * @param context The Context map to send with the invocation.
430
+ * @return A function that can be called to cancel the invocation locally.
431
+ * @see Session
432
+ * @see SessionManager
433
+ * @see PermissionsVerifier
434
+ */
435
+ ::std::function<void()>
436
+ createSessionAsync(const ::std::string& userId, const ::std::string& password,
437
+ ::std::function<void(::std::shared_ptr<::Glacier2::SessionPrx>)> response,
438
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
439
+ ::std::function<void(bool)> sent = nullptr,
440
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
441
+ {
442
+ return _makeLambdaOutgoing<::std::shared_ptr<::Glacier2::SessionPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_createSession, userId, password, context);
443
+ }
444
+
445
+ /// \cond INTERNAL
446
+ ICE_MEMBER(GLACIER2_API) void _iceI_createSession(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::Glacier2::SessionPrx>>>&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
447
+ /// \endcond
448
+
449
+ /**
450
+ * Create a per-client session with the router. The user is
451
+ * authenticated through the SSL certificates that have been
452
+ * associated with the connection. If a {@link SessionManager} has been
453
+ * installed, a proxy to a {@link Session} object is returned to the
454
+ * client. Otherwise, null is returned and only an internal
455
+ * session (i.e., not visible to the client) is created.
456
+ *
457
+ * If a session proxy is returned, it must be configured to route
458
+ * through the router that created it. This will happen automatically
459
+ * if the router is configured as the client's default router at the
460
+ * time the session proxy is created in the client process, otherwise
461
+ * the client must configure the session proxy explicitly.
462
+ * @param context The Context map to send with the invocation.
463
+ * @return A proxy for the newly created session, or null if no
464
+ * {@link SessionManager} has been installed.
465
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
466
+ * cannot be created.
467
+ * @throws Glacier2::PermissionDeniedException Raised if the user cannot be
468
+ * authenticated or if the user is not allowed access.
469
+ * @see Session
470
+ * @see SessionManager
471
+ * @see PermissionsVerifier
472
+ */
473
+ ::std::shared_ptr<SessionPrx> createSessionFromSecureConnection(const ::Ice::Context& context = ::Ice::noExplicitContext)
474
+ {
475
+ return _makePromiseOutgoing<::std::shared_ptr<::Glacier2::SessionPrx>>(true, this, &RouterPrx::_iceI_createSessionFromSecureConnection, context).get();
476
+ }
477
+
478
+ /**
479
+ * Create a per-client session with the router. The user is
480
+ * authenticated through the SSL certificates that have been
481
+ * associated with the connection. If a {@link SessionManager} has been
482
+ * installed, a proxy to a {@link Session} object is returned to the
483
+ * client. Otherwise, null is returned and only an internal
484
+ * session (i.e., not visible to the client) is created.
485
+ *
486
+ * If a session proxy is returned, it must be configured to route
487
+ * through the router that created it. This will happen automatically
488
+ * if the router is configured as the client's default router at the
489
+ * time the session proxy is created in the client process, otherwise
490
+ * the client must configure the session proxy explicitly.
491
+ * @param context The Context map to send with the invocation.
492
+ * @return The future object for the invocation.
493
+ * @see Session
494
+ * @see SessionManager
495
+ * @see PermissionsVerifier
496
+ */
497
+ template<template<typename> class P = ::std::promise>
498
+ auto createSessionFromSecureConnectionAsync(const ::Ice::Context& context = ::Ice::noExplicitContext)
499
+ -> decltype(::std::declval<P<::std::shared_ptr<::Glacier2::SessionPrx>>>().get_future())
500
+ {
501
+ return _makePromiseOutgoing<::std::shared_ptr<::Glacier2::SessionPrx>, P>(false, this, &RouterPrx::_iceI_createSessionFromSecureConnection, context);
502
+ }
503
+
504
+ /**
505
+ * Create a per-client session with the router. The user is
506
+ * authenticated through the SSL certificates that have been
507
+ * associated with the connection. If a {@link SessionManager} has been
508
+ * installed, a proxy to a {@link Session} object is returned to the
509
+ * client. Otherwise, null is returned and only an internal
510
+ * session (i.e., not visible to the client) is created.
511
+ *
512
+ * If a session proxy is returned, it must be configured to route
513
+ * through the router that created it. This will happen automatically
514
+ * if the router is configured as the client's default router at the
515
+ * time the session proxy is created in the client process, otherwise
516
+ * the client must configure the session proxy explicitly.
517
+ * @param response The response callback.
518
+ * @param ex The exception callback.
519
+ * @param sent The sent callback.
520
+ * @param context The Context map to send with the invocation.
521
+ * @return A function that can be called to cancel the invocation locally.
522
+ * @see Session
523
+ * @see SessionManager
524
+ * @see PermissionsVerifier
525
+ */
526
+ ::std::function<void()>
527
+ createSessionFromSecureConnectionAsync(::std::function<void(::std::shared_ptr<::Glacier2::SessionPrx>)> response,
528
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
529
+ ::std::function<void(bool)> sent = nullptr,
530
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
531
+ {
532
+ return _makeLambdaOutgoing<::std::shared_ptr<::Glacier2::SessionPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_createSessionFromSecureConnection, context);
533
+ }
534
+
535
+ /// \cond INTERNAL
536
+ ICE_MEMBER(GLACIER2_API) void _iceI_createSessionFromSecureConnection(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::Glacier2::SessionPrx>>>&, const ::Ice::Context&);
537
+ /// \endcond
538
+
539
+ /**
540
+ * Keep the calling client's session with this router alive.
541
+ * @param context The Context map to send with the invocation.
542
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
543
+ * for the calling client.
544
+ */
545
+ void refreshSession(const ::Ice::Context& context = ::Ice::noExplicitContext)
546
+ {
547
+ _makePromiseOutgoing<void>(true, this, &RouterPrx::_iceI_refreshSession, context).get();
548
+ }
549
+
550
+ /**
551
+ * Keep the calling client's session with this router alive.
552
+ * @param context The Context map to send with the invocation.
553
+ * @return The future object for the invocation.
554
+ */
555
+ template<template<typename> class P = ::std::promise>
556
+ auto refreshSessionAsync(const ::Ice::Context& context = ::Ice::noExplicitContext)
557
+ -> decltype(::std::declval<P<void>>().get_future())
558
+ {
559
+ return _makePromiseOutgoing<void, P>(false, this, &RouterPrx::_iceI_refreshSession, context);
560
+ }
561
+
562
+ /**
563
+ * Keep the calling client's session with this router alive.
564
+ * @param response The response callback.
565
+ * @param ex The exception callback.
566
+ * @param sent The sent callback.
567
+ * @param context The Context map to send with the invocation.
568
+ * @return A function that can be called to cancel the invocation locally.
569
+ */
570
+ ::std::function<void()>
571
+ refreshSessionAsync(::std::function<void()> response,
572
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
573
+ ::std::function<void(bool)> sent = nullptr,
574
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
575
+ {
576
+ return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_refreshSession, context);
577
+ }
578
+
579
+ /// \cond INTERNAL
580
+ ICE_MEMBER(GLACIER2_API) void _iceI_refreshSession(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Context&);
581
+ /// \endcond
582
+
583
+ /**
584
+ * Destroy the calling client's session with this router.
585
+ * @param context The Context map to send with the invocation.
586
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
587
+ * for the calling client.
588
+ */
589
+ void destroySession(const ::Ice::Context& context = ::Ice::noExplicitContext)
590
+ {
591
+ _makePromiseOutgoing<void>(true, this, &RouterPrx::_iceI_destroySession, context).get();
592
+ }
593
+
594
+ /**
595
+ * Destroy the calling client's session with this router.
596
+ * @param context The Context map to send with the invocation.
597
+ * @return The future object for the invocation.
598
+ */
599
+ template<template<typename> class P = ::std::promise>
600
+ auto destroySessionAsync(const ::Ice::Context& context = ::Ice::noExplicitContext)
601
+ -> decltype(::std::declval<P<void>>().get_future())
602
+ {
603
+ return _makePromiseOutgoing<void, P>(false, this, &RouterPrx::_iceI_destroySession, context);
604
+ }
605
+
606
+ /**
607
+ * Destroy the calling client's session with this router.
608
+ * @param response The response callback.
609
+ * @param ex The exception callback.
610
+ * @param sent The sent callback.
611
+ * @param context The Context map to send with the invocation.
612
+ * @return A function that can be called to cancel the invocation locally.
613
+ */
614
+ ::std::function<void()>
615
+ destroySessionAsync(::std::function<void()> response,
616
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
617
+ ::std::function<void(bool)> sent = nullptr,
618
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
619
+ {
620
+ return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_destroySession, context);
621
+ }
622
+
623
+ /// \cond INTERNAL
624
+ ICE_MEMBER(GLACIER2_API) void _iceI_destroySession(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Context&);
625
+ /// \endcond
626
+
627
+ /**
628
+ * Get the value of the session timeout. Sessions are destroyed
629
+ * if they see no activity for this period of time.
630
+ * @param context The Context map to send with the invocation.
631
+ * @return The timeout (in seconds).
632
+ */
633
+ long long int getSessionTimeout(const ::Ice::Context& context = ::Ice::noExplicitContext)
634
+ {
635
+ return _makePromiseOutgoing<long long int>(true, this, &RouterPrx::_iceI_getSessionTimeout, context).get();
636
+ }
637
+
638
+ /**
639
+ * Get the value of the session timeout. Sessions are destroyed
640
+ * if they see no activity for this period of time.
641
+ * @param context The Context map to send with the invocation.
642
+ * @return The future object for the invocation.
643
+ */
644
+ template<template<typename> class P = ::std::promise>
645
+ auto getSessionTimeoutAsync(const ::Ice::Context& context = ::Ice::noExplicitContext)
646
+ -> decltype(::std::declval<P<long long int>>().get_future())
647
+ {
648
+ return _makePromiseOutgoing<long long int, P>(false, this, &RouterPrx::_iceI_getSessionTimeout, context);
649
+ }
650
+
651
+ /**
652
+ * Get the value of the session timeout. Sessions are destroyed
653
+ * if they see no activity for this period of time.
654
+ * @param response The response callback.
655
+ * @param ex The exception callback.
656
+ * @param sent The sent callback.
657
+ * @param context The Context map to send with the invocation.
658
+ * @return A function that can be called to cancel the invocation locally.
659
+ */
660
+ ::std::function<void()>
661
+ getSessionTimeoutAsync(::std::function<void(long long int)> response,
662
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
663
+ ::std::function<void(bool)> sent = nullptr,
664
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
665
+ {
666
+ return _makeLambdaOutgoing<long long int>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_getSessionTimeout, context);
667
+ }
668
+
669
+ /// \cond INTERNAL
670
+ ICE_MEMBER(GLACIER2_API) void _iceI_getSessionTimeout(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<long long int>>&, const ::Ice::Context&);
671
+ /// \endcond
672
+
673
+ /**
674
+ * Get the value of the ACM timeout. Clients supporting connection
675
+ * heartbeats can enable them instead of explicitly sending keep
676
+ * alives requests.
677
+ *
678
+ * NOTE: This method is only available since Ice 3.6.
679
+ * @param context The Context map to send with the invocation.
680
+ * @return The timeout (in seconds).
681
+ */
682
+ int getACMTimeout(const ::Ice::Context& context = ::Ice::noExplicitContext)
683
+ {
684
+ return _makePromiseOutgoing<int>(true, this, &RouterPrx::_iceI_getACMTimeout, context).get();
685
+ }
686
+
687
+ /**
688
+ * Get the value of the ACM timeout. Clients supporting connection
689
+ * heartbeats can enable them instead of explicitly sending keep
690
+ * alives requests.
691
+ *
692
+ * NOTE: This method is only available since Ice 3.6.
693
+ * @param context The Context map to send with the invocation.
694
+ * @return The future object for the invocation.
695
+ */
696
+ template<template<typename> class P = ::std::promise>
697
+ auto getACMTimeoutAsync(const ::Ice::Context& context = ::Ice::noExplicitContext)
698
+ -> decltype(::std::declval<P<int>>().get_future())
699
+ {
700
+ return _makePromiseOutgoing<int, P>(false, this, &RouterPrx::_iceI_getACMTimeout, context);
701
+ }
702
+
703
+ /**
704
+ * Get the value of the ACM timeout. Clients supporting connection
705
+ * heartbeats can enable them instead of explicitly sending keep
706
+ * alives requests.
707
+ *
708
+ * NOTE: This method is only available since Ice 3.6.
709
+ * @param response The response callback.
710
+ * @param ex The exception callback.
711
+ * @param sent The sent callback.
712
+ * @param context The Context map to send with the invocation.
713
+ * @return A function that can be called to cancel the invocation locally.
714
+ */
715
+ ::std::function<void()>
716
+ getACMTimeoutAsync(::std::function<void(int)> response,
717
+ ::std::function<void(::std::exception_ptr)> ex = nullptr,
718
+ ::std::function<void(bool)> sent = nullptr,
719
+ const ::Ice::Context& context = ::Ice::noExplicitContext)
720
+ {
721
+ return _makeLambdaOutgoing<int>(std::move(response), std::move(ex), std::move(sent), this, &Glacier2::RouterPrx::_iceI_getACMTimeout, context);
722
+ }
723
+
724
+ /// \cond INTERNAL
725
+ ICE_MEMBER(GLACIER2_API) void _iceI_getACMTimeout(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<int>>&, const ::Ice::Context&);
726
+ /// \endcond
727
+
728
+ /**
729
+ * Obtains the Slice type ID of this interface.
730
+ * @return The fully-scoped type ID.
731
+ */
732
+ ICE_MEMBER(GLACIER2_API) static const ::std::string& ice_staticId();
733
+
734
+ protected:
735
+
736
+ /// \cond INTERNAL
737
+ RouterPrx() = default;
738
+ friend ::std::shared_ptr<RouterPrx> IceInternal::createProxy<RouterPrx>();
739
+
740
+ ICE_MEMBER(GLACIER2_API) virtual ::std::shared_ptr<::Ice::ObjectPrx> _newInstance() const override;
741
+ /// \endcond
742
+ };
743
+
744
+ }
745
+
746
+ /// \cond STREAM
747
+ namespace Ice
748
+ {
749
+
750
+ }
751
+ /// \endcond
752
+
753
+ /// \cond INTERNAL
754
+ namespace Glacier2
755
+ {
756
+
757
+ using RouterPtr = ::std::shared_ptr<Router>;
758
+ using RouterPrxPtr = ::std::shared_ptr<RouterPrx>;
759
+
760
+ }
761
+ /// \endcond
762
+
763
+ #else // C++98 mapping
764
+
765
+ namespace IceProxy
766
+ {
767
+
768
+ namespace Glacier2
769
+ {
770
+
771
+ class Router;
772
+ /// \cond INTERNAL
773
+ GLACIER2_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< Router>&);
774
+ GLACIER2_API ::IceProxy::Ice::Object* upCast(Router*);
775
+ /// \endcond
776
+
777
+ }
778
+
779
+ }
780
+
781
+ namespace Glacier2
782
+ {
783
+
784
+ class Router;
785
+ /// \cond INTERNAL
786
+ GLACIER2_API ::Ice::Object* upCast(Router*);
787
+ /// \endcond
788
+ typedef ::IceInternal::Handle< Router> RouterPtr;
789
+ typedef ::IceInternal::ProxyHandle< ::IceProxy::Glacier2::Router> RouterPrx;
790
+ typedef RouterPrx RouterPrxPtr;
791
+ /// \cond INTERNAL
792
+ GLACIER2_API void _icePatchObjectPtr(RouterPtr&, const ::Ice::ObjectPtr&);
793
+ /// \endcond
794
+
795
+ }
796
+
797
+ namespace Glacier2
798
+ {
799
+
800
+ /**
801
+ * This exception is raised if a client tries to destroy a session
802
+ * with a router, but no session exists for the client.
803
+ * @see Router#destroySession
804
+ * \headerfile Glacier2/Glacier2.h
805
+ */
806
+ class GLACIER2_API SessionNotExistException : public ::Ice::UserException
807
+ {
808
+ public:
809
+
810
+ SessionNotExistException() {}
811
+
812
+ #ifdef ICE_CPP11_COMPILER
813
+ SessionNotExistException(const SessionNotExistException&) = default;
814
+ virtual ~SessionNotExistException();
815
+ #else
816
+ virtual ~SessionNotExistException() throw();
817
+ #endif
818
+
819
+ /**
820
+ * Obtains the Slice type ID of this exception.
821
+ * @return The fully-scoped type ID.
822
+ */
823
+ virtual ::std::string ice_id() const;
824
+ /**
825
+ * Polymorphically clones this exception.
826
+ * @return A shallow copy of this exception.
827
+ */
828
+ virtual SessionNotExistException* ice_clone() const;
829
+ /**
830
+ * Throws this exception.
831
+ */
832
+ virtual void ice_throw() const;
833
+
834
+ protected:
835
+
836
+ /// \cond STREAM
837
+ virtual void _writeImpl(::Ice::OutputStream*) const;
838
+ virtual void _readImpl(::Ice::InputStream*);
839
+ /// \endcond
840
+ };
841
+
842
+ /// \cond INTERNAL
843
+ static SessionNotExistException _iceS_SessionNotExistException_init;
844
+ /// \endcond
845
+
846
+ }
847
+
848
+ namespace Glacier2
849
+ {
850
+
851
+ /**
852
+ * AMD callback class for Glacier2::Router::createSession_async.
853
+ * Call the ice_response method for a successful completion, or the ice_exception
854
+ * method in the case of an error.
855
+ */
856
+ class GLACIER2_API AMD_Router_createSession : public virtual ::Ice::AMDCallback
857
+ {
858
+ public:
859
+
860
+ virtual ~AMD_Router_createSession();
861
+
862
+ /**
863
+ * Call ice_response for a successful completion.
864
+ * @param result A proxy for the newly created session, or null if no
865
+ * {@link SessionManager} has been installed.
866
+ */
867
+ virtual void ice_response(const SessionPrx& result) = 0;
868
+ };
869
+
870
+ typedef ::IceUtil::Handle< ::Glacier2::AMD_Router_createSession> AMD_Router_createSessionPtr;
871
+
872
+ /**
873
+ * AMD callback class for Glacier2::Router::createSessionFromSecureConnection_async.
874
+ * Call the ice_response method for a successful completion, or the ice_exception
875
+ * method in the case of an error.
876
+ */
877
+ class GLACIER2_API AMD_Router_createSessionFromSecureConnection : public virtual ::Ice::AMDCallback
878
+ {
879
+ public:
880
+
881
+ virtual ~AMD_Router_createSessionFromSecureConnection();
882
+
883
+ /**
884
+ * Call ice_response for a successful completion.
885
+ * @param result A proxy for the newly created session, or null if no
886
+ * {@link SessionManager} has been installed.
887
+ */
888
+ virtual void ice_response(const SessionPrx& result) = 0;
889
+ };
890
+
891
+ typedef ::IceUtil::Handle< ::Glacier2::AMD_Router_createSessionFromSecureConnection> AMD_Router_createSessionFromSecureConnectionPtr;
892
+
893
+ /**
894
+ * AMD callback class for Glacier2::Router::refreshSession_async.
895
+ * Call the ice_response method for a successful completion, or the ice_exception
896
+ * method in the case of an error.
897
+ */
898
+ class GLACIER2_API AMD_Router_refreshSession : public virtual ::Ice::AMDCallback
899
+ {
900
+ public:
901
+
902
+ virtual ~AMD_Router_refreshSession();
903
+
904
+ /**
905
+ * Call ice_response for a successful completion.
906
+ */
907
+ virtual void ice_response() = 0;
908
+ };
909
+
910
+ typedef ::IceUtil::Handle< ::Glacier2::AMD_Router_refreshSession> AMD_Router_refreshSessionPtr;
911
+
912
+ }
913
+
914
+ /// \cond INTERNAL
915
+ namespace IceAsync
916
+ {
917
+
918
+ namespace Glacier2
919
+ {
920
+
921
+ #if defined(_MSC_VER) && (_MSC_VER >= 1900)
922
+ # pragma warning(push)
923
+ # pragma warning(disable:4239)
924
+ #endif
925
+
926
+ class GLACIER2_API AMD_Router_createSession : public ::Glacier2::AMD_Router_createSession, public ::IceInternal::IncomingAsync
927
+ {
928
+ public:
929
+
930
+ AMD_Router_createSession(::IceInternal::Incoming&);
931
+
932
+ virtual void ice_response(const ::Glacier2::SessionPrx&);
933
+ };
934
+
935
+ #if defined(_MSC_VER) && (_MSC_VER >= 1900)
936
+ # pragma warning(pop)
937
+ #endif
938
+
939
+ #if defined(_MSC_VER) && (_MSC_VER >= 1900)
940
+ # pragma warning(push)
941
+ # pragma warning(disable:4239)
942
+ #endif
943
+
944
+ class GLACIER2_API AMD_Router_createSessionFromSecureConnection : public ::Glacier2::AMD_Router_createSessionFromSecureConnection, public ::IceInternal::IncomingAsync
945
+ {
946
+ public:
947
+
948
+ AMD_Router_createSessionFromSecureConnection(::IceInternal::Incoming&);
949
+
950
+ virtual void ice_response(const ::Glacier2::SessionPrx&);
951
+ };
952
+
953
+ #if defined(_MSC_VER) && (_MSC_VER >= 1900)
954
+ # pragma warning(pop)
955
+ #endif
956
+
957
+ #if defined(_MSC_VER) && (_MSC_VER >= 1900)
958
+ # pragma warning(push)
959
+ # pragma warning(disable:4239)
960
+ #endif
961
+
962
+ class GLACIER2_API AMD_Router_refreshSession : public ::Glacier2::AMD_Router_refreshSession, public ::IceInternal::IncomingAsync
963
+ {
964
+ public:
965
+
966
+ AMD_Router_refreshSession(::IceInternal::Incoming&);
967
+
968
+ virtual void ice_response();
969
+ };
970
+
971
+ #if defined(_MSC_VER) && (_MSC_VER >= 1900)
972
+ # pragma warning(pop)
973
+ #endif
974
+
975
+ }
976
+
977
+ }
978
+ /// \endcond
979
+
980
+ namespace Glacier2
981
+ {
982
+
983
+ /**
984
+ * Base class for asynchronous callback wrapper classes used for calls to
985
+ * IceProxy::Glacier2::Router::begin_getCategoryForClient.
986
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getCategoryForClient.
987
+ */
988
+ class Callback_Router_getCategoryForClient_Base : public virtual ::IceInternal::CallbackBase { };
989
+ typedef ::IceUtil::Handle< Callback_Router_getCategoryForClient_Base> Callback_Router_getCategoryForClientPtr;
990
+
991
+ /**
992
+ * Base class for asynchronous callback wrapper classes used for calls to
993
+ * IceProxy::Glacier2::Router::begin_createSession.
994
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_createSession.
995
+ */
996
+ class Callback_Router_createSession_Base : public virtual ::IceInternal::CallbackBase { };
997
+ typedef ::IceUtil::Handle< Callback_Router_createSession_Base> Callback_Router_createSessionPtr;
998
+
999
+ /**
1000
+ * Base class for asynchronous callback wrapper classes used for calls to
1001
+ * IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
1002
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_createSessionFromSecureConnection.
1003
+ */
1004
+ class Callback_Router_createSessionFromSecureConnection_Base : public virtual ::IceInternal::CallbackBase { };
1005
+ typedef ::IceUtil::Handle< Callback_Router_createSessionFromSecureConnection_Base> Callback_Router_createSessionFromSecureConnectionPtr;
1006
+
1007
+ /**
1008
+ * Base class for asynchronous callback wrapper classes used for calls to
1009
+ * IceProxy::Glacier2::Router::begin_refreshSession.
1010
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_refreshSession.
1011
+ */
1012
+ class Callback_Router_refreshSession_Base : public virtual ::IceInternal::CallbackBase { };
1013
+ typedef ::IceUtil::Handle< Callback_Router_refreshSession_Base> Callback_Router_refreshSessionPtr;
1014
+
1015
+ /**
1016
+ * Base class for asynchronous callback wrapper classes used for calls to
1017
+ * IceProxy::Glacier2::Router::begin_destroySession.
1018
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_destroySession.
1019
+ */
1020
+ class Callback_Router_destroySession_Base : public virtual ::IceInternal::CallbackBase { };
1021
+ typedef ::IceUtil::Handle< Callback_Router_destroySession_Base> Callback_Router_destroySessionPtr;
1022
+
1023
+ /**
1024
+ * Base class for asynchronous callback wrapper classes used for calls to
1025
+ * IceProxy::Glacier2::Router::begin_getSessionTimeout.
1026
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getSessionTimeout.
1027
+ */
1028
+ class Callback_Router_getSessionTimeout_Base : public virtual ::IceInternal::CallbackBase { };
1029
+ typedef ::IceUtil::Handle< Callback_Router_getSessionTimeout_Base> Callback_Router_getSessionTimeoutPtr;
1030
+
1031
+ /**
1032
+ * Base class for asynchronous callback wrapper classes used for calls to
1033
+ * IceProxy::Glacier2::Router::begin_getACMTimeout.
1034
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getACMTimeout.
1035
+ */
1036
+ class Callback_Router_getACMTimeout_Base : public virtual ::IceInternal::CallbackBase { };
1037
+ typedef ::IceUtil::Handle< Callback_Router_getACMTimeout_Base> Callback_Router_getACMTimeoutPtr;
1038
+
1039
+ }
1040
+
1041
+ namespace IceProxy
1042
+ {
1043
+
1044
+ namespace Glacier2
1045
+ {
1046
+
1047
+ class ICE_CLASS(GLACIER2_API) Router : public virtual ::Ice::Proxy<Router, ::IceProxy::Ice::Router>
1048
+ {
1049
+ public:
1050
+
1051
+ /**
1052
+ * This category must be used in the identities of all of the client's
1053
+ * callback objects. This is necessary in order for the router to
1054
+ * forward callback requests to the intended client. If the Glacier2
1055
+ * server endpoints are not set, the returned category is an empty
1056
+ * string.
1057
+ * @param context The Context map to send with the invocation.
1058
+ * @return The category.
1059
+ */
1060
+ ICE_MEMBER(GLACIER2_API) ::std::string getCategoryForClient(const ::Ice::Context& context = ::Ice::noExplicitContext)
1061
+ {
1062
+ return end_getCategoryForClient(_iceI_begin_getCategoryForClient(context, ::IceInternal::dummyCallback, 0, true));
1063
+ }
1064
+
1065
+ /**
1066
+ * This category must be used in the identities of all of the client's
1067
+ * callback objects. This is necessary in order for the router to
1068
+ * forward callback requests to the intended client. If the Glacier2
1069
+ * server endpoints are not set, the returned category is an empty
1070
+ * string.
1071
+ * @param context The Context map to send with the invocation.
1072
+ * @return The asynchronous result object for the invocation.
1073
+ */
1074
+ ::Ice::AsyncResultPtr begin_getCategoryForClient(const ::Ice::Context& context = ::Ice::noExplicitContext)
1075
+ {
1076
+ return _iceI_begin_getCategoryForClient(context, ::IceInternal::dummyCallback, 0);
1077
+ }
1078
+
1079
+ /**
1080
+ * This category must be used in the identities of all of the client's
1081
+ * callback objects. This is necessary in order for the router to
1082
+ * forward callback requests to the intended client. If the Glacier2
1083
+ * server endpoints are not set, the returned category is an empty
1084
+ * string.
1085
+ * @param cb Asynchronous callback object.
1086
+ * @param cookie User-defined data to associate with the invocation.
1087
+ * @return The asynchronous result object for the invocation.
1088
+ */
1089
+ ::Ice::AsyncResultPtr begin_getCategoryForClient(const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1090
+ {
1091
+ return _iceI_begin_getCategoryForClient(::Ice::noExplicitContext, cb, cookie);
1092
+ }
1093
+
1094
+ /**
1095
+ * This category must be used in the identities of all of the client's
1096
+ * callback objects. This is necessary in order for the router to
1097
+ * forward callback requests to the intended client. If the Glacier2
1098
+ * server endpoints are not set, the returned category is an empty
1099
+ * string.
1100
+ * @param context The Context map to send with the invocation.
1101
+ * @param cb Asynchronous callback object.
1102
+ * @param cookie User-defined data to associate with the invocation.
1103
+ * @return The asynchronous result object for the invocation.
1104
+ */
1105
+ ::Ice::AsyncResultPtr begin_getCategoryForClient(const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1106
+ {
1107
+ return _iceI_begin_getCategoryForClient(context, cb, cookie);
1108
+ }
1109
+
1110
+ /**
1111
+ * This category must be used in the identities of all of the client's
1112
+ * callback objects. This is necessary in order for the router to
1113
+ * forward callback requests to the intended client. If the Glacier2
1114
+ * server endpoints are not set, the returned category is an empty
1115
+ * string.
1116
+ * @param cb Asynchronous callback object.
1117
+ * @param cookie User-defined data to associate with the invocation.
1118
+ * @return The asynchronous result object for the invocation.
1119
+ */
1120
+ ::Ice::AsyncResultPtr begin_getCategoryForClient(const ::Glacier2::Callback_Router_getCategoryForClientPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1121
+ {
1122
+ return _iceI_begin_getCategoryForClient(::Ice::noExplicitContext, cb, cookie);
1123
+ }
1124
+
1125
+ /**
1126
+ * This category must be used in the identities of all of the client's
1127
+ * callback objects. This is necessary in order for the router to
1128
+ * forward callback requests to the intended client. If the Glacier2
1129
+ * server endpoints are not set, the returned category is an empty
1130
+ * string.
1131
+ * @param context The Context map to send with the invocation.
1132
+ * @param cb Asynchronous callback object.
1133
+ * @param cookie User-defined data to associate with the invocation.
1134
+ * @return The asynchronous result object for the invocation.
1135
+ */
1136
+ ::Ice::AsyncResultPtr begin_getCategoryForClient(const ::Ice::Context& context, const ::Glacier2::Callback_Router_getCategoryForClientPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1137
+ {
1138
+ return _iceI_begin_getCategoryForClient(context, cb, cookie);
1139
+ }
1140
+
1141
+ /**
1142
+ * Completes an invocation of begin_getCategoryForClient.
1143
+ * @param result The asynchronous result object for the invocation.
1144
+ * @return The category.
1145
+ */
1146
+ ICE_MEMBER(GLACIER2_API) ::std::string end_getCategoryForClient(const ::Ice::AsyncResultPtr& result);
1147
+
1148
+ private:
1149
+
1150
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_getCategoryForClient(const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1151
+
1152
+ public:
1153
+
1154
+ /**
1155
+ * Create a per-client session with the router. If a
1156
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1157
+ * object is returned to the client. Otherwise, null is returned
1158
+ * and only an internal session (i.e., not visible to the client)
1159
+ * is created.
1160
+ *
1161
+ * If a session proxy is returned, it must be configured to route
1162
+ * through the router that created it. This will happen automatically
1163
+ * if the router is configured as the client's default router at the
1164
+ * time the session proxy is created in the client process, otherwise
1165
+ * the client must configure the session proxy explicitly.
1166
+ * @param userId The user id for which to check the password.
1167
+ * @param password The password for the given user id.
1168
+ * @param context The Context map to send with the invocation.
1169
+ * @return A proxy for the newly created session, or null if no
1170
+ * {@link SessionManager} has been installed.
1171
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
1172
+ * cannot be created.
1173
+ * @throws Glacier2::PermissionDeniedException Raised if the password for
1174
+ * the given user id is not correct, or if the user is not allowed
1175
+ * access.
1176
+ * @see Session
1177
+ * @see SessionManager
1178
+ * @see PermissionsVerifier
1179
+ */
1180
+ ICE_MEMBER(GLACIER2_API) ::Glacier2::SessionPrx createSession(const ::std::string& userId, const ::std::string& password, const ::Ice::Context& context = ::Ice::noExplicitContext)
1181
+ {
1182
+ return end_createSession(_iceI_begin_createSession(userId, password, context, ::IceInternal::dummyCallback, 0, true));
1183
+ }
1184
+
1185
+ /**
1186
+ * Create a per-client session with the router. If a
1187
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1188
+ * object is returned to the client. Otherwise, null is returned
1189
+ * and only an internal session (i.e., not visible to the client)
1190
+ * is created.
1191
+ *
1192
+ * If a session proxy is returned, it must be configured to route
1193
+ * through the router that created it. This will happen automatically
1194
+ * if the router is configured as the client's default router at the
1195
+ * time the session proxy is created in the client process, otherwise
1196
+ * the client must configure the session proxy explicitly.
1197
+ * @param userId The user id for which to check the password.
1198
+ * @param password The password for the given user id.
1199
+ * @param context The Context map to send with the invocation.
1200
+ * @return The asynchronous result object for the invocation.
1201
+ * @see Session
1202
+ * @see SessionManager
1203
+ * @see PermissionsVerifier
1204
+ */
1205
+ ::Ice::AsyncResultPtr begin_createSession(const ::std::string& userId, const ::std::string& password, const ::Ice::Context& context = ::Ice::noExplicitContext)
1206
+ {
1207
+ return _iceI_begin_createSession(userId, password, context, ::IceInternal::dummyCallback, 0);
1208
+ }
1209
+
1210
+ /**
1211
+ * Create a per-client session with the router. If a
1212
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1213
+ * object is returned to the client. Otherwise, null is returned
1214
+ * and only an internal session (i.e., not visible to the client)
1215
+ * is created.
1216
+ *
1217
+ * If a session proxy is returned, it must be configured to route
1218
+ * through the router that created it. This will happen automatically
1219
+ * if the router is configured as the client's default router at the
1220
+ * time the session proxy is created in the client process, otherwise
1221
+ * the client must configure the session proxy explicitly.
1222
+ * @param userId The user id for which to check the password.
1223
+ * @param password The password for the given user id.
1224
+ * @param cb Asynchronous callback object.
1225
+ * @param cookie User-defined data to associate with the invocation.
1226
+ * @return The asynchronous result object for the invocation.
1227
+ * @see Session
1228
+ * @see SessionManager
1229
+ * @see PermissionsVerifier
1230
+ */
1231
+ ::Ice::AsyncResultPtr begin_createSession(const ::std::string& userId, const ::std::string& password, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1232
+ {
1233
+ return _iceI_begin_createSession(userId, password, ::Ice::noExplicitContext, cb, cookie);
1234
+ }
1235
+
1236
+ /**
1237
+ * Create a per-client session with the router. If a
1238
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1239
+ * object is returned to the client. Otherwise, null is returned
1240
+ * and only an internal session (i.e., not visible to the client)
1241
+ * is created.
1242
+ *
1243
+ * If a session proxy is returned, it must be configured to route
1244
+ * through the router that created it. This will happen automatically
1245
+ * if the router is configured as the client's default router at the
1246
+ * time the session proxy is created in the client process, otherwise
1247
+ * the client must configure the session proxy explicitly.
1248
+ * @param userId The user id for which to check the password.
1249
+ * @param password The password for the given user id.
1250
+ * @param context The Context map to send with the invocation.
1251
+ * @param cb Asynchronous callback object.
1252
+ * @param cookie User-defined data to associate with the invocation.
1253
+ * @return The asynchronous result object for the invocation.
1254
+ * @see Session
1255
+ * @see SessionManager
1256
+ * @see PermissionsVerifier
1257
+ */
1258
+ ::Ice::AsyncResultPtr begin_createSession(const ::std::string& userId, const ::std::string& password, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1259
+ {
1260
+ return _iceI_begin_createSession(userId, password, context, cb, cookie);
1261
+ }
1262
+
1263
+ /**
1264
+ * Create a per-client session with the router. If a
1265
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1266
+ * object is returned to the client. Otherwise, null is returned
1267
+ * and only an internal session (i.e., not visible to the client)
1268
+ * is created.
1269
+ *
1270
+ * If a session proxy is returned, it must be configured to route
1271
+ * through the router that created it. This will happen automatically
1272
+ * if the router is configured as the client's default router at the
1273
+ * time the session proxy is created in the client process, otherwise
1274
+ * the client must configure the session proxy explicitly.
1275
+ * @param userId The user id for which to check the password.
1276
+ * @param password The password for the given user id.
1277
+ * @param cb Asynchronous callback object.
1278
+ * @param cookie User-defined data to associate with the invocation.
1279
+ * @return The asynchronous result object for the invocation.
1280
+ * @see Session
1281
+ * @see SessionManager
1282
+ * @see PermissionsVerifier
1283
+ */
1284
+ ::Ice::AsyncResultPtr begin_createSession(const ::std::string& userId, const ::std::string& password, const ::Glacier2::Callback_Router_createSessionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1285
+ {
1286
+ return _iceI_begin_createSession(userId, password, ::Ice::noExplicitContext, cb, cookie);
1287
+ }
1288
+
1289
+ /**
1290
+ * Create a per-client session with the router. If a
1291
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1292
+ * object is returned to the client. Otherwise, null is returned
1293
+ * and only an internal session (i.e., not visible to the client)
1294
+ * is created.
1295
+ *
1296
+ * If a session proxy is returned, it must be configured to route
1297
+ * through the router that created it. This will happen automatically
1298
+ * if the router is configured as the client's default router at the
1299
+ * time the session proxy is created in the client process, otherwise
1300
+ * the client must configure the session proxy explicitly.
1301
+ * @param userId The user id for which to check the password.
1302
+ * @param password The password for the given user id.
1303
+ * @param context The Context map to send with the invocation.
1304
+ * @param cb Asynchronous callback object.
1305
+ * @param cookie User-defined data to associate with the invocation.
1306
+ * @return The asynchronous result object for the invocation.
1307
+ * @see Session
1308
+ * @see SessionManager
1309
+ * @see PermissionsVerifier
1310
+ */
1311
+ ::Ice::AsyncResultPtr begin_createSession(const ::std::string& userId, const ::std::string& password, const ::Ice::Context& context, const ::Glacier2::Callback_Router_createSessionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1312
+ {
1313
+ return _iceI_begin_createSession(userId, password, context, cb, cookie);
1314
+ }
1315
+
1316
+ /**
1317
+ * Completes an invocation of begin_createSession.
1318
+ * @param result The asynchronous result object for the invocation.
1319
+ * @return A proxy for the newly created session, or null if no
1320
+ * {@link SessionManager} has been installed.
1321
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
1322
+ * cannot be created.
1323
+ * @throws Glacier2::PermissionDeniedException Raised if the password for
1324
+ * the given user id is not correct, or if the user is not allowed
1325
+ * access.
1326
+ */
1327
+ ICE_MEMBER(GLACIER2_API) ::Glacier2::SessionPrx end_createSession(const ::Ice::AsyncResultPtr& result);
1328
+
1329
+ private:
1330
+
1331
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_createSession(const ::std::string&, const ::std::string&, const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1332
+
1333
+ public:
1334
+
1335
+ /**
1336
+ * Create a per-client session with the router. The user is
1337
+ * authenticated through the SSL certificates that have been
1338
+ * associated with the connection. If a {@link SessionManager} has been
1339
+ * installed, a proxy to a {@link Session} object is returned to the
1340
+ * client. Otherwise, null is returned and only an internal
1341
+ * session (i.e., not visible to the client) is created.
1342
+ *
1343
+ * If a session proxy is returned, it must be configured to route
1344
+ * through the router that created it. This will happen automatically
1345
+ * if the router is configured as the client's default router at the
1346
+ * time the session proxy is created in the client process, otherwise
1347
+ * the client must configure the session proxy explicitly.
1348
+ * @param context The Context map to send with the invocation.
1349
+ * @return A proxy for the newly created session, or null if no
1350
+ * {@link SessionManager} has been installed.
1351
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
1352
+ * cannot be created.
1353
+ * @throws Glacier2::PermissionDeniedException Raised if the user cannot be
1354
+ * authenticated or if the user is not allowed access.
1355
+ * @see Session
1356
+ * @see SessionManager
1357
+ * @see PermissionsVerifier
1358
+ */
1359
+ ICE_MEMBER(GLACIER2_API) ::Glacier2::SessionPrx createSessionFromSecureConnection(const ::Ice::Context& context = ::Ice::noExplicitContext)
1360
+ {
1361
+ return end_createSessionFromSecureConnection(_iceI_begin_createSessionFromSecureConnection(context, ::IceInternal::dummyCallback, 0, true));
1362
+ }
1363
+
1364
+ /**
1365
+ * Create a per-client session with the router. The user is
1366
+ * authenticated through the SSL certificates that have been
1367
+ * associated with the connection. If a {@link SessionManager} has been
1368
+ * installed, a proxy to a {@link Session} object is returned to the
1369
+ * client. Otherwise, null is returned and only an internal
1370
+ * session (i.e., not visible to the client) is created.
1371
+ *
1372
+ * If a session proxy is returned, it must be configured to route
1373
+ * through the router that created it. This will happen automatically
1374
+ * if the router is configured as the client's default router at the
1375
+ * time the session proxy is created in the client process, otherwise
1376
+ * the client must configure the session proxy explicitly.
1377
+ * @param context The Context map to send with the invocation.
1378
+ * @return The asynchronous result object for the invocation.
1379
+ * @see Session
1380
+ * @see SessionManager
1381
+ * @see PermissionsVerifier
1382
+ */
1383
+ ::Ice::AsyncResultPtr begin_createSessionFromSecureConnection(const ::Ice::Context& context = ::Ice::noExplicitContext)
1384
+ {
1385
+ return _iceI_begin_createSessionFromSecureConnection(context, ::IceInternal::dummyCallback, 0);
1386
+ }
1387
+
1388
+ /**
1389
+ * Create a per-client session with the router. The user is
1390
+ * authenticated through the SSL certificates that have been
1391
+ * associated with the connection. If a {@link SessionManager} has been
1392
+ * installed, a proxy to a {@link Session} object is returned to the
1393
+ * client. Otherwise, null is returned and only an internal
1394
+ * session (i.e., not visible to the client) is created.
1395
+ *
1396
+ * If a session proxy is returned, it must be configured to route
1397
+ * through the router that created it. This will happen automatically
1398
+ * if the router is configured as the client's default router at the
1399
+ * time the session proxy is created in the client process, otherwise
1400
+ * the client must configure the session proxy explicitly.
1401
+ * @param cb Asynchronous callback object.
1402
+ * @param cookie User-defined data to associate with the invocation.
1403
+ * @return The asynchronous result object for the invocation.
1404
+ * @see Session
1405
+ * @see SessionManager
1406
+ * @see PermissionsVerifier
1407
+ */
1408
+ ::Ice::AsyncResultPtr begin_createSessionFromSecureConnection(const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1409
+ {
1410
+ return _iceI_begin_createSessionFromSecureConnection(::Ice::noExplicitContext, cb, cookie);
1411
+ }
1412
+
1413
+ /**
1414
+ * Create a per-client session with the router. The user is
1415
+ * authenticated through the SSL certificates that have been
1416
+ * associated with the connection. If a {@link SessionManager} has been
1417
+ * installed, a proxy to a {@link Session} object is returned to the
1418
+ * client. Otherwise, null is returned and only an internal
1419
+ * session (i.e., not visible to the client) is created.
1420
+ *
1421
+ * If a session proxy is returned, it must be configured to route
1422
+ * through the router that created it. This will happen automatically
1423
+ * if the router is configured as the client's default router at the
1424
+ * time the session proxy is created in the client process, otherwise
1425
+ * the client must configure the session proxy explicitly.
1426
+ * @param context The Context map to send with the invocation.
1427
+ * @param cb Asynchronous callback object.
1428
+ * @param cookie User-defined data to associate with the invocation.
1429
+ * @return The asynchronous result object for the invocation.
1430
+ * @see Session
1431
+ * @see SessionManager
1432
+ * @see PermissionsVerifier
1433
+ */
1434
+ ::Ice::AsyncResultPtr begin_createSessionFromSecureConnection(const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1435
+ {
1436
+ return _iceI_begin_createSessionFromSecureConnection(context, cb, cookie);
1437
+ }
1438
+
1439
+ /**
1440
+ * Create a per-client session with the router. The user is
1441
+ * authenticated through the SSL certificates that have been
1442
+ * associated with the connection. If a {@link SessionManager} has been
1443
+ * installed, a proxy to a {@link Session} object is returned to the
1444
+ * client. Otherwise, null is returned and only an internal
1445
+ * session (i.e., not visible to the client) is created.
1446
+ *
1447
+ * If a session proxy is returned, it must be configured to route
1448
+ * through the router that created it. This will happen automatically
1449
+ * if the router is configured as the client's default router at the
1450
+ * time the session proxy is created in the client process, otherwise
1451
+ * the client must configure the session proxy explicitly.
1452
+ * @param cb Asynchronous callback object.
1453
+ * @param cookie User-defined data to associate with the invocation.
1454
+ * @return The asynchronous result object for the invocation.
1455
+ * @see Session
1456
+ * @see SessionManager
1457
+ * @see PermissionsVerifier
1458
+ */
1459
+ ::Ice::AsyncResultPtr begin_createSessionFromSecureConnection(const ::Glacier2::Callback_Router_createSessionFromSecureConnectionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1460
+ {
1461
+ return _iceI_begin_createSessionFromSecureConnection(::Ice::noExplicitContext, cb, cookie);
1462
+ }
1463
+
1464
+ /**
1465
+ * Create a per-client session with the router. The user is
1466
+ * authenticated through the SSL certificates that have been
1467
+ * associated with the connection. If a {@link SessionManager} has been
1468
+ * installed, a proxy to a {@link Session} object is returned to the
1469
+ * client. Otherwise, null is returned and only an internal
1470
+ * session (i.e., not visible to the client) is created.
1471
+ *
1472
+ * If a session proxy is returned, it must be configured to route
1473
+ * through the router that created it. This will happen automatically
1474
+ * if the router is configured as the client's default router at the
1475
+ * time the session proxy is created in the client process, otherwise
1476
+ * the client must configure the session proxy explicitly.
1477
+ * @param context The Context map to send with the invocation.
1478
+ * @param cb Asynchronous callback object.
1479
+ * @param cookie User-defined data to associate with the invocation.
1480
+ * @return The asynchronous result object for the invocation.
1481
+ * @see Session
1482
+ * @see SessionManager
1483
+ * @see PermissionsVerifier
1484
+ */
1485
+ ::Ice::AsyncResultPtr begin_createSessionFromSecureConnection(const ::Ice::Context& context, const ::Glacier2::Callback_Router_createSessionFromSecureConnectionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1486
+ {
1487
+ return _iceI_begin_createSessionFromSecureConnection(context, cb, cookie);
1488
+ }
1489
+
1490
+ /**
1491
+ * Completes an invocation of begin_createSessionFromSecureConnection.
1492
+ * @param result The asynchronous result object for the invocation.
1493
+ * @return A proxy for the newly created session, or null if no
1494
+ * {@link SessionManager} has been installed.
1495
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
1496
+ * cannot be created.
1497
+ * @throws Glacier2::PermissionDeniedException Raised if the user cannot be
1498
+ * authenticated or if the user is not allowed access.
1499
+ */
1500
+ ICE_MEMBER(GLACIER2_API) ::Glacier2::SessionPrx end_createSessionFromSecureConnection(const ::Ice::AsyncResultPtr& result);
1501
+
1502
+ private:
1503
+
1504
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_createSessionFromSecureConnection(const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1505
+
1506
+ public:
1507
+
1508
+ /**
1509
+ * Keep the calling client's session with this router alive.
1510
+ * @param context The Context map to send with the invocation.
1511
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
1512
+ * for the calling client.
1513
+ */
1514
+ ICE_MEMBER(GLACIER2_API) void refreshSession(const ::Ice::Context& context = ::Ice::noExplicitContext)
1515
+ {
1516
+ end_refreshSession(_iceI_begin_refreshSession(context, ::IceInternal::dummyCallback, 0, true));
1517
+ }
1518
+
1519
+ /**
1520
+ * Keep the calling client's session with this router alive.
1521
+ * @param context The Context map to send with the invocation.
1522
+ * @return The asynchronous result object for the invocation.
1523
+ */
1524
+ ::Ice::AsyncResultPtr begin_refreshSession(const ::Ice::Context& context = ::Ice::noExplicitContext)
1525
+ {
1526
+ return _iceI_begin_refreshSession(context, ::IceInternal::dummyCallback, 0);
1527
+ }
1528
+
1529
+ /**
1530
+ * Keep the calling client's session with this router alive.
1531
+ * @param cb Asynchronous callback object.
1532
+ * @param cookie User-defined data to associate with the invocation.
1533
+ * @return The asynchronous result object for the invocation.
1534
+ */
1535
+ ::Ice::AsyncResultPtr begin_refreshSession(const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1536
+ {
1537
+ return _iceI_begin_refreshSession(::Ice::noExplicitContext, cb, cookie);
1538
+ }
1539
+
1540
+ /**
1541
+ * Keep the calling client's session with this router alive.
1542
+ * @param context The Context map to send with the invocation.
1543
+ * @param cb Asynchronous callback object.
1544
+ * @param cookie User-defined data to associate with the invocation.
1545
+ * @return The asynchronous result object for the invocation.
1546
+ */
1547
+ ::Ice::AsyncResultPtr begin_refreshSession(const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1548
+ {
1549
+ return _iceI_begin_refreshSession(context, cb, cookie);
1550
+ }
1551
+
1552
+ /**
1553
+ * Keep the calling client's session with this router alive.
1554
+ * @param cb Asynchronous callback object.
1555
+ * @param cookie User-defined data to associate with the invocation.
1556
+ * @return The asynchronous result object for the invocation.
1557
+ */
1558
+ ::Ice::AsyncResultPtr begin_refreshSession(const ::Glacier2::Callback_Router_refreshSessionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1559
+ {
1560
+ return _iceI_begin_refreshSession(::Ice::noExplicitContext, cb, cookie);
1561
+ }
1562
+
1563
+ /**
1564
+ * Keep the calling client's session with this router alive.
1565
+ * @param context The Context map to send with the invocation.
1566
+ * @param cb Asynchronous callback object.
1567
+ * @param cookie User-defined data to associate with the invocation.
1568
+ * @return The asynchronous result object for the invocation.
1569
+ */
1570
+ ::Ice::AsyncResultPtr begin_refreshSession(const ::Ice::Context& context, const ::Glacier2::Callback_Router_refreshSessionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1571
+ {
1572
+ return _iceI_begin_refreshSession(context, cb, cookie);
1573
+ }
1574
+
1575
+ /**
1576
+ * Completes an invocation of begin_refreshSession.
1577
+ * @param result The asynchronous result object for the invocation.
1578
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
1579
+ * for the calling client.
1580
+ */
1581
+ ICE_MEMBER(GLACIER2_API) void end_refreshSession(const ::Ice::AsyncResultPtr& result);
1582
+
1583
+ private:
1584
+
1585
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_refreshSession(const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1586
+
1587
+ public:
1588
+
1589
+ /**
1590
+ * Destroy the calling client's session with this router.
1591
+ * @param context The Context map to send with the invocation.
1592
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
1593
+ * for the calling client.
1594
+ */
1595
+ ICE_MEMBER(GLACIER2_API) void destroySession(const ::Ice::Context& context = ::Ice::noExplicitContext)
1596
+ {
1597
+ end_destroySession(_iceI_begin_destroySession(context, ::IceInternal::dummyCallback, 0, true));
1598
+ }
1599
+
1600
+ /**
1601
+ * Destroy the calling client's session with this router.
1602
+ * @param context The Context map to send with the invocation.
1603
+ * @return The asynchronous result object for the invocation.
1604
+ */
1605
+ ::Ice::AsyncResultPtr begin_destroySession(const ::Ice::Context& context = ::Ice::noExplicitContext)
1606
+ {
1607
+ return _iceI_begin_destroySession(context, ::IceInternal::dummyCallback, 0);
1608
+ }
1609
+
1610
+ /**
1611
+ * Destroy the calling client's session with this router.
1612
+ * @param cb Asynchronous callback object.
1613
+ * @param cookie User-defined data to associate with the invocation.
1614
+ * @return The asynchronous result object for the invocation.
1615
+ */
1616
+ ::Ice::AsyncResultPtr begin_destroySession(const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1617
+ {
1618
+ return _iceI_begin_destroySession(::Ice::noExplicitContext, cb, cookie);
1619
+ }
1620
+
1621
+ /**
1622
+ * Destroy the calling client's session with this router.
1623
+ * @param context The Context map to send with the invocation.
1624
+ * @param cb Asynchronous callback object.
1625
+ * @param cookie User-defined data to associate with the invocation.
1626
+ * @return The asynchronous result object for the invocation.
1627
+ */
1628
+ ::Ice::AsyncResultPtr begin_destroySession(const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1629
+ {
1630
+ return _iceI_begin_destroySession(context, cb, cookie);
1631
+ }
1632
+
1633
+ /**
1634
+ * Destroy the calling client's session with this router.
1635
+ * @param cb Asynchronous callback object.
1636
+ * @param cookie User-defined data to associate with the invocation.
1637
+ * @return The asynchronous result object for the invocation.
1638
+ */
1639
+ ::Ice::AsyncResultPtr begin_destroySession(const ::Glacier2::Callback_Router_destroySessionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1640
+ {
1641
+ return _iceI_begin_destroySession(::Ice::noExplicitContext, cb, cookie);
1642
+ }
1643
+
1644
+ /**
1645
+ * Destroy the calling client's session with this router.
1646
+ * @param context The Context map to send with the invocation.
1647
+ * @param cb Asynchronous callback object.
1648
+ * @param cookie User-defined data to associate with the invocation.
1649
+ * @return The asynchronous result object for the invocation.
1650
+ */
1651
+ ::Ice::AsyncResultPtr begin_destroySession(const ::Ice::Context& context, const ::Glacier2::Callback_Router_destroySessionPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1652
+ {
1653
+ return _iceI_begin_destroySession(context, cb, cookie);
1654
+ }
1655
+
1656
+ /**
1657
+ * Completes an invocation of begin_destroySession.
1658
+ * @param result The asynchronous result object for the invocation.
1659
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
1660
+ * for the calling client.
1661
+ */
1662
+ ICE_MEMBER(GLACIER2_API) void end_destroySession(const ::Ice::AsyncResultPtr& result);
1663
+
1664
+ private:
1665
+
1666
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_destroySession(const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1667
+
1668
+ public:
1669
+
1670
+ /**
1671
+ * Get the value of the session timeout. Sessions are destroyed
1672
+ * if they see no activity for this period of time.
1673
+ * @param context The Context map to send with the invocation.
1674
+ * @return The timeout (in seconds).
1675
+ */
1676
+ ICE_MEMBER(GLACIER2_API) ::Ice::Long getSessionTimeout(const ::Ice::Context& context = ::Ice::noExplicitContext)
1677
+ {
1678
+ return end_getSessionTimeout(_iceI_begin_getSessionTimeout(context, ::IceInternal::dummyCallback, 0, true));
1679
+ }
1680
+
1681
+ /**
1682
+ * Get the value of the session timeout. Sessions are destroyed
1683
+ * if they see no activity for this period of time.
1684
+ * @param context The Context map to send with the invocation.
1685
+ * @return The asynchronous result object for the invocation.
1686
+ */
1687
+ ::Ice::AsyncResultPtr begin_getSessionTimeout(const ::Ice::Context& context = ::Ice::noExplicitContext)
1688
+ {
1689
+ return _iceI_begin_getSessionTimeout(context, ::IceInternal::dummyCallback, 0);
1690
+ }
1691
+
1692
+ /**
1693
+ * Get the value of the session timeout. Sessions are destroyed
1694
+ * if they see no activity for this period of time.
1695
+ * @param cb Asynchronous callback object.
1696
+ * @param cookie User-defined data to associate with the invocation.
1697
+ * @return The asynchronous result object for the invocation.
1698
+ */
1699
+ ::Ice::AsyncResultPtr begin_getSessionTimeout(const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1700
+ {
1701
+ return _iceI_begin_getSessionTimeout(::Ice::noExplicitContext, cb, cookie);
1702
+ }
1703
+
1704
+ /**
1705
+ * Get the value of the session timeout. Sessions are destroyed
1706
+ * if they see no activity for this period of time.
1707
+ * @param context The Context map to send with the invocation.
1708
+ * @param cb Asynchronous callback object.
1709
+ * @param cookie User-defined data to associate with the invocation.
1710
+ * @return The asynchronous result object for the invocation.
1711
+ */
1712
+ ::Ice::AsyncResultPtr begin_getSessionTimeout(const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1713
+ {
1714
+ return _iceI_begin_getSessionTimeout(context, cb, cookie);
1715
+ }
1716
+
1717
+ /**
1718
+ * Get the value of the session timeout. Sessions are destroyed
1719
+ * if they see no activity for this period of time.
1720
+ * @param cb Asynchronous callback object.
1721
+ * @param cookie User-defined data to associate with the invocation.
1722
+ * @return The asynchronous result object for the invocation.
1723
+ */
1724
+ ::Ice::AsyncResultPtr begin_getSessionTimeout(const ::Glacier2::Callback_Router_getSessionTimeoutPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1725
+ {
1726
+ return _iceI_begin_getSessionTimeout(::Ice::noExplicitContext, cb, cookie);
1727
+ }
1728
+
1729
+ /**
1730
+ * Get the value of the session timeout. Sessions are destroyed
1731
+ * if they see no activity for this period of time.
1732
+ * @param context The Context map to send with the invocation.
1733
+ * @param cb Asynchronous callback object.
1734
+ * @param cookie User-defined data to associate with the invocation.
1735
+ * @return The asynchronous result object for the invocation.
1736
+ */
1737
+ ::Ice::AsyncResultPtr begin_getSessionTimeout(const ::Ice::Context& context, const ::Glacier2::Callback_Router_getSessionTimeoutPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1738
+ {
1739
+ return _iceI_begin_getSessionTimeout(context, cb, cookie);
1740
+ }
1741
+
1742
+ /**
1743
+ * Completes an invocation of begin_getSessionTimeout.
1744
+ * @param result The asynchronous result object for the invocation.
1745
+ * @return The timeout (in seconds).
1746
+ */
1747
+ ICE_MEMBER(GLACIER2_API) ::Ice::Long end_getSessionTimeout(const ::Ice::AsyncResultPtr& result);
1748
+
1749
+ private:
1750
+
1751
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_getSessionTimeout(const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1752
+
1753
+ public:
1754
+
1755
+ /**
1756
+ * Get the value of the ACM timeout. Clients supporting connection
1757
+ * heartbeats can enable them instead of explicitly sending keep
1758
+ * alives requests.
1759
+ *
1760
+ * NOTE: This method is only available since Ice 3.6.
1761
+ * @param context The Context map to send with the invocation.
1762
+ * @return The timeout (in seconds).
1763
+ */
1764
+ ICE_MEMBER(GLACIER2_API) ::Ice::Int getACMTimeout(const ::Ice::Context& context = ::Ice::noExplicitContext)
1765
+ {
1766
+ return end_getACMTimeout(_iceI_begin_getACMTimeout(context, ::IceInternal::dummyCallback, 0, true));
1767
+ }
1768
+
1769
+ /**
1770
+ * Get the value of the ACM timeout. Clients supporting connection
1771
+ * heartbeats can enable them instead of explicitly sending keep
1772
+ * alives requests.
1773
+ *
1774
+ * NOTE: This method is only available since Ice 3.6.
1775
+ * @param context The Context map to send with the invocation.
1776
+ * @return The asynchronous result object for the invocation.
1777
+ */
1778
+ ::Ice::AsyncResultPtr begin_getACMTimeout(const ::Ice::Context& context = ::Ice::noExplicitContext)
1779
+ {
1780
+ return _iceI_begin_getACMTimeout(context, ::IceInternal::dummyCallback, 0);
1781
+ }
1782
+
1783
+ /**
1784
+ * Get the value of the ACM timeout. Clients supporting connection
1785
+ * heartbeats can enable them instead of explicitly sending keep
1786
+ * alives requests.
1787
+ *
1788
+ * NOTE: This method is only available since Ice 3.6.
1789
+ * @param cb Asynchronous callback object.
1790
+ * @param cookie User-defined data to associate with the invocation.
1791
+ * @return The asynchronous result object for the invocation.
1792
+ */
1793
+ ::Ice::AsyncResultPtr begin_getACMTimeout(const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1794
+ {
1795
+ return _iceI_begin_getACMTimeout(::Ice::noExplicitContext, cb, cookie);
1796
+ }
1797
+
1798
+ /**
1799
+ * Get the value of the ACM timeout. Clients supporting connection
1800
+ * heartbeats can enable them instead of explicitly sending keep
1801
+ * alives requests.
1802
+ *
1803
+ * NOTE: This method is only available since Ice 3.6.
1804
+ * @param context The Context map to send with the invocation.
1805
+ * @param cb Asynchronous callback object.
1806
+ * @param cookie User-defined data to associate with the invocation.
1807
+ * @return The asynchronous result object for the invocation.
1808
+ */
1809
+ ::Ice::AsyncResultPtr begin_getACMTimeout(const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1810
+ {
1811
+ return _iceI_begin_getACMTimeout(context, cb, cookie);
1812
+ }
1813
+
1814
+ /**
1815
+ * Get the value of the ACM timeout. Clients supporting connection
1816
+ * heartbeats can enable them instead of explicitly sending keep
1817
+ * alives requests.
1818
+ *
1819
+ * NOTE: This method is only available since Ice 3.6.
1820
+ * @param cb Asynchronous callback object.
1821
+ * @param cookie User-defined data to associate with the invocation.
1822
+ * @return The asynchronous result object for the invocation.
1823
+ */
1824
+ ::Ice::AsyncResultPtr begin_getACMTimeout(const ::Glacier2::Callback_Router_getACMTimeoutPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1825
+ {
1826
+ return _iceI_begin_getACMTimeout(::Ice::noExplicitContext, cb, cookie);
1827
+ }
1828
+
1829
+ /**
1830
+ * Get the value of the ACM timeout. Clients supporting connection
1831
+ * heartbeats can enable them instead of explicitly sending keep
1832
+ * alives requests.
1833
+ *
1834
+ * NOTE: This method is only available since Ice 3.6.
1835
+ * @param context The Context map to send with the invocation.
1836
+ * @param cb Asynchronous callback object.
1837
+ * @param cookie User-defined data to associate with the invocation.
1838
+ * @return The asynchronous result object for the invocation.
1839
+ */
1840
+ ::Ice::AsyncResultPtr begin_getACMTimeout(const ::Ice::Context& context, const ::Glacier2::Callback_Router_getACMTimeoutPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
1841
+ {
1842
+ return _iceI_begin_getACMTimeout(context, cb, cookie);
1843
+ }
1844
+
1845
+ /**
1846
+ * Completes an invocation of begin_getACMTimeout.
1847
+ * @param result The asynchronous result object for the invocation.
1848
+ * @return The timeout (in seconds).
1849
+ */
1850
+ ICE_MEMBER(GLACIER2_API) ::Ice::Int end_getACMTimeout(const ::Ice::AsyncResultPtr& result);
1851
+
1852
+ private:
1853
+
1854
+ ICE_MEMBER(GLACIER2_API) ::Ice::AsyncResultPtr _iceI_begin_getACMTimeout(const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
1855
+
1856
+ public:
1857
+
1858
+ /**
1859
+ * Obtains the Slice type ID corresponding to this interface.
1860
+ * @return A fully-scoped type ID.
1861
+ */
1862
+ ICE_MEMBER(GLACIER2_API) static const ::std::string& ice_staticId();
1863
+
1864
+ protected:
1865
+ /// \cond INTERNAL
1866
+
1867
+ ICE_MEMBER(GLACIER2_API) virtual ::IceProxy::Ice::Object* _newInstance() const;
1868
+ /// \endcond
1869
+ };
1870
+
1871
+ }
1872
+
1873
+ }
1874
+
1875
+ namespace Glacier2
1876
+ {
1877
+
1878
+ /**
1879
+ * The Glacier2 specialization of the <code>Ice::Router</code> interface.
1880
+ * \headerfile Glacier2/Glacier2.h
1881
+ */
1882
+ class GLACIER2_API Router : virtual public ::Ice::Router
1883
+ {
1884
+ public:
1885
+
1886
+ typedef RouterPrx ProxyType;
1887
+ typedef RouterPtr PointerType;
1888
+
1889
+ virtual ~Router();
1890
+
1891
+ #ifdef ICE_CPP11_COMPILER
1892
+ Router() = default;
1893
+ Router(const Router&) = default;
1894
+ Router& operator=(const Router&) = default;
1895
+ #endif
1896
+
1897
+ /**
1898
+ * Determines whether this object supports an interface with the given Slice type ID.
1899
+ * @param id The fully-scoped Slice type ID.
1900
+ * @param current The Current object for the invocation.
1901
+ * @return True if this object supports the interface, false, otherwise.
1902
+ */
1903
+ virtual bool ice_isA(const ::std::string& id, const ::Ice::Current& current = ::Ice::emptyCurrent) const;
1904
+
1905
+ /**
1906
+ * Obtains a list of the Slice type IDs representing the interfaces supported by this object.
1907
+ * @param current The Current object for the invocation.
1908
+ * @return A list of fully-scoped type IDs.
1909
+ */
1910
+ virtual ::std::vector< ::std::string> ice_ids(const ::Ice::Current& current = ::Ice::emptyCurrent) const;
1911
+
1912
+ /**
1913
+ * Obtains a Slice type ID representing the most-derived interface supported by this object.
1914
+ * @param current The Current object for the invocation.
1915
+ * @return A fully-scoped type ID.
1916
+ */
1917
+ virtual const ::std::string& ice_id(const ::Ice::Current& current = ::Ice::emptyCurrent) const;
1918
+
1919
+ /**
1920
+ * Obtains the Slice type ID corresponding to this class.
1921
+ * @return A fully-scoped type ID.
1922
+ */
1923
+ static const ::std::string& ice_staticId();
1924
+
1925
+ /**
1926
+ * This category must be used in the identities of all of the client's
1927
+ * callback objects. This is necessary in order for the router to
1928
+ * forward callback requests to the intended client. If the Glacier2
1929
+ * server endpoints are not set, the returned category is an empty
1930
+ * string.
1931
+ * @param current The Current object for the invocation.
1932
+ * @return The category.
1933
+ */
1934
+ virtual ::std::string getCategoryForClient(const ::Ice::Current& current = ::Ice::emptyCurrent) const = 0;
1935
+ /// \cond INTERNAL
1936
+ bool _iceD_getCategoryForClient(::IceInternal::Incoming&, const ::Ice::Current&) const;
1937
+ /// \endcond
1938
+
1939
+ /**
1940
+ * Create a per-client session with the router. If a
1941
+ * {@link SessionManager} has been installed, a proxy to a {@link Session}
1942
+ * object is returned to the client. Otherwise, null is returned
1943
+ * and only an internal session (i.e., not visible to the client)
1944
+ * is created.
1945
+ *
1946
+ * If a session proxy is returned, it must be configured to route
1947
+ * through the router that created it. This will happen automatically
1948
+ * if the router is configured as the client's default router at the
1949
+ * time the session proxy is created in the client process, otherwise
1950
+ * the client must configure the session proxy explicitly.
1951
+ * @param cb The AMD callback object for the invocation.
1952
+ * @param userId The user id for which to check the password.
1953
+ * @param password The password for the given user id.
1954
+ * @param current The Current object for the invocation.
1955
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
1956
+ * cannot be created.
1957
+ * @throws Glacier2::PermissionDeniedException Raised if the password for
1958
+ * the given user id is not correct, or if the user is not allowed
1959
+ * access.
1960
+ * @see Session
1961
+ * @see SessionManager
1962
+ * @see PermissionsVerifier
1963
+ */
1964
+ virtual void createSession_async(const ::Glacier2::AMD_Router_createSessionPtr& cb, const ::std::string& userId, const ::std::string& password, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
1965
+ /// \cond INTERNAL
1966
+ bool _iceD_createSession(::IceInternal::Incoming&, const ::Ice::Current&);
1967
+ /// \endcond
1968
+
1969
+ /**
1970
+ * Create a per-client session with the router. The user is
1971
+ * authenticated through the SSL certificates that have been
1972
+ * associated with the connection. If a {@link SessionManager} has been
1973
+ * installed, a proxy to a {@link Session} object is returned to the
1974
+ * client. Otherwise, null is returned and only an internal
1975
+ * session (i.e., not visible to the client) is created.
1976
+ *
1977
+ * If a session proxy is returned, it must be configured to route
1978
+ * through the router that created it. This will happen automatically
1979
+ * if the router is configured as the client's default router at the
1980
+ * time the session proxy is created in the client process, otherwise
1981
+ * the client must configure the session proxy explicitly.
1982
+ * @param cb The AMD callback object for the invocation.
1983
+ * @param current The Current object for the invocation.
1984
+ * @throws Glacier2::CannotCreateSessionException Raised if the session
1985
+ * cannot be created.
1986
+ * @throws Glacier2::PermissionDeniedException Raised if the user cannot be
1987
+ * authenticated or if the user is not allowed access.
1988
+ * @see Session
1989
+ * @see SessionManager
1990
+ * @see PermissionsVerifier
1991
+ */
1992
+ virtual void createSessionFromSecureConnection_async(const ::Glacier2::AMD_Router_createSessionFromSecureConnectionPtr& cb, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
1993
+ /// \cond INTERNAL
1994
+ bool _iceD_createSessionFromSecureConnection(::IceInternal::Incoming&, const ::Ice::Current&);
1995
+ /// \endcond
1996
+
1997
+ /**
1998
+ * Keep the calling client's session with this router alive.
1999
+ * @param cb The AMD callback object for the invocation.
2000
+ * @param current The Current object for the invocation.
2001
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
2002
+ * for the calling client.
2003
+ */
2004
+ virtual void refreshSession_async(const ::Glacier2::AMD_Router_refreshSessionPtr& cb, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
2005
+ /// \cond INTERNAL
2006
+ bool _iceD_refreshSession(::IceInternal::Incoming&, const ::Ice::Current&);
2007
+ /// \endcond
2008
+
2009
+ /**
2010
+ * Destroy the calling client's session with this router.
2011
+ * @param current The Current object for the invocation.
2012
+ * @throws Glacier2::SessionNotExistException Raised if no session exists
2013
+ * for the calling client.
2014
+ */
2015
+ virtual void destroySession(const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
2016
+ /// \cond INTERNAL
2017
+ bool _iceD_destroySession(::IceInternal::Incoming&, const ::Ice::Current&);
2018
+ /// \endcond
2019
+
2020
+ /**
2021
+ * Get the value of the session timeout. Sessions are destroyed
2022
+ * if they see no activity for this period of time.
2023
+ * @param current The Current object for the invocation.
2024
+ * @return The timeout (in seconds).
2025
+ */
2026
+ virtual ::Ice::Long getSessionTimeout(const ::Ice::Current& current = ::Ice::emptyCurrent) const = 0;
2027
+ /// \cond INTERNAL
2028
+ bool _iceD_getSessionTimeout(::IceInternal::Incoming&, const ::Ice::Current&) const;
2029
+ /// \endcond
2030
+
2031
+ /**
2032
+ * Get the value of the ACM timeout. Clients supporting connection
2033
+ * heartbeats can enable them instead of explicitly sending keep
2034
+ * alives requests.
2035
+ *
2036
+ * NOTE: This method is only available since Ice 3.6.
2037
+ * @param current The Current object for the invocation.
2038
+ * @return The timeout (in seconds).
2039
+ */
2040
+ virtual ::Ice::Int getACMTimeout(const ::Ice::Current& current = ::Ice::emptyCurrent) const = 0;
2041
+ /// \cond INTERNAL
2042
+ bool _iceD_getACMTimeout(::IceInternal::Incoming&, const ::Ice::Current&) const;
2043
+ /// \endcond
2044
+
2045
+ /// \cond INTERNAL
2046
+ virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
2047
+ /// \endcond
2048
+
2049
+ protected:
2050
+
2051
+ /// \cond STREAM
2052
+ virtual void _iceWriteImpl(::Ice::OutputStream*) const;
2053
+ virtual void _iceReadImpl(::Ice::InputStream*);
2054
+ /// \endcond
2055
+ };
2056
+
2057
+ /// \cond INTERNAL
2058
+ inline bool operator==(const Router& lhs, const Router& rhs)
2059
+ {
2060
+ return static_cast<const ::Ice::Object&>(lhs) == static_cast<const ::Ice::Object&>(rhs);
2061
+ }
2062
+
2063
+ inline bool operator<(const Router& lhs, const Router& rhs)
2064
+ {
2065
+ return static_cast<const ::Ice::Object&>(lhs) < static_cast<const ::Ice::Object&>(rhs);
2066
+ }
2067
+ /// \endcond
2068
+
2069
+ }
2070
+
2071
+ /// \cond STREAM
2072
+ namespace Ice
2073
+ {
2074
+
2075
+ template<>
2076
+ struct StreamableTraits< ::Glacier2::SessionNotExistException>
2077
+ {
2078
+ static const StreamHelperCategory helper = StreamHelperCategoryUserException;
2079
+ };
2080
+
2081
+ }
2082
+ /// \endcond
2083
+
2084
+ namespace Glacier2
2085
+ {
2086
+
2087
+ /**
2088
+ * Type-safe asynchronous callback wrapper class used for calls to
2089
+ * IceProxy::Glacier2::Router::begin_getCategoryForClient.
2090
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getCategoryForClient.
2091
+ */
2092
+ template<class T>
2093
+ class CallbackNC_Router_getCategoryForClient : public Callback_Router_getCategoryForClient_Base, public ::IceInternal::TwowayCallbackNC<T>
2094
+ {
2095
+ public:
2096
+
2097
+ typedef IceUtil::Handle<T> TPtr;
2098
+
2099
+ typedef void (T::*Exception)(const ::Ice::Exception&);
2100
+ typedef void (T::*Sent)(bool);
2101
+ typedef void (T::*Response)(const ::std::string&);
2102
+
2103
+ CallbackNC_Router_getCategoryForClient(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2104
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
2105
+ {
2106
+ }
2107
+
2108
+ /// \cond INTERNAL
2109
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2110
+ {
2111
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2112
+ ::std::string ret;
2113
+ try
2114
+ {
2115
+ ret = proxy->end_getCategoryForClient(result);
2116
+ }
2117
+ catch(const ::Ice::Exception& ex)
2118
+ {
2119
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
2120
+ return;
2121
+ }
2122
+ if(_response)
2123
+ {
2124
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
2125
+ }
2126
+ }
2127
+ /// \endcond
2128
+
2129
+ private:
2130
+
2131
+ Response _response;
2132
+ };
2133
+
2134
+ /**
2135
+ * Creates a callback wrapper instance that delegates to your object.
2136
+ * @param instance The callback object.
2137
+ * @param cb The success method of the callback object.
2138
+ * @param excb The exception method of the callback object.
2139
+ * @param sentcb The sent method of the callback object.
2140
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getCategoryForClient.
2141
+ */
2142
+ template<class T> Callback_Router_getCategoryForClientPtr
2143
+ newCallback_Router_getCategoryForClient(const IceUtil::Handle<T>& instance, void (T::*cb)(const ::std::string&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2144
+ {
2145
+ return new CallbackNC_Router_getCategoryForClient<T>(instance, cb, excb, sentcb);
2146
+ }
2147
+
2148
+ /**
2149
+ * Creates a callback wrapper instance that delegates to your object.
2150
+ * @param instance The callback object.
2151
+ * @param cb The success method of the callback object.
2152
+ * @param excb The exception method of the callback object.
2153
+ * @param sentcb The sent method of the callback object.
2154
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getCategoryForClient.
2155
+ */
2156
+ template<class T> Callback_Router_getCategoryForClientPtr
2157
+ newCallback_Router_getCategoryForClient(T* instance, void (T::*cb)(const ::std::string&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2158
+ {
2159
+ return new CallbackNC_Router_getCategoryForClient<T>(instance, cb, excb, sentcb);
2160
+ }
2161
+
2162
+ /**
2163
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
2164
+ * IceProxy::Glacier2::Router::begin_getCategoryForClient.
2165
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getCategoryForClient.
2166
+ */
2167
+ template<class T, typename CT>
2168
+ class Callback_Router_getCategoryForClient : public Callback_Router_getCategoryForClient_Base, public ::IceInternal::TwowayCallback<T, CT>
2169
+ {
2170
+ public:
2171
+
2172
+ typedef IceUtil::Handle<T> TPtr;
2173
+
2174
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
2175
+ typedef void (T::*Sent)(bool , const CT&);
2176
+ typedef void (T::*Response)(const ::std::string&, const CT&);
2177
+
2178
+ Callback_Router_getCategoryForClient(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2179
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
2180
+ {
2181
+ }
2182
+
2183
+ /// \cond INTERNAL
2184
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2185
+ {
2186
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2187
+ ::std::string ret;
2188
+ try
2189
+ {
2190
+ ret = proxy->end_getCategoryForClient(result);
2191
+ }
2192
+ catch(const ::Ice::Exception& ex)
2193
+ {
2194
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
2195
+ return;
2196
+ }
2197
+ if(_response)
2198
+ {
2199
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
2200
+ }
2201
+ }
2202
+ /// \endcond
2203
+
2204
+ private:
2205
+
2206
+ Response _response;
2207
+ };
2208
+
2209
+ /**
2210
+ * Creates a callback wrapper instance that delegates to your object.
2211
+ * Use this overload when your callback methods receive a cookie value.
2212
+ * @param instance The callback object.
2213
+ * @param cb The success method of the callback object.
2214
+ * @param excb The exception method of the callback object.
2215
+ * @param sentcb The sent method of the callback object.
2216
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getCategoryForClient.
2217
+ */
2218
+ template<class T, typename CT> Callback_Router_getCategoryForClientPtr
2219
+ newCallback_Router_getCategoryForClient(const IceUtil::Handle<T>& instance, void (T::*cb)(const ::std::string&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2220
+ {
2221
+ return new Callback_Router_getCategoryForClient<T, CT>(instance, cb, excb, sentcb);
2222
+ }
2223
+
2224
+ /**
2225
+ * Creates a callback wrapper instance that delegates to your object.
2226
+ * Use this overload when your callback methods receive a cookie value.
2227
+ * @param instance The callback object.
2228
+ * @param cb The success method of the callback object.
2229
+ * @param excb The exception method of the callback object.
2230
+ * @param sentcb The sent method of the callback object.
2231
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getCategoryForClient.
2232
+ */
2233
+ template<class T, typename CT> Callback_Router_getCategoryForClientPtr
2234
+ newCallback_Router_getCategoryForClient(T* instance, void (T::*cb)(const ::std::string&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2235
+ {
2236
+ return new Callback_Router_getCategoryForClient<T, CT>(instance, cb, excb, sentcb);
2237
+ }
2238
+
2239
+ /**
2240
+ * Type-safe asynchronous callback wrapper class used for calls to
2241
+ * IceProxy::Glacier2::Router::begin_createSession.
2242
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_createSession.
2243
+ */
2244
+ template<class T>
2245
+ class CallbackNC_Router_createSession : public Callback_Router_createSession_Base, public ::IceInternal::TwowayCallbackNC<T>
2246
+ {
2247
+ public:
2248
+
2249
+ typedef IceUtil::Handle<T> TPtr;
2250
+
2251
+ typedef void (T::*Exception)(const ::Ice::Exception&);
2252
+ typedef void (T::*Sent)(bool);
2253
+ typedef void (T::*Response)(const SessionPrx&);
2254
+
2255
+ CallbackNC_Router_createSession(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2256
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
2257
+ {
2258
+ }
2259
+
2260
+ /// \cond INTERNAL
2261
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2262
+ {
2263
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2264
+ SessionPrx ret;
2265
+ try
2266
+ {
2267
+ ret = proxy->end_createSession(result);
2268
+ }
2269
+ catch(const ::Ice::Exception& ex)
2270
+ {
2271
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
2272
+ return;
2273
+ }
2274
+ if(_response)
2275
+ {
2276
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
2277
+ }
2278
+ }
2279
+ /// \endcond
2280
+
2281
+ private:
2282
+
2283
+ Response _response;
2284
+ };
2285
+
2286
+ /**
2287
+ * Creates a callback wrapper instance that delegates to your object.
2288
+ * @param instance The callback object.
2289
+ * @param cb The success method of the callback object.
2290
+ * @param excb The exception method of the callback object.
2291
+ * @param sentcb The sent method of the callback object.
2292
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSession.
2293
+ */
2294
+ template<class T> Callback_Router_createSessionPtr
2295
+ newCallback_Router_createSession(const IceUtil::Handle<T>& instance, void (T::*cb)(const SessionPrx&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2296
+ {
2297
+ return new CallbackNC_Router_createSession<T>(instance, cb, excb, sentcb);
2298
+ }
2299
+
2300
+ /**
2301
+ * Creates a callback wrapper instance that delegates to your object.
2302
+ * @param instance The callback object.
2303
+ * @param cb The success method of the callback object.
2304
+ * @param excb The exception method of the callback object.
2305
+ * @param sentcb The sent method of the callback object.
2306
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSession.
2307
+ */
2308
+ template<class T> Callback_Router_createSessionPtr
2309
+ newCallback_Router_createSession(T* instance, void (T::*cb)(const SessionPrx&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2310
+ {
2311
+ return new CallbackNC_Router_createSession<T>(instance, cb, excb, sentcb);
2312
+ }
2313
+
2314
+ /**
2315
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
2316
+ * IceProxy::Glacier2::Router::begin_createSession.
2317
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_createSession.
2318
+ */
2319
+ template<class T, typename CT>
2320
+ class Callback_Router_createSession : public Callback_Router_createSession_Base, public ::IceInternal::TwowayCallback<T, CT>
2321
+ {
2322
+ public:
2323
+
2324
+ typedef IceUtil::Handle<T> TPtr;
2325
+
2326
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
2327
+ typedef void (T::*Sent)(bool , const CT&);
2328
+ typedef void (T::*Response)(const SessionPrx&, const CT&);
2329
+
2330
+ Callback_Router_createSession(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2331
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
2332
+ {
2333
+ }
2334
+
2335
+ /// \cond INTERNAL
2336
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2337
+ {
2338
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2339
+ SessionPrx ret;
2340
+ try
2341
+ {
2342
+ ret = proxy->end_createSession(result);
2343
+ }
2344
+ catch(const ::Ice::Exception& ex)
2345
+ {
2346
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
2347
+ return;
2348
+ }
2349
+ if(_response)
2350
+ {
2351
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
2352
+ }
2353
+ }
2354
+ /// \endcond
2355
+
2356
+ private:
2357
+
2358
+ Response _response;
2359
+ };
2360
+
2361
+ /**
2362
+ * Creates a callback wrapper instance that delegates to your object.
2363
+ * Use this overload when your callback methods receive a cookie value.
2364
+ * @param instance The callback object.
2365
+ * @param cb The success method of the callback object.
2366
+ * @param excb The exception method of the callback object.
2367
+ * @param sentcb The sent method of the callback object.
2368
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSession.
2369
+ */
2370
+ template<class T, typename CT> Callback_Router_createSessionPtr
2371
+ newCallback_Router_createSession(const IceUtil::Handle<T>& instance, void (T::*cb)(const SessionPrx&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2372
+ {
2373
+ return new Callback_Router_createSession<T, CT>(instance, cb, excb, sentcb);
2374
+ }
2375
+
2376
+ /**
2377
+ * Creates a callback wrapper instance that delegates to your object.
2378
+ * Use this overload when your callback methods receive a cookie value.
2379
+ * @param instance The callback object.
2380
+ * @param cb The success method of the callback object.
2381
+ * @param excb The exception method of the callback object.
2382
+ * @param sentcb The sent method of the callback object.
2383
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSession.
2384
+ */
2385
+ template<class T, typename CT> Callback_Router_createSessionPtr
2386
+ newCallback_Router_createSession(T* instance, void (T::*cb)(const SessionPrx&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2387
+ {
2388
+ return new Callback_Router_createSession<T, CT>(instance, cb, excb, sentcb);
2389
+ }
2390
+
2391
+ /**
2392
+ * Type-safe asynchronous callback wrapper class used for calls to
2393
+ * IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
2394
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_createSessionFromSecureConnection.
2395
+ */
2396
+ template<class T>
2397
+ class CallbackNC_Router_createSessionFromSecureConnection : public Callback_Router_createSessionFromSecureConnection_Base, public ::IceInternal::TwowayCallbackNC<T>
2398
+ {
2399
+ public:
2400
+
2401
+ typedef IceUtil::Handle<T> TPtr;
2402
+
2403
+ typedef void (T::*Exception)(const ::Ice::Exception&);
2404
+ typedef void (T::*Sent)(bool);
2405
+ typedef void (T::*Response)(const SessionPrx&);
2406
+
2407
+ CallbackNC_Router_createSessionFromSecureConnection(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2408
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
2409
+ {
2410
+ }
2411
+
2412
+ /// \cond INTERNAL
2413
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2414
+ {
2415
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2416
+ SessionPrx ret;
2417
+ try
2418
+ {
2419
+ ret = proxy->end_createSessionFromSecureConnection(result);
2420
+ }
2421
+ catch(const ::Ice::Exception& ex)
2422
+ {
2423
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
2424
+ return;
2425
+ }
2426
+ if(_response)
2427
+ {
2428
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
2429
+ }
2430
+ }
2431
+ /// \endcond
2432
+
2433
+ private:
2434
+
2435
+ Response _response;
2436
+ };
2437
+
2438
+ /**
2439
+ * Creates a callback wrapper instance that delegates to your object.
2440
+ * @param instance The callback object.
2441
+ * @param cb The success method of the callback object.
2442
+ * @param excb The exception method of the callback object.
2443
+ * @param sentcb The sent method of the callback object.
2444
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
2445
+ */
2446
+ template<class T> Callback_Router_createSessionFromSecureConnectionPtr
2447
+ newCallback_Router_createSessionFromSecureConnection(const IceUtil::Handle<T>& instance, void (T::*cb)(const SessionPrx&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2448
+ {
2449
+ return new CallbackNC_Router_createSessionFromSecureConnection<T>(instance, cb, excb, sentcb);
2450
+ }
2451
+
2452
+ /**
2453
+ * Creates a callback wrapper instance that delegates to your object.
2454
+ * @param instance The callback object.
2455
+ * @param cb The success method of the callback object.
2456
+ * @param excb The exception method of the callback object.
2457
+ * @param sentcb The sent method of the callback object.
2458
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
2459
+ */
2460
+ template<class T> Callback_Router_createSessionFromSecureConnectionPtr
2461
+ newCallback_Router_createSessionFromSecureConnection(T* instance, void (T::*cb)(const SessionPrx&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2462
+ {
2463
+ return new CallbackNC_Router_createSessionFromSecureConnection<T>(instance, cb, excb, sentcb);
2464
+ }
2465
+
2466
+ /**
2467
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
2468
+ * IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
2469
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_createSessionFromSecureConnection.
2470
+ */
2471
+ template<class T, typename CT>
2472
+ class Callback_Router_createSessionFromSecureConnection : public Callback_Router_createSessionFromSecureConnection_Base, public ::IceInternal::TwowayCallback<T, CT>
2473
+ {
2474
+ public:
2475
+
2476
+ typedef IceUtil::Handle<T> TPtr;
2477
+
2478
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
2479
+ typedef void (T::*Sent)(bool , const CT&);
2480
+ typedef void (T::*Response)(const SessionPrx&, const CT&);
2481
+
2482
+ Callback_Router_createSessionFromSecureConnection(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2483
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
2484
+ {
2485
+ }
2486
+
2487
+ /// \cond INTERNAL
2488
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2489
+ {
2490
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2491
+ SessionPrx ret;
2492
+ try
2493
+ {
2494
+ ret = proxy->end_createSessionFromSecureConnection(result);
2495
+ }
2496
+ catch(const ::Ice::Exception& ex)
2497
+ {
2498
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
2499
+ return;
2500
+ }
2501
+ if(_response)
2502
+ {
2503
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
2504
+ }
2505
+ }
2506
+ /// \endcond
2507
+
2508
+ private:
2509
+
2510
+ Response _response;
2511
+ };
2512
+
2513
+ /**
2514
+ * Creates a callback wrapper instance that delegates to your object.
2515
+ * Use this overload when your callback methods receive a cookie value.
2516
+ * @param instance The callback object.
2517
+ * @param cb The success method of the callback object.
2518
+ * @param excb The exception method of the callback object.
2519
+ * @param sentcb The sent method of the callback object.
2520
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
2521
+ */
2522
+ template<class T, typename CT> Callback_Router_createSessionFromSecureConnectionPtr
2523
+ newCallback_Router_createSessionFromSecureConnection(const IceUtil::Handle<T>& instance, void (T::*cb)(const SessionPrx&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2524
+ {
2525
+ return new Callback_Router_createSessionFromSecureConnection<T, CT>(instance, cb, excb, sentcb);
2526
+ }
2527
+
2528
+ /**
2529
+ * Creates a callback wrapper instance that delegates to your object.
2530
+ * Use this overload when your callback methods receive a cookie value.
2531
+ * @param instance The callback object.
2532
+ * @param cb The success method of the callback object.
2533
+ * @param excb The exception method of the callback object.
2534
+ * @param sentcb The sent method of the callback object.
2535
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_createSessionFromSecureConnection.
2536
+ */
2537
+ template<class T, typename CT> Callback_Router_createSessionFromSecureConnectionPtr
2538
+ newCallback_Router_createSessionFromSecureConnection(T* instance, void (T::*cb)(const SessionPrx&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2539
+ {
2540
+ return new Callback_Router_createSessionFromSecureConnection<T, CT>(instance, cb, excb, sentcb);
2541
+ }
2542
+
2543
+ /**
2544
+ * Type-safe asynchronous callback wrapper class used for calls to
2545
+ * IceProxy::Glacier2::Router::begin_refreshSession.
2546
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_refreshSession.
2547
+ */
2548
+ template<class T>
2549
+ class CallbackNC_Router_refreshSession : public Callback_Router_refreshSession_Base, public ::IceInternal::TwowayCallbackNC<T>
2550
+ {
2551
+ public:
2552
+
2553
+ typedef IceUtil::Handle<T> TPtr;
2554
+
2555
+ typedef void (T::*Exception)(const ::Ice::Exception&);
2556
+ typedef void (T::*Sent)(bool);
2557
+ typedef void (T::*Response)();
2558
+
2559
+ CallbackNC_Router_refreshSession(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2560
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
2561
+ {
2562
+ }
2563
+
2564
+ /// \cond INTERNAL
2565
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2566
+ {
2567
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2568
+ try
2569
+ {
2570
+ proxy->end_refreshSession(result);
2571
+ }
2572
+ catch(const ::Ice::Exception& ex)
2573
+ {
2574
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
2575
+ return;
2576
+ }
2577
+ if(_response)
2578
+ {
2579
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
2580
+ }
2581
+ }
2582
+ /// \endcond
2583
+
2584
+ private:
2585
+
2586
+ Response _response;
2587
+ };
2588
+
2589
+ /**
2590
+ * Creates a callback wrapper instance that delegates to your object.
2591
+ * @param instance The callback object.
2592
+ * @param cb The success method of the callback object.
2593
+ * @param excb The exception method of the callback object.
2594
+ * @param sentcb The sent method of the callback object.
2595
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2596
+ */
2597
+ template<class T> Callback_Router_refreshSessionPtr
2598
+ newCallback_Router_refreshSession(const IceUtil::Handle<T>& instance, void (T::*cb)(), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2599
+ {
2600
+ return new CallbackNC_Router_refreshSession<T>(instance, cb, excb, sentcb);
2601
+ }
2602
+
2603
+ /**
2604
+ * Creates a callback wrapper instance that delegates to your object.
2605
+ * @param instance The callback object.
2606
+ * @param excb The exception method of the callback object.
2607
+ * @param sentcb The sent method of the callback object.
2608
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2609
+ */
2610
+ template<class T> Callback_Router_refreshSessionPtr
2611
+ newCallback_Router_refreshSession(const IceUtil::Handle<T>& instance, void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2612
+ {
2613
+ return new CallbackNC_Router_refreshSession<T>(instance, 0, excb, sentcb);
2614
+ }
2615
+
2616
+ /**
2617
+ * Creates a callback wrapper instance that delegates to your object.
2618
+ * @param instance The callback object.
2619
+ * @param cb The success method of the callback object.
2620
+ * @param excb The exception method of the callback object.
2621
+ * @param sentcb The sent method of the callback object.
2622
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2623
+ */
2624
+ template<class T> Callback_Router_refreshSessionPtr
2625
+ newCallback_Router_refreshSession(T* instance, void (T::*cb)(), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2626
+ {
2627
+ return new CallbackNC_Router_refreshSession<T>(instance, cb, excb, sentcb);
2628
+ }
2629
+
2630
+ /**
2631
+ * Creates a callback wrapper instance that delegates to your object.
2632
+ * @param instance The callback object.
2633
+ * @param excb The exception method of the callback object.
2634
+ * @param sentcb The sent method of the callback object.
2635
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2636
+ */
2637
+ template<class T> Callback_Router_refreshSessionPtr
2638
+ newCallback_Router_refreshSession(T* instance, void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2639
+ {
2640
+ return new CallbackNC_Router_refreshSession<T>(instance, 0, excb, sentcb);
2641
+ }
2642
+
2643
+ /**
2644
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
2645
+ * IceProxy::Glacier2::Router::begin_refreshSession.
2646
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_refreshSession.
2647
+ */
2648
+ template<class T, typename CT>
2649
+ class Callback_Router_refreshSession : public Callback_Router_refreshSession_Base, public ::IceInternal::TwowayCallback<T, CT>
2650
+ {
2651
+ public:
2652
+
2653
+ typedef IceUtil::Handle<T> TPtr;
2654
+
2655
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
2656
+ typedef void (T::*Sent)(bool , const CT&);
2657
+ typedef void (T::*Response)(const CT&);
2658
+
2659
+ Callback_Router_refreshSession(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2660
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
2661
+ {
2662
+ }
2663
+
2664
+ /// \cond INTERNAL
2665
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2666
+ {
2667
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2668
+ try
2669
+ {
2670
+ proxy->end_refreshSession(result);
2671
+ }
2672
+ catch(const ::Ice::Exception& ex)
2673
+ {
2674
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
2675
+ return;
2676
+ }
2677
+ if(_response)
2678
+ {
2679
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
2680
+ }
2681
+ }
2682
+ /// \endcond
2683
+
2684
+ private:
2685
+
2686
+ Response _response;
2687
+ };
2688
+
2689
+ /**
2690
+ * Creates a callback wrapper instance that delegates to your object.
2691
+ * Use this overload when your callback methods receive a cookie value.
2692
+ * @param instance The callback object.
2693
+ * @param cb The success method of the callback object.
2694
+ * @param excb The exception method of the callback object.
2695
+ * @param sentcb The sent method of the callback object.
2696
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2697
+ */
2698
+ template<class T, typename CT> Callback_Router_refreshSessionPtr
2699
+ newCallback_Router_refreshSession(const IceUtil::Handle<T>& instance, void (T::*cb)(const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2700
+ {
2701
+ return new Callback_Router_refreshSession<T, CT>(instance, cb, excb, sentcb);
2702
+ }
2703
+
2704
+ /**
2705
+ * Creates a callback wrapper instance that delegates to your object.
2706
+ * Use this overload when your callback methods receive a cookie value.
2707
+ * @param instance The callback object.
2708
+ * @param excb The exception method of the callback object.
2709
+ * @param sentcb The sent method of the callback object.
2710
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2711
+ */
2712
+ template<class T, typename CT> Callback_Router_refreshSessionPtr
2713
+ newCallback_Router_refreshSession(const IceUtil::Handle<T>& instance, void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2714
+ {
2715
+ return new Callback_Router_refreshSession<T, CT>(instance, 0, excb, sentcb);
2716
+ }
2717
+
2718
+ /**
2719
+ * Creates a callback wrapper instance that delegates to your object.
2720
+ * Use this overload when your callback methods receive a cookie value.
2721
+ * @param instance The callback object.
2722
+ * @param cb The success method of the callback object.
2723
+ * @param excb The exception method of the callback object.
2724
+ * @param sentcb The sent method of the callback object.
2725
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2726
+ */
2727
+ template<class T, typename CT> Callback_Router_refreshSessionPtr
2728
+ newCallback_Router_refreshSession(T* instance, void (T::*cb)(const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2729
+ {
2730
+ return new Callback_Router_refreshSession<T, CT>(instance, cb, excb, sentcb);
2731
+ }
2732
+
2733
+ /**
2734
+ * Creates a callback wrapper instance that delegates to your object.
2735
+ * Use this overload when your callback methods receive a cookie value.
2736
+ * @param instance The callback object.
2737
+ * @param excb The exception method of the callback object.
2738
+ * @param sentcb The sent method of the callback object.
2739
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_refreshSession.
2740
+ */
2741
+ template<class T, typename CT> Callback_Router_refreshSessionPtr
2742
+ newCallback_Router_refreshSession(T* instance, void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2743
+ {
2744
+ return new Callback_Router_refreshSession<T, CT>(instance, 0, excb, sentcb);
2745
+ }
2746
+
2747
+ /**
2748
+ * Type-safe asynchronous callback wrapper class used for calls to
2749
+ * IceProxy::Glacier2::Router::begin_destroySession.
2750
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_destroySession.
2751
+ */
2752
+ template<class T>
2753
+ class CallbackNC_Router_destroySession : public Callback_Router_destroySession_Base, public ::IceInternal::TwowayCallbackNC<T>
2754
+ {
2755
+ public:
2756
+
2757
+ typedef IceUtil::Handle<T> TPtr;
2758
+
2759
+ typedef void (T::*Exception)(const ::Ice::Exception&);
2760
+ typedef void (T::*Sent)(bool);
2761
+ typedef void (T::*Response)();
2762
+
2763
+ CallbackNC_Router_destroySession(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2764
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
2765
+ {
2766
+ }
2767
+
2768
+ /// \cond INTERNAL
2769
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2770
+ {
2771
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2772
+ try
2773
+ {
2774
+ proxy->end_destroySession(result);
2775
+ }
2776
+ catch(const ::Ice::Exception& ex)
2777
+ {
2778
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
2779
+ return;
2780
+ }
2781
+ if(_response)
2782
+ {
2783
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
2784
+ }
2785
+ }
2786
+ /// \endcond
2787
+
2788
+ private:
2789
+
2790
+ Response _response;
2791
+ };
2792
+
2793
+ /**
2794
+ * Creates a callback wrapper instance that delegates to your object.
2795
+ * @param instance The callback object.
2796
+ * @param cb The success method of the callback object.
2797
+ * @param excb The exception method of the callback object.
2798
+ * @param sentcb The sent method of the callback object.
2799
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2800
+ */
2801
+ template<class T> Callback_Router_destroySessionPtr
2802
+ newCallback_Router_destroySession(const IceUtil::Handle<T>& instance, void (T::*cb)(), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2803
+ {
2804
+ return new CallbackNC_Router_destroySession<T>(instance, cb, excb, sentcb);
2805
+ }
2806
+
2807
+ /**
2808
+ * Creates a callback wrapper instance that delegates to your object.
2809
+ * @param instance The callback object.
2810
+ * @param excb The exception method of the callback object.
2811
+ * @param sentcb The sent method of the callback object.
2812
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2813
+ */
2814
+ template<class T> Callback_Router_destroySessionPtr
2815
+ newCallback_Router_destroySession(const IceUtil::Handle<T>& instance, void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2816
+ {
2817
+ return new CallbackNC_Router_destroySession<T>(instance, 0, excb, sentcb);
2818
+ }
2819
+
2820
+ /**
2821
+ * Creates a callback wrapper instance that delegates to your object.
2822
+ * @param instance The callback object.
2823
+ * @param cb The success method of the callback object.
2824
+ * @param excb The exception method of the callback object.
2825
+ * @param sentcb The sent method of the callback object.
2826
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2827
+ */
2828
+ template<class T> Callback_Router_destroySessionPtr
2829
+ newCallback_Router_destroySession(T* instance, void (T::*cb)(), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2830
+ {
2831
+ return new CallbackNC_Router_destroySession<T>(instance, cb, excb, sentcb);
2832
+ }
2833
+
2834
+ /**
2835
+ * Creates a callback wrapper instance that delegates to your object.
2836
+ * @param instance The callback object.
2837
+ * @param excb The exception method of the callback object.
2838
+ * @param sentcb The sent method of the callback object.
2839
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2840
+ */
2841
+ template<class T> Callback_Router_destroySessionPtr
2842
+ newCallback_Router_destroySession(T* instance, void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
2843
+ {
2844
+ return new CallbackNC_Router_destroySession<T>(instance, 0, excb, sentcb);
2845
+ }
2846
+
2847
+ /**
2848
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
2849
+ * IceProxy::Glacier2::Router::begin_destroySession.
2850
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_destroySession.
2851
+ */
2852
+ template<class T, typename CT>
2853
+ class Callback_Router_destroySession : public Callback_Router_destroySession_Base, public ::IceInternal::TwowayCallback<T, CT>
2854
+ {
2855
+ public:
2856
+
2857
+ typedef IceUtil::Handle<T> TPtr;
2858
+
2859
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
2860
+ typedef void (T::*Sent)(bool , const CT&);
2861
+ typedef void (T::*Response)(const CT&);
2862
+
2863
+ Callback_Router_destroySession(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2864
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
2865
+ {
2866
+ }
2867
+
2868
+ /// \cond INTERNAL
2869
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2870
+ {
2871
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2872
+ try
2873
+ {
2874
+ proxy->end_destroySession(result);
2875
+ }
2876
+ catch(const ::Ice::Exception& ex)
2877
+ {
2878
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
2879
+ return;
2880
+ }
2881
+ if(_response)
2882
+ {
2883
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
2884
+ }
2885
+ }
2886
+ /// \endcond
2887
+
2888
+ private:
2889
+
2890
+ Response _response;
2891
+ };
2892
+
2893
+ /**
2894
+ * Creates a callback wrapper instance that delegates to your object.
2895
+ * Use this overload when your callback methods receive a cookie value.
2896
+ * @param instance The callback object.
2897
+ * @param cb The success method of the callback object.
2898
+ * @param excb The exception method of the callback object.
2899
+ * @param sentcb The sent method of the callback object.
2900
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2901
+ */
2902
+ template<class T, typename CT> Callback_Router_destroySessionPtr
2903
+ newCallback_Router_destroySession(const IceUtil::Handle<T>& instance, void (T::*cb)(const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2904
+ {
2905
+ return new Callback_Router_destroySession<T, CT>(instance, cb, excb, sentcb);
2906
+ }
2907
+
2908
+ /**
2909
+ * Creates a callback wrapper instance that delegates to your object.
2910
+ * Use this overload when your callback methods receive a cookie value.
2911
+ * @param instance The callback object.
2912
+ * @param excb The exception method of the callback object.
2913
+ * @param sentcb The sent method of the callback object.
2914
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2915
+ */
2916
+ template<class T, typename CT> Callback_Router_destroySessionPtr
2917
+ newCallback_Router_destroySession(const IceUtil::Handle<T>& instance, void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2918
+ {
2919
+ return new Callback_Router_destroySession<T, CT>(instance, 0, excb, sentcb);
2920
+ }
2921
+
2922
+ /**
2923
+ * Creates a callback wrapper instance that delegates to your object.
2924
+ * Use this overload when your callback methods receive a cookie value.
2925
+ * @param instance The callback object.
2926
+ * @param cb The success method of the callback object.
2927
+ * @param excb The exception method of the callback object.
2928
+ * @param sentcb The sent method of the callback object.
2929
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2930
+ */
2931
+ template<class T, typename CT> Callback_Router_destroySessionPtr
2932
+ newCallback_Router_destroySession(T* instance, void (T::*cb)(const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2933
+ {
2934
+ return new Callback_Router_destroySession<T, CT>(instance, cb, excb, sentcb);
2935
+ }
2936
+
2937
+ /**
2938
+ * Creates a callback wrapper instance that delegates to your object.
2939
+ * Use this overload when your callback methods receive a cookie value.
2940
+ * @param instance The callback object.
2941
+ * @param excb The exception method of the callback object.
2942
+ * @param sentcb The sent method of the callback object.
2943
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_destroySession.
2944
+ */
2945
+ template<class T, typename CT> Callback_Router_destroySessionPtr
2946
+ newCallback_Router_destroySession(T* instance, void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
2947
+ {
2948
+ return new Callback_Router_destroySession<T, CT>(instance, 0, excb, sentcb);
2949
+ }
2950
+
2951
+ /**
2952
+ * Type-safe asynchronous callback wrapper class used for calls to
2953
+ * IceProxy::Glacier2::Router::begin_getSessionTimeout.
2954
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getSessionTimeout.
2955
+ */
2956
+ template<class T>
2957
+ class CallbackNC_Router_getSessionTimeout : public Callback_Router_getSessionTimeout_Base, public ::IceInternal::TwowayCallbackNC<T>
2958
+ {
2959
+ public:
2960
+
2961
+ typedef IceUtil::Handle<T> TPtr;
2962
+
2963
+ typedef void (T::*Exception)(const ::Ice::Exception&);
2964
+ typedef void (T::*Sent)(bool);
2965
+ typedef void (T::*Response)(::Ice::Long);
2966
+
2967
+ CallbackNC_Router_getSessionTimeout(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
2968
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
2969
+ {
2970
+ }
2971
+
2972
+ /// \cond INTERNAL
2973
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
2974
+ {
2975
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
2976
+ ::Ice::Long ret;
2977
+ try
2978
+ {
2979
+ ret = proxy->end_getSessionTimeout(result);
2980
+ }
2981
+ catch(const ::Ice::Exception& ex)
2982
+ {
2983
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
2984
+ return;
2985
+ }
2986
+ if(_response)
2987
+ {
2988
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
2989
+ }
2990
+ }
2991
+ /// \endcond
2992
+
2993
+ private:
2994
+
2995
+ Response _response;
2996
+ };
2997
+
2998
+ /**
2999
+ * Creates a callback wrapper instance that delegates to your object.
3000
+ * @param instance The callback object.
3001
+ * @param cb The success method of the callback object.
3002
+ * @param excb The exception method of the callback object.
3003
+ * @param sentcb The sent method of the callback object.
3004
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getSessionTimeout.
3005
+ */
3006
+ template<class T> Callback_Router_getSessionTimeoutPtr
3007
+ newCallback_Router_getSessionTimeout(const IceUtil::Handle<T>& instance, void (T::*cb)(::Ice::Long), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
3008
+ {
3009
+ return new CallbackNC_Router_getSessionTimeout<T>(instance, cb, excb, sentcb);
3010
+ }
3011
+
3012
+ /**
3013
+ * Creates a callback wrapper instance that delegates to your object.
3014
+ * @param instance The callback object.
3015
+ * @param cb The success method of the callback object.
3016
+ * @param excb The exception method of the callback object.
3017
+ * @param sentcb The sent method of the callback object.
3018
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getSessionTimeout.
3019
+ */
3020
+ template<class T> Callback_Router_getSessionTimeoutPtr
3021
+ newCallback_Router_getSessionTimeout(T* instance, void (T::*cb)(::Ice::Long), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
3022
+ {
3023
+ return new CallbackNC_Router_getSessionTimeout<T>(instance, cb, excb, sentcb);
3024
+ }
3025
+
3026
+ /**
3027
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
3028
+ * IceProxy::Glacier2::Router::begin_getSessionTimeout.
3029
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getSessionTimeout.
3030
+ */
3031
+ template<class T, typename CT>
3032
+ class Callback_Router_getSessionTimeout : public Callback_Router_getSessionTimeout_Base, public ::IceInternal::TwowayCallback<T, CT>
3033
+ {
3034
+ public:
3035
+
3036
+ typedef IceUtil::Handle<T> TPtr;
3037
+
3038
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
3039
+ typedef void (T::*Sent)(bool , const CT&);
3040
+ typedef void (T::*Response)(::Ice::Long, const CT&);
3041
+
3042
+ Callback_Router_getSessionTimeout(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
3043
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
3044
+ {
3045
+ }
3046
+
3047
+ /// \cond INTERNAL
3048
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
3049
+ {
3050
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
3051
+ ::Ice::Long ret;
3052
+ try
3053
+ {
3054
+ ret = proxy->end_getSessionTimeout(result);
3055
+ }
3056
+ catch(const ::Ice::Exception& ex)
3057
+ {
3058
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
3059
+ return;
3060
+ }
3061
+ if(_response)
3062
+ {
3063
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
3064
+ }
3065
+ }
3066
+ /// \endcond
3067
+
3068
+ private:
3069
+
3070
+ Response _response;
3071
+ };
3072
+
3073
+ /**
3074
+ * Creates a callback wrapper instance that delegates to your object.
3075
+ * Use this overload when your callback methods receive a cookie value.
3076
+ * @param instance The callback object.
3077
+ * @param cb The success method of the callback object.
3078
+ * @param excb The exception method of the callback object.
3079
+ * @param sentcb The sent method of the callback object.
3080
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getSessionTimeout.
3081
+ */
3082
+ template<class T, typename CT> Callback_Router_getSessionTimeoutPtr
3083
+ newCallback_Router_getSessionTimeout(const IceUtil::Handle<T>& instance, void (T::*cb)(::Ice::Long, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
3084
+ {
3085
+ return new Callback_Router_getSessionTimeout<T, CT>(instance, cb, excb, sentcb);
3086
+ }
3087
+
3088
+ /**
3089
+ * Creates a callback wrapper instance that delegates to your object.
3090
+ * Use this overload when your callback methods receive a cookie value.
3091
+ * @param instance The callback object.
3092
+ * @param cb The success method of the callback object.
3093
+ * @param excb The exception method of the callback object.
3094
+ * @param sentcb The sent method of the callback object.
3095
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getSessionTimeout.
3096
+ */
3097
+ template<class T, typename CT> Callback_Router_getSessionTimeoutPtr
3098
+ newCallback_Router_getSessionTimeout(T* instance, void (T::*cb)(::Ice::Long, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
3099
+ {
3100
+ return new Callback_Router_getSessionTimeout<T, CT>(instance, cb, excb, sentcb);
3101
+ }
3102
+
3103
+ /**
3104
+ * Type-safe asynchronous callback wrapper class used for calls to
3105
+ * IceProxy::Glacier2::Router::begin_getACMTimeout.
3106
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getACMTimeout.
3107
+ */
3108
+ template<class T>
3109
+ class CallbackNC_Router_getACMTimeout : public Callback_Router_getACMTimeout_Base, public ::IceInternal::TwowayCallbackNC<T>
3110
+ {
3111
+ public:
3112
+
3113
+ typedef IceUtil::Handle<T> TPtr;
3114
+
3115
+ typedef void (T::*Exception)(const ::Ice::Exception&);
3116
+ typedef void (T::*Sent)(bool);
3117
+ typedef void (T::*Response)(::Ice::Int);
3118
+
3119
+ CallbackNC_Router_getACMTimeout(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
3120
+ : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
3121
+ {
3122
+ }
3123
+
3124
+ /// \cond INTERNAL
3125
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
3126
+ {
3127
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
3128
+ ::Ice::Int ret;
3129
+ try
3130
+ {
3131
+ ret = proxy->end_getACMTimeout(result);
3132
+ }
3133
+ catch(const ::Ice::Exception& ex)
3134
+ {
3135
+ ::IceInternal::CallbackNC<T>::exception(result, ex);
3136
+ return;
3137
+ }
3138
+ if(_response)
3139
+ {
3140
+ (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
3141
+ }
3142
+ }
3143
+ /// \endcond
3144
+
3145
+ private:
3146
+
3147
+ Response _response;
3148
+ };
3149
+
3150
+ /**
3151
+ * Creates a callback wrapper instance that delegates to your object.
3152
+ * @param instance The callback object.
3153
+ * @param cb The success method of the callback object.
3154
+ * @param excb The exception method of the callback object.
3155
+ * @param sentcb The sent method of the callback object.
3156
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getACMTimeout.
3157
+ */
3158
+ template<class T> Callback_Router_getACMTimeoutPtr
3159
+ newCallback_Router_getACMTimeout(const IceUtil::Handle<T>& instance, void (T::*cb)(::Ice::Int), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
3160
+ {
3161
+ return new CallbackNC_Router_getACMTimeout<T>(instance, cb, excb, sentcb);
3162
+ }
3163
+
3164
+ /**
3165
+ * Creates a callback wrapper instance that delegates to your object.
3166
+ * @param instance The callback object.
3167
+ * @param cb The success method of the callback object.
3168
+ * @param excb The exception method of the callback object.
3169
+ * @param sentcb The sent method of the callback object.
3170
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getACMTimeout.
3171
+ */
3172
+ template<class T> Callback_Router_getACMTimeoutPtr
3173
+ newCallback_Router_getACMTimeout(T* instance, void (T::*cb)(::Ice::Int), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
3174
+ {
3175
+ return new CallbackNC_Router_getACMTimeout<T>(instance, cb, excb, sentcb);
3176
+ }
3177
+
3178
+ /**
3179
+ * Type-safe asynchronous callback wrapper class with cookie support used for calls to
3180
+ * IceProxy::Glacier2::Router::begin_getACMTimeout.
3181
+ * Create a wrapper instance by calling ::Glacier2::newCallback_Router_getACMTimeout.
3182
+ */
3183
+ template<class T, typename CT>
3184
+ class Callback_Router_getACMTimeout : public Callback_Router_getACMTimeout_Base, public ::IceInternal::TwowayCallback<T, CT>
3185
+ {
3186
+ public:
3187
+
3188
+ typedef IceUtil::Handle<T> TPtr;
3189
+
3190
+ typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
3191
+ typedef void (T::*Sent)(bool , const CT&);
3192
+ typedef void (T::*Response)(::Ice::Int, const CT&);
3193
+
3194
+ Callback_Router_getACMTimeout(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
3195
+ : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
3196
+ {
3197
+ }
3198
+
3199
+ /// \cond INTERNAL
3200
+ virtual void completed(const ::Ice::AsyncResultPtr& result) const
3201
+ {
3202
+ RouterPrx proxy = RouterPrx::uncheckedCast(result->getProxy());
3203
+ ::Ice::Int ret;
3204
+ try
3205
+ {
3206
+ ret = proxy->end_getACMTimeout(result);
3207
+ }
3208
+ catch(const ::Ice::Exception& ex)
3209
+ {
3210
+ ::IceInternal::Callback<T, CT>::exception(result, ex);
3211
+ return;
3212
+ }
3213
+ if(_response)
3214
+ {
3215
+ (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
3216
+ }
3217
+ }
3218
+ /// \endcond
3219
+
3220
+ private:
3221
+
3222
+ Response _response;
3223
+ };
3224
+
3225
+ /**
3226
+ * Creates a callback wrapper instance that delegates to your object.
3227
+ * Use this overload when your callback methods receive a cookie value.
3228
+ * @param instance The callback object.
3229
+ * @param cb The success method of the callback object.
3230
+ * @param excb The exception method of the callback object.
3231
+ * @param sentcb The sent method of the callback object.
3232
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getACMTimeout.
3233
+ */
3234
+ template<class T, typename CT> Callback_Router_getACMTimeoutPtr
3235
+ newCallback_Router_getACMTimeout(const IceUtil::Handle<T>& instance, void (T::*cb)(::Ice::Int, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
3236
+ {
3237
+ return new Callback_Router_getACMTimeout<T, CT>(instance, cb, excb, sentcb);
3238
+ }
3239
+
3240
+ /**
3241
+ * Creates a callback wrapper instance that delegates to your object.
3242
+ * Use this overload when your callback methods receive a cookie value.
3243
+ * @param instance The callback object.
3244
+ * @param cb The success method of the callback object.
3245
+ * @param excb The exception method of the callback object.
3246
+ * @param sentcb The sent method of the callback object.
3247
+ * @return An object that can be passed to an asynchronous invocation of IceProxy::Glacier2::Router::begin_getACMTimeout.
3248
+ */
3249
+ template<class T, typename CT> Callback_Router_getACMTimeoutPtr
3250
+ newCallback_Router_getACMTimeout(T* instance, void (T::*cb)(::Ice::Int, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
3251
+ {
3252
+ return new Callback_Router_getACMTimeout<T, CT>(instance, cb, excb, sentcb);
3253
+ }
3254
+
3255
+ }
3256
+
3257
+ #endif
3258
+
3259
+ #include <IceUtil/PopDisableWarnings.h>
3260
+ #endif