r2corba 1.4.1-x86-mingw32 → 1.5.1-x86-mingw32

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 (254) hide show
  1. checksums.yaml +7 -7
  2. data/CHANGES +173 -159
  3. data/LICENSE +59 -59
  4. data/README +62 -62
  5. data/THANKS +54 -52
  6. data/bin/r2corba +1 -1
  7. data/bin/ridlc +1 -1
  8. data/bin/rins +1 -1
  9. data/lib/corba.rb +16 -16
  10. data/lib/corba/cbase/IORMap.rb +33 -33
  11. data/lib/corba/cbase/ORB.rb +237 -231
  12. data/lib/corba/cbase/Request.rb +133 -133
  13. data/lib/corba/cbase/Streams.rb +129 -129
  14. data/lib/corba/cbase/Stub.rb +19 -19
  15. data/lib/corba/cbase/Typecode.rb +441 -441
  16. data/lib/corba/cbase/Values.rb +129 -129
  17. data/lib/corba/cbase/exception.rb +66 -66
  18. data/lib/corba/cbase/poa.rb +23 -23
  19. data/lib/corba/cbase/policies.rb +77 -77
  20. data/lib/corba/cbase/post_require.rb +13 -13
  21. data/lib/corba/cbase/require.rb +28 -28
  22. data/lib/corba/cmds/base.rb +85 -85
  23. data/lib/corba/cmds/test.rb +30 -30
  24. data/lib/corba/common/Any.rb +91 -91
  25. data/lib/corba/common/IDL.rb +104 -104
  26. data/lib/corba/common/ORB.rb +368 -368
  27. data/lib/corba/common/Object.rb +208 -208
  28. data/lib/corba/common/Request.rb +19 -19
  29. data/lib/corba/common/Servant.rb +108 -108
  30. data/lib/corba/common/Struct.rb +21 -21
  31. data/lib/corba/common/Stub.rb +79 -79
  32. data/lib/corba/common/Typecode.rb +1121 -1121
  33. data/lib/corba/common/Union.rb +55 -55
  34. data/lib/corba/common/Values.rb +91 -91
  35. data/lib/corba/common/const.rb +22 -22
  36. data/lib/corba/common/exception.rb +68 -68
  37. data/lib/corba/common/require.rb +27 -27
  38. data/lib/corba/common/version.rb +22 -22
  39. data/lib/corba/idl/IDL.rb +21 -21
  40. data/lib/corba/idl/IORTable.pidl +62 -62
  41. data/lib/corba/idl/TAO_Ext.pidl +46 -46
  42. data/lib/corba/idl/require.rb +20 -20
  43. data/lib/corba/jbase/Any.rb +273 -273
  44. data/lib/corba/jbase/IORMap.rb +35 -35
  45. data/lib/corba/jbase/ORB.rb +112 -99
  46. data/lib/corba/jbase/Object.rb +99 -98
  47. data/lib/corba/jbase/Request.rb +225 -225
  48. data/lib/corba/jbase/Servant.rb +247 -246
  49. data/lib/corba/jbase/ServerRequest.rb +127 -127
  50. data/lib/corba/jbase/Streams.rb +670 -670
  51. data/lib/corba/jbase/Stub.rb +38 -38
  52. data/lib/corba/jbase/Typecode.rb +520 -520
  53. data/lib/corba/jbase/Values.rb +173 -173
  54. data/lib/corba/jbase/exception.rb +106 -106
  55. data/lib/corba/jbase/poa.rb +228 -228
  56. data/lib/corba/jbase/policies.rb +299 -299
  57. data/lib/corba/jbase/post_require.rb +14 -14
  58. data/lib/corba/jbase/require.rb +89 -86
  59. data/lib/corba/naming.rb +14 -14
  60. data/lib/corba/naming_service.rb +15 -15
  61. data/lib/corba/poa.rb +15 -15
  62. data/lib/corba/policies.rb +18 -18
  63. data/lib/corba/require.rb +17 -17
  64. data/lib/corba/svcs/ins/cos_naming.rb +426 -426
  65. data/lib/corba/svcs/ins/ins.rb +526 -526
  66. data/lib/corba/svcs/ins/naming_service.rb +119 -119
  67. data/lib/ridlbe/ruby/config.rb +336 -336
  68. data/lib/ridlbe/ruby/orb.pidlc +0 -0
  69. data/lib/ridlbe/ruby/require.rb +16 -16
  70. data/lib/ridlbe/ruby/walker.rb +1582 -1582
  71. data/mkrf_conf_bingem.rb +151 -101
  72. data/rakelib/bin.rake +80 -80
  73. data/rakelib/bin.rb +145 -145
  74. data/rakelib/build.rake +87 -87
  75. data/rakelib/config.rake +51 -51
  76. data/rakelib/config.rb +543 -449
  77. data/rakelib/ext.rake +242 -242
  78. data/rakelib/ext.rb +316 -308
  79. data/rakelib/ext_r2tao.rb +235 -232
  80. data/rakelib/gem.rake +235 -211
  81. data/rakelib/gem.rb +145 -145
  82. data/rakelib/package.rake +26 -26
  83. data/rakelib/test.rake +23 -23
  84. data/test/BiDirectional/Test.idl +34 -34
  85. data/test/BiDirectional/client.rb +131 -131
  86. data/test/BiDirectional/run_test.rb +68 -68
  87. data/test/BiDirectional/server.ior +1 -1
  88. data/test/BiDirectional/server.rb +169 -169
  89. data/test/CORBA_Services/Naming/BindingIterator/Test.idl +27 -27
  90. data/test/CORBA_Services/Naming/BindingIterator/client.rb +121 -121
  91. data/test/CORBA_Services/Naming/BindingIterator/ins.ior +1 -1
  92. data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +82 -82
  93. data/test/CORBA_Services/Naming/BindingIterator/server.rb +109 -109
  94. data/test/CORBA_Services/Naming/Corbaname/Test.idl +27 -27
  95. data/test/CORBA_Services/Naming/Corbaname/client.rb +85 -85
  96. data/test/CORBA_Services/Naming/Corbaname/ins.ior +1 -1
  97. data/test/CORBA_Services/Naming/Corbaname/run_test.rb +88 -88
  98. data/test/CORBA_Services/Naming/Corbaname/server.rb +135 -135
  99. data/test/CORBA_Services/Naming/Simple/Test.idl +27 -27
  100. data/test/CORBA_Services/Naming/Simple/client.rb +84 -84
  101. data/test/CORBA_Services/Naming/Simple/ins.ior +1 -1
  102. data/test/CORBA_Services/Naming/Simple/run_test.rb +82 -82
  103. data/test/CORBA_Services/Naming/Simple/server.rb +109 -109
  104. data/test/Collocation/Diamond.idl +39 -39
  105. data/test/Collocation/run_test.rb +52 -52
  106. data/test/Collocation/test.rb +195 -195
  107. data/test/Connect_Timeout/Test.idl +27 -27
  108. data/test/Connect_Timeout/client.rb +111 -111
  109. data/test/Connect_Timeout/run_test.rb +52 -52
  110. data/test/DII/Test.idl +27 -27
  111. data/test/DII/client.rb +115 -115
  112. data/test/DII/run_test.rb +69 -69
  113. data/test/DII/server.ior +1 -1
  114. data/test/DII/server.rb +95 -95
  115. data/test/DSI/Test.idl +27 -27
  116. data/test/DSI/client.rb +66 -66
  117. data/test/DSI/run_test.rb +69 -69
  118. data/test/DSI/server.ior +1 -1
  119. data/test/DSI/server.rb +106 -106
  120. data/test/Exceptions/Test.idl +48 -48
  121. data/test/Exceptions/client.rb +117 -117
  122. data/test/Exceptions/run_test.rb +69 -69
  123. data/test/Exceptions/server.ior +1 -1
  124. data/test/Exceptions/server.rb +131 -131
  125. data/test/Hello/Test.idl +27 -27
  126. data/test/Hello/client.rb +78 -78
  127. data/test/Hello/run_test.rb +71 -71
  128. data/test/Hello/server.rb +95 -95
  129. data/test/IDL_Test/Test.idl +113 -113
  130. data/test/IDL_Test/Test_inc.idl +17 -17
  131. data/test/IDL_Test/client.rb +102 -102
  132. data/test/IDL_Test/run_test.rb +69 -69
  133. data/test/IDL_Test/server.ior +1 -1
  134. data/test/IDL_Test/server.rb +99 -99
  135. data/test/IORMap/Test.idl +27 -27
  136. data/test/IORMap/client.rb +73 -73
  137. data/test/IORMap/run_test.rb +69 -69
  138. data/test/IORMap/server.ior +1 -1
  139. data/test/IORMap/server.rb +114 -114
  140. data/test/IORTable/Test.idl +27 -27
  141. data/test/IORTable/client.rb +75 -75
  142. data/test/IORTable/run_test.rb +69 -69
  143. data/test/IORTable/server.ior +1 -1
  144. data/test/IORTable/server.rb +130 -130
  145. data/test/Implicit_Conversion/Test.idl +31 -31
  146. data/test/Implicit_Conversion/client.rb +110 -110
  147. data/test/Implicit_Conversion/run_test.rb +69 -69
  148. data/test/Implicit_Conversion/server.ior +1 -1
  149. data/test/Implicit_Conversion/server.rb +99 -99
  150. data/test/Multi_Threading/Multiple_ORB/Test.idl +27 -27
  151. data/test/Multi_Threading/Multiple_ORB/client.rb +82 -82
  152. data/test/Multi_Threading/Multiple_ORB/run_test.rb +71 -71
  153. data/test/Multi_Threading/Multiple_ORB/server.rb +108 -108
  154. data/test/Multi_Threading/Multiple_ORB/server0.ior +1 -1
  155. data/test/Multi_Threading/Multiple_ORB/server1.ior +1 -1
  156. data/test/Multi_Threading/Simple/Test.idl +27 -27
  157. data/test/Multi_Threading/Simple/client.rb +93 -88
  158. data/test/Multi_Threading/Simple/run_test.rb +69 -69
  159. data/test/Multi_Threading/Simple/server.ior +1 -1
  160. data/test/Multi_Threading/Simple/server.rb +117 -117
  161. data/test/Multi_Threading/Threads/Test.idl +31 -31
  162. data/test/Multi_Threading/Threads/client.rb +80 -80
  163. data/test/Multi_Threading/Threads/run_test.rb +76 -76
  164. data/test/Multi_Threading/Threads/server.ior +1 -1
  165. data/test/Multi_Threading/Threads/server.rb +119 -119
  166. data/test/Multi_Threading/Threads/watchdog.ior +1 -1
  167. data/test/Multi_Threading/Threads/watchdog.rb +87 -87
  168. data/test/Multiple_Servant_Interfaces/Test.idl +34 -34
  169. data/test/Multiple_Servant_Interfaces/client.rb +70 -70
  170. data/test/Multiple_Servant_Interfaces/run_test.rb +69 -69
  171. data/test/Multiple_Servant_Interfaces/server.ior +1 -1
  172. data/test/Multiple_Servant_Interfaces/server.rb +102 -102
  173. data/test/Nil/Test.idl +27 -27
  174. data/test/Nil/run_test.rb +52 -52
  175. data/test/Nil/test.rb +78 -78
  176. data/test/OBV/AbstractInterface/client.rb +179 -179
  177. data/test/OBV/AbstractInterface/run_test.rb +69 -69
  178. data/test/OBV/AbstractInterface/server.ior +1 -1
  179. data/test/OBV/AbstractInterface/server.rb +149 -149
  180. data/test/OBV/AbstractInterface/test.idl +53 -53
  181. data/test/OBV/Custom/OBV.idl +18 -18
  182. data/test/OBV/Custom/OBV_impl.rb +40 -40
  183. data/test/OBV/Custom/client.rb +86 -86
  184. data/test/OBV/Custom/run_test.rb +69 -69
  185. data/test/OBV/Custom/server.ior +1 -1
  186. data/test/OBV/Custom/server.rb +100 -100
  187. data/test/OBV/Simple/OBV.idl +15 -15
  188. data/test/OBV/Simple/OBV_impl.rb +26 -26
  189. data/test/OBV/Simple/client.rb +86 -86
  190. data/test/OBV/Simple/run_test.rb +69 -69
  191. data/test/OBV/Simple/server.ior +1 -1
  192. data/test/OBV/Simple/server.rb +100 -100
  193. data/test/OBV/Simple_Event/Event.idl +15 -15
  194. data/test/OBV/Simple_Event/Event_impl.rb +26 -26
  195. data/test/OBV/Simple_Event/client.rb +86 -86
  196. data/test/OBV/Simple_Event/run_test.rb +69 -69
  197. data/test/OBV/Simple_Event/server.ior +1 -1
  198. data/test/OBV/Simple_Event/server.rb +100 -100
  199. data/test/OBV/Supports/client.rb +116 -116
  200. data/test/OBV/Supports/run_test.rb +69 -69
  201. data/test/OBV/Supports/server.ior +1 -1
  202. data/test/OBV/Supports/server.rb +103 -103
  203. data/test/OBV/Supports/supports.idl +33 -33
  204. data/test/OBV/Supports/supports_impl.rb +57 -57
  205. data/test/OBV/Tree/client.rb +116 -116
  206. data/test/OBV/Tree/run_test.rb +69 -69
  207. data/test/OBV/Tree/server.ior +1 -1
  208. data/test/OBV/Tree/server.rb +117 -117
  209. data/test/OBV/Tree/test.idl +32 -32
  210. data/test/OBV/Truncatable/Extra.idl +27 -27
  211. data/test/OBV/Truncatable/Truncatable.idl +105 -105
  212. data/test/OBV/Truncatable/Truncatable_impl.rb +86 -86
  213. data/test/OBV/Truncatable/client.rb +279 -279
  214. data/test/OBV/Truncatable/run_test.rb +69 -69
  215. data/test/OBV/Truncatable/server.ior +1 -1
  216. data/test/OBV/Truncatable/server.rb +89 -89
  217. data/test/OBV/ValueBox/client.rb +497 -497
  218. data/test/OBV/ValueBox/run_test.rb +69 -69
  219. data/test/OBV/ValueBox/server.ior +1 -1
  220. data/test/OBV/ValueBox/server.rb +271 -271
  221. data/test/OBV/ValueBox/valuebox.idl +101 -101
  222. data/test/OBV/ValueBox/vb_basic.idl +75 -75
  223. data/test/OBV/ValueBox/vb_struct.idl +68 -68
  224. data/test/OBV/ValueBox/vb_union.idl +21 -21
  225. data/test/Object/Test.idl +27 -27
  226. data/test/Object/client.rb +112 -103
  227. data/test/Object/run_test.rb +69 -69
  228. data/test/Object/server.ior +1 -1
  229. data/test/Object/server.rb +126 -126
  230. data/test/POA/Test.idl +27 -27
  231. data/test/POA/run_test.rb +52 -52
  232. data/test/POA/test.rb +111 -111
  233. data/test/Param_Test/Test.idl +182 -182
  234. data/test/Param_Test/client.rb +277 -277
  235. data/test/Param_Test/run_test.rb +69 -69
  236. data/test/Param_Test/server.ior +1 -1
  237. data/test/Param_Test/server.rb +296 -296
  238. data/test/Performance/Simple/Test.idl +27 -27
  239. data/test/Performance/Simple/client.rb +90 -90
  240. data/test/Performance/Simple/run_test.rb +69 -69
  241. data/test/Performance/Simple/server.ior +1 -1
  242. data/test/Performance/Simple/server.rb +95 -95
  243. data/test/Policies/Test.idl +27 -27
  244. data/test/Policies/run_test.rb +52 -52
  245. data/test/Policies/test.rb +144 -144
  246. data/test/Timeout/client.rb +207 -207
  247. data/test/Timeout/run_test.rb +69 -69
  248. data/test/Timeout/server.ior +1 -1
  249. data/test/Timeout/server.rb +109 -109
  250. data/test/Timeout/test.idl +19 -19
  251. data/test/lib/assert.rb +43 -43
  252. data/test/lib/test.rb +542 -542
  253. data/test/test_runner.rb +193 -193
  254. metadata +141 -137
@@ -1,129 +1,129 @@
1
- #--------------------------------------------------------------------
2
- # Values.rb - C++/Value CORBA Value and ValueBox support
3
- #
4
- # Author: Martin Corino
5
- #
6
- # This program is free software; you can redistribute it and/or
7
- # modify it under the terms of the R2CORBA LICENSE which is
8
- # included with this program.
9
- #
10
- # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
- #--------------------------------------------------------------------
13
-
14
- module R2CORBA
15
- module CORBA
16
- module AbstractValueBase
17
- def self.included(mod)
18
- mod.module_eval do
19
- def self.===(obj)
20
- obj.kind_of?(self)
21
- end
22
- end
23
- end
24
- end
25
- module ValueBase
26
- def self.included(mod)
27
- mod.module_eval do
28
- include CORBA::AbstractValueBase unless self.include?(CORBA::AbstractValueBase)
29
-
30
- alias :org_kind_of? :kind_of?
31
- def kind_of?(mod)
32
- if mod < CORBA::AbstractValueBase && mod.const_defined?(:Intf)
33
- org_kind_of?(mod::Intf)
34
- #super(mod::Intf) ## problematic with Ruby 1.9.2 (known bug)
35
- else
36
- org_kind_of?(mod)
37
- #super ## problematic with Ruby 1.9.2 (known bug)
38
- end
39
- end
40
- alias :is_a? :kind_of?
41
- end
42
- end
43
-
44
- def _marshal_with(os, &block)
45
- self.pre_marshal(os)
46
- self.instance_eval(&block)
47
- self.post_marshal(os)
48
- end
49
-
50
- def _unmarshal_with(is, &block)
51
- self.pre_unmarshal(is)
52
- self.instance_eval(&block)
53
- self.post_unmarshal(is)
54
- end
55
- end # ValueBase
56
-
57
- module Portable
58
- class ValueFactoryBase
59
-
60
- def self.inherited(value_factory_base)
61
- # value_factory_base is the <valuetype>Factory base class
62
- # generated from IDL
63
- value_factory_base.module_eval do
64
- def self.value_id
65
- self::VALUE_ID
66
- end
67
- end
68
- end
69
-
70
- def self._check_factory
71
- f = self._lookup_value_factory(self.value_id)
72
- self._register_value_factory(self.value_id(), self.new) if f.nil?
73
- end
74
-
75
- end # ValueFactoryBase
76
-
77
- module CustomValueBase
78
- def self.included(mod)
79
- mod.module_eval do
80
- include CORBA::ValueBase unless self.include?(CORBA::ValueBase)
81
-
82
- def do_marshal(os)
83
- self.pre_marshal(os)
84
- self.marshal(os)
85
- self.post_marshal(os)
86
- end
87
-
88
- def do_unmarshal(is)
89
- self.pre_unmarshal(is)
90
- self.unmarshal(is)
91
- self.post_unmarshal(is)
92
- end
93
- end
94
- end
95
- end # CustomValueBase
96
-
97
- module BoxedValueBase
98
- class FactoryBase < CORBA::Portable::ValueFactoryBase
99
- ## generic factory base
100
- end
101
- def self.included(mod)
102
- mod.module_eval do
103
- include CORBA::ValueBase unless self.include?(CORBA::ValueBase)
104
-
105
- def marshal(os)
106
- os.write_member(self.class._tc.content_type.resolved_tc, self.value)
107
- end
108
-
109
- def unmarshal(is)
110
- self.value = is.read_member(self.class._tc.content_type.resolved_tc)
111
- end
112
-
113
- self.const_set(:Factory, Class.new(CORBA::Portable::BoxedValueBase::FactoryBase))
114
- self::Factory.class_eval(%Q{
115
- def self.value_id
116
- #{self.name}::TRUNCATABLE_IDS.first
117
- end
118
-
119
- def _create_default
120
- #{self.name}.new
121
- end
122
- })
123
- end
124
- end
125
- end
126
-
127
- end # Portable
128
- end # CORBA
129
- end # R2CORBA
1
+ #--------------------------------------------------------------------
2
+ # Values.rb - C++/Value CORBA Value and ValueBox support
3
+ #
4
+ # Author: Martin Corino
5
+ #
6
+ # This program is free software; you can redistribute it and/or
7
+ # modify it under the terms of the R2CORBA LICENSE which is
8
+ # included with this program.
9
+ #
10
+ # Copyright (c) Remedy IT Expertise BV
11
+ # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
+ #--------------------------------------------------------------------
13
+
14
+ module R2CORBA
15
+ module CORBA
16
+ module AbstractValueBase
17
+ def self.included(mod)
18
+ mod.module_eval do
19
+ def self.===(obj)
20
+ obj.kind_of?(self)
21
+ end
22
+ end
23
+ end
24
+ end
25
+ module ValueBase
26
+ def self.included(mod)
27
+ mod.module_eval do
28
+ include CORBA::AbstractValueBase unless self.include?(CORBA::AbstractValueBase)
29
+
30
+ alias :org_kind_of? :kind_of?
31
+ def kind_of?(mod)
32
+ if mod < CORBA::AbstractValueBase && mod.const_defined?(:Intf)
33
+ org_kind_of?(mod::Intf)
34
+ #super(mod::Intf) ## problematic with Ruby 1.9.2 (known bug)
35
+ else
36
+ org_kind_of?(mod)
37
+ #super ## problematic with Ruby 1.9.2 (known bug)
38
+ end
39
+ end
40
+ alias :is_a? :kind_of?
41
+ end
42
+ end
43
+
44
+ def _marshal_with(os, &block)
45
+ self.pre_marshal(os)
46
+ self.instance_eval(&block)
47
+ self.post_marshal(os)
48
+ end
49
+
50
+ def _unmarshal_with(is, &block)
51
+ self.pre_unmarshal(is)
52
+ self.instance_eval(&block)
53
+ self.post_unmarshal(is)
54
+ end
55
+ end # ValueBase
56
+
57
+ module Portable
58
+ class ValueFactoryBase
59
+
60
+ def self.inherited(value_factory_base)
61
+ # value_factory_base is the <valuetype>Factory base class
62
+ # generated from IDL
63
+ value_factory_base.module_eval do
64
+ def self.value_id
65
+ self::VALUE_ID
66
+ end
67
+ end
68
+ end
69
+
70
+ def self._check_factory
71
+ f = self._lookup_value_factory(self.value_id)
72
+ self._register_value_factory(self.value_id(), self.new) if f.nil?
73
+ end
74
+
75
+ end # ValueFactoryBase
76
+
77
+ module CustomValueBase
78
+ def self.included(mod)
79
+ mod.module_eval do
80
+ include CORBA::ValueBase unless self.include?(CORBA::ValueBase)
81
+
82
+ def do_marshal(os)
83
+ self.pre_marshal(os)
84
+ self.marshal(os)
85
+ self.post_marshal(os)
86
+ end
87
+
88
+ def do_unmarshal(is)
89
+ self.pre_unmarshal(is)
90
+ self.unmarshal(is)
91
+ self.post_unmarshal(is)
92
+ end
93
+ end
94
+ end
95
+ end # CustomValueBase
96
+
97
+ module BoxedValueBase
98
+ class FactoryBase < CORBA::Portable::ValueFactoryBase
99
+ ## generic factory base
100
+ end
101
+ def self.included(mod)
102
+ mod.module_eval do
103
+ include CORBA::ValueBase unless self.include?(CORBA::ValueBase)
104
+
105
+ def marshal(os)
106
+ os.write_member(self.class._tc.content_type.resolved_tc, self.value)
107
+ end
108
+
109
+ def unmarshal(is)
110
+ self.value = is.read_member(self.class._tc.content_type.resolved_tc)
111
+ end
112
+
113
+ self.const_set(:Factory, Class.new(CORBA::Portable::BoxedValueBase::FactoryBase))
114
+ self::Factory.class_eval(%Q{
115
+ def self.value_id
116
+ #{self.name}::TRUNCATABLE_IDS.first
117
+ end
118
+
119
+ def _create_default
120
+ #{self.name}.new
121
+ end
122
+ })
123
+ end
124
+ end
125
+ end
126
+
127
+ end # Portable
128
+ end # CORBA
129
+ end # R2CORBA
@@ -1,66 +1,66 @@
1
- #--------------------------------------------------------------------
2
- # exception.rb - C++/TAO ORB specific CORBA Exception definitions
3
- #
4
- # Author: Martin Corino
5
- #
6
- # This program is free software; you can redistribute it and/or
7
- # modify it under the terms of the R2CORBA LICENSE which is
8
- # included with this program.
9
- #
10
- # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
- #--------------------------------------------------------------------
13
-
14
- # import all java CORBA exceptions into the R2CORBA::CORBA namespace
15
- module R2CORBA
16
- module CORBA
17
-
18
- class Exception
19
- def self.native2r(nex)
20
- raise nex
21
- end
22
- end
23
-
24
- class InternalError
25
- def initialize(ex_or_str)
26
- if ex_or_str.is_a?(String)
27
- super(ex_or_str)
28
- else
29
- @ex_ = ex_or_str
30
- super(@ex_.message)
31
- self.set_backtrace(@ex_.backtrace)
32
- end
33
- end
34
- end
35
-
36
- class SystemException
37
- def SystemException._raise(id, reason, minor, completed)
38
- name = id.to_s.split(':')[1]
39
- exklass = name.split('/').last
40
- exklass = CORBA.const_defined?(exklass) ? CORBA.const_get(exklass) : nil
41
- if exklass.nil? || !(CORBA::SystemException > exklass)
42
- Kernel.raise InternalError,
43
- "Unknown SystemException raised: " +
44
- id.to_s+' ['+reason.to_s+']'
45
- else
46
- Kernel.raise exklass.new(reason,minor,completed)
47
- end
48
- end
49
- def initialize(reason="", minor=0, completed=nil)
50
- super(reason)
51
- @minor = minor
52
- @completed = completed
53
- @ids = [self.class::Id]
54
- end
55
- attr_accessor :ids
56
- def _ids; @ids; end
57
- def _interface_repository_id
58
- self.class::Id
59
- end
60
- end
61
-
62
- end # CORBA
63
- end # R2CORBA
64
-
65
- # NativeException mockup for JRuby compatibility
66
- NativeException = Exception
1
+ #--------------------------------------------------------------------
2
+ # exception.rb - C++/TAO ORB specific CORBA Exception definitions
3
+ #
4
+ # Author: Martin Corino
5
+ #
6
+ # This program is free software; you can redistribute it and/or
7
+ # modify it under the terms of the R2CORBA LICENSE which is
8
+ # included with this program.
9
+ #
10
+ # Copyright (c) Remedy IT Expertise BV
11
+ # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
+ #--------------------------------------------------------------------
13
+
14
+ # import all java CORBA exceptions into the R2CORBA::CORBA namespace
15
+ module R2CORBA
16
+ module CORBA
17
+
18
+ class Exception
19
+ def self.native2r(nex)
20
+ raise nex
21
+ end
22
+ end
23
+
24
+ class InternalError
25
+ def initialize(ex_or_str)
26
+ if ex_or_str.is_a?(String)
27
+ super(ex_or_str)
28
+ else
29
+ @ex_ = ex_or_str
30
+ super(@ex_.message)
31
+ self.set_backtrace(@ex_.backtrace)
32
+ end
33
+ end
34
+ end
35
+
36
+ class SystemException
37
+ def SystemException._raise(id, reason, minor, completed)
38
+ name = id.to_s.split(':')[1]
39
+ exklass = name.split('/').last
40
+ exklass = CORBA.const_defined?(exklass) ? CORBA.const_get(exklass) : nil
41
+ if exklass.nil? || !(CORBA::SystemException > exklass)
42
+ Kernel.raise InternalError,
43
+ "Unknown SystemException raised: " +
44
+ id.to_s+' ['+reason.to_s+']'
45
+ else
46
+ Kernel.raise exklass.new(reason,minor,completed)
47
+ end
48
+ end
49
+ def initialize(reason="", minor=0, completed=nil)
50
+ super(reason)
51
+ @minor = minor
52
+ @completed = completed
53
+ @ids = [self.class::Id]
54
+ end
55
+ attr_accessor :ids
56
+ def _ids; @ids; end
57
+ def _interface_repository_id
58
+ self.class::Id
59
+ end
60
+ end
61
+
62
+ end # CORBA
63
+ end # R2CORBA
64
+
65
+ # NativeException mockup for JRuby compatibility
66
+ NativeException = Exception
@@ -1,23 +1,23 @@
1
- #--------------------------------------------------------------------
2
- # poa.rb - C++/TAO R2CORBA POA loader
3
- #
4
- # Author: Martin Corino
5
- #
6
- # This program is free software; you can redistribute it and/or
7
- # modify it under the terms of the R2CORBA LICENSE which is
8
- # included with this program.
9
- #
10
- # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
- #--------------------------------------------------------------------
13
-
14
- require 'corba/common/Servant.rb'
15
- require 'corba/idl/POAC.rb'
16
- require 'corba/idl/IORTableC'
17
-
18
- begin
19
- require RUBY_PLATFORM =~ /mingw32/ ? "librpoaw" : "librpoa"
20
- rescue LoadError
21
- $stderr.puts $!.to_s if $VERBOSE
22
- raise
23
- end
1
+ #--------------------------------------------------------------------
2
+ # poa.rb - C++/TAO R2CORBA POA loader
3
+ #
4
+ # Author: Martin Corino
5
+ #
6
+ # This program is free software; you can redistribute it and/or
7
+ # modify it under the terms of the R2CORBA LICENSE which is
8
+ # included with this program.
9
+ #
10
+ # Copyright (c) Remedy IT Expertise BV
11
+ # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
+ #--------------------------------------------------------------------
13
+
14
+ require 'corba/common/Servant.rb'
15
+ require 'corba/idl/POAC.rb'
16
+ require 'corba/idl/IORTableC'
17
+
18
+ begin
19
+ require RUBY_PLATFORM =~ /mingw32/ ? "librpoaw" : "librpoa"
20
+ rescue LoadError
21
+ $stderr.puts $!.to_s if $VERBOSE
22
+ raise
23
+ end
@@ -1,78 +1,78 @@
1
- #--------------------------------------------------------------------
2
- # policies.rb - C++/TAO R2CORBA Policy support loader
3
- #
4
- # Author: Martin Corino
5
- #
6
- # This program is free software; you can redistribute it and/or
7
- # modify it under the terms of the R2CORBA LICENSE which is
8
- # included with this program.
9
- #
10
- # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
- #--------------------------------------------------------------------
13
- require 'corba/idl/TAO_ExtC'
14
-
15
- begin
16
- require RUBY_PLATFORM =~ /mingw32/ ? "librpolw" : "librpol"
17
- rescue LoadError
18
- $stderr.puts $!.to_s if $VERBOSE
19
- raise
20
- end
21
-
22
- module R2CORBA
23
-
24
- module CORBA
25
-
26
- module ORB
27
- def create_policy(type, val)
28
- raise CORBA::BAD_PARAM.new('Any expected',0,CORBA::COMPLETED_NO) unless CORBA::Any === val
29
- begin
30
- self.orb_.create_policy(type.to_i, val)
31
- rescue ::NativeException
32
- CORBA::Exception.native2r($!)
33
- end
34
- end
35
- end # ORB
36
-
37
- module Object
38
- def _get_policy(policy_type)
39
- raise CORBA::INV_OBJREF.new if self._is_nil?()
40
- begin
41
- pol = self.objref_._get_policy(policy_type)
42
- rescue ::NativeException
43
- CORBA::Exception.native2r($!)
44
- end
45
- raise CORBA::INV_POLICY if CORBA.is_nil(pol) # provide spec compliance
46
- end
47
-
48
- def _set_policy_overrides(policies, set_add)
49
- raise CORBA::INV_OBJREF.new if self._is_nil?()
50
- begin
51
- CORBA::Object._wrap_native(self.objref_._set_policy_overrides(policies, set_add))
52
- rescue ::NativeException
53
- CORBA::Exception.native2r($!)
54
- end
55
- end
56
-
57
- def _get_policy_overrides(types)
58
- raise CORBA::INV_OBJREF.new if self._is_nil?()
59
- begin
60
- self.objref_._get_policy_overrides(types)
61
- rescue ::NativeException
62
- CORBA::Exception.native2r($!)
63
- end
64
- end
65
-
66
- def _validate_connection(inconsistent_policies)
67
- raise CORBA::INV_OBJREF.new if self._is_nil?()
68
- begin
69
- self.objref_._validate_connection(inconsistent_policies)
70
- rescue ::NativeException
71
- CORBA::Exception.native2r($!)
72
- end
73
- end
74
- end # Object
75
-
76
- end # CORBA
77
-
1
+ #--------------------------------------------------------------------
2
+ # policies.rb - C++/TAO R2CORBA Policy support loader
3
+ #
4
+ # Author: Martin Corino
5
+ #
6
+ # This program is free software; you can redistribute it and/or
7
+ # modify it under the terms of the R2CORBA LICENSE which is
8
+ # included with this program.
9
+ #
10
+ # Copyright (c) Remedy IT Expertise BV
11
+ # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
+ #--------------------------------------------------------------------
13
+ require 'corba/idl/TAO_ExtC'
14
+
15
+ begin
16
+ require RUBY_PLATFORM =~ /mingw32/ ? "librpolw" : "librpol"
17
+ rescue LoadError
18
+ $stderr.puts $!.to_s if $VERBOSE
19
+ raise
20
+ end
21
+
22
+ module R2CORBA
23
+
24
+ module CORBA
25
+
26
+ module ORB
27
+ def create_policy(type, val)
28
+ raise CORBA::BAD_PARAM.new('Any expected',0,CORBA::COMPLETED_NO) unless CORBA::Any === val
29
+ begin
30
+ self.orb_.create_policy(type.to_i, val)
31
+ rescue ::NativeException
32
+ CORBA::Exception.native2r($!)
33
+ end
34
+ end
35
+ end # ORB
36
+
37
+ module Object
38
+ def _get_policy(policy_type)
39
+ raise CORBA::INV_OBJREF.new if self._is_nil?()
40
+ begin
41
+ pol = self.objref_._get_policy(policy_type)
42
+ rescue ::NativeException
43
+ CORBA::Exception.native2r($!)
44
+ end
45
+ raise CORBA::INV_POLICY if CORBA.is_nil(pol) # provide spec compliance
46
+ end
47
+
48
+ def _set_policy_overrides(policies, set_add)
49
+ raise CORBA::INV_OBJREF.new if self._is_nil?()
50
+ begin
51
+ CORBA::Object._wrap_native(self.objref_._set_policy_overrides(policies, set_add))
52
+ rescue ::NativeException
53
+ CORBA::Exception.native2r($!)
54
+ end
55
+ end
56
+
57
+ def _get_policy_overrides(types)
58
+ raise CORBA::INV_OBJREF.new if self._is_nil?()
59
+ begin
60
+ self.objref_._get_policy_overrides(types)
61
+ rescue ::NativeException
62
+ CORBA::Exception.native2r($!)
63
+ end
64
+ end
65
+
66
+ def _validate_connection(inconsistent_policies)
67
+ raise CORBA::INV_OBJREF.new if self._is_nil?()
68
+ begin
69
+ self.objref_._validate_connection(inconsistent_policies)
70
+ rescue ::NativeException
71
+ CORBA::Exception.native2r($!)
72
+ end
73
+ end
74
+ end # Object
75
+
76
+ end # CORBA
77
+
78
78
  end # R2CORBA