r2corba 1.6.1-universal-java → 1.7.0-universal-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +5 -5
- data/lib/corba/cbase/Request.rb +6 -6
- data/lib/corba/cmds/base.rb +1 -1
- data/lib/corba/common/Any.rb +1 -1
- data/lib/corba/common/Values.rb +4 -4
- data/lib/corba/common/version.rb +2 -2
- data/lib/corba/jbase/Servant.rb +4 -4
- data/lib/corba/svcs/ins/cos_naming.rb +6 -6
- data/lib/corba/svcs/ins/ins.rb +33 -33
- data/lib/corba/svcs/ins/naming_service.rb +5 -5
- data/rakelib/config.rb +9 -6
- data/rakelib/gem.rake +11 -11
- data/test/BiDirectional/client.rb +7 -7
- data/test/BiDirectional/run_test.rb +2 -2
- data/test/BiDirectional/server.rb +13 -13
- data/test/CORBA_Services/Naming/BindingIterator/client.rb +9 -9
- data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +2 -2
- data/test/CORBA_Services/Naming/BindingIterator/server.rb +6 -6
- data/test/CORBA_Services/Naming/Corbaname/client.rb +6 -6
- data/test/CORBA_Services/Naming/Corbaname/run_test.rb +2 -2
- data/test/CORBA_Services/Naming/Corbaname/server.rb +8 -8
- data/test/CORBA_Services/Naming/Simple/client.rb +6 -6
- data/test/CORBA_Services/Naming/Simple/run_test.rb +2 -2
- data/test/CORBA_Services/Naming/Simple/server.rb +6 -6
- data/test/Collocation/run_test.rb +2 -2
- data/test/Collocation/test.rb +1 -1
- data/test/Connect_Timeout/client.rb +7 -7
- data/test/Connect_Timeout/run_test.rb +2 -2
- data/test/DII/client.rb +10 -10
- data/test/DII/run_test.rb +2 -2
- data/test/DII/server.rb +7 -7
- data/test/DSI/client.rb +6 -6
- data/test/DSI/run_test.rb +2 -2
- data/test/DSI/server.rb +9 -9
- data/test/Exceptions/client.rb +6 -6
- data/test/Exceptions/run_test.rb +2 -2
- data/test/Exceptions/server.rb +7 -7
- data/test/Hello/client.rb +7 -7
- data/test/Hello/run_test.rb +2 -2
- data/test/Hello/server.rb +7 -7
- data/test/IDL_Test/client.rb +9 -9
- data/test/IDL_Test/run_test.rb +2 -2
- data/test/IDL_Test/server.rb +7 -7
- data/test/IORMap/client.rb +7 -7
- data/test/IORMap/run_test.rb +2 -2
- data/test/IORMap/server.rb +9 -9
- data/test/IORTable/client.rb +7 -7
- data/test/IORTable/run_test.rb +2 -2
- data/test/IORTable/server.rb +10 -10
- data/test/Implicit_Conversion/client.rb +5 -5
- data/test/Implicit_Conversion/run_test.rb +2 -2
- data/test/Implicit_Conversion/server.rb +7 -7
- data/test/Multi_Threading/Multiple_ORB/client.rb +6 -6
- data/test/Multi_Threading/Multiple_ORB/run_test.rb +2 -2
- data/test/Multi_Threading/Multiple_ORB/server.rb +5 -5
- data/test/Multi_Threading/Simple/client.rb +6 -6
- data/test/Multi_Threading/Simple/run_test.rb +2 -2
- data/test/Multi_Threading/Simple/server.rb +8 -8
- data/test/Multi_Threading/Threads/client.rb +6 -6
- data/test/Multi_Threading/Threads/run_test.rb +2 -2
- data/test/Multi_Threading/Threads/server.rb +9 -9
- data/test/Multi_Threading/Threads/watchdog.rb +7 -7
- data/test/Multiple_Servant_Interfaces/client.rb +7 -7
- data/test/Multiple_Servant_Interfaces/run_test.rb +2 -2
- data/test/Multiple_Servant_Interfaces/server.rb +7 -7
- data/test/Nil/run_test.rb +2 -2
- data/test/Nil/test.rb +4 -4
- data/test/OBV/AbstractInterface/client.rb +9 -9
- data/test/OBV/AbstractInterface/run_test.rb +2 -2
- data/test/OBV/AbstractInterface/server.rb +7 -7
- data/test/OBV/Custom/client.rb +5 -5
- data/test/OBV/Custom/run_test.rb +2 -2
- data/test/OBV/Custom/server.rb +7 -7
- data/test/OBV/Simple/client.rb +5 -5
- data/test/OBV/Simple/run_test.rb +2 -2
- data/test/OBV/Simple/server.rb +7 -7
- data/test/OBV/Simple_Event/client.rb +5 -5
- data/test/OBV/Simple_Event/run_test.rb +2 -2
- data/test/OBV/Simple_Event/server.rb +7 -7
- data/test/OBV/Supports/client.rb +17 -17
- data/test/OBV/Supports/run_test.rb +2 -2
- data/test/OBV/Supports/server.rb +7 -7
- data/test/OBV/Tree/client.rb +6 -6
- data/test/OBV/Tree/run_test.rb +2 -2
- data/test/OBV/Tree/server.rb +7 -7
- data/test/OBV/Truncatable/client.rb +5 -5
- data/test/OBV/Truncatable/run_test.rb +2 -2
- data/test/OBV/Truncatable/server.rb +6 -6
- data/test/OBV/ValueBox/client.rb +20 -20
- data/test/OBV/ValueBox/run_test.rb +2 -2
- data/test/OBV/ValueBox/server.rb +8 -8
- data/test/Object/client.rb +6 -6
- data/test/Object/run_test.rb +2 -2
- data/test/Object/server.rb +9 -9
- data/test/POA/run_test.rb +2 -2
- data/test/POA/test.rb +4 -4
- data/test/Param_Test/client.rb +6 -6
- data/test/Param_Test/run_test.rb +2 -2
- data/test/Param_Test/server.rb +6 -6
- data/test/Performance/Simple/client.rb +6 -6
- data/test/Performance/Simple/run_test.rb +2 -2
- data/test/Performance/Simple/server.rb +7 -7
- data/test/Policies/run_test.rb +2 -2
- data/test/Policies/test.rb +4 -4
- data/test/Timeout/client.rb +11 -11
- data/test/Timeout/run_test.rb +2 -2
- data/test/Timeout/server.rb +9 -9
- data/test/lib/test.rb +5 -5
- data/test/test_runner.rb +8 -7
- metadata +5 -5
@@ -3,9 +3,9 @@
|
|
3
3
|
require 'optparse'
|
4
4
|
|
5
5
|
OPTIONS = {
|
6
|
-
:
|
7
|
-
:
|
8
|
-
:
|
6
|
+
use_implement: false,
|
7
|
+
orb_debuglevel: 0,
|
8
|
+
iorfile: 'watchdog.ior'
|
9
9
|
}
|
10
10
|
|
11
11
|
ARGV.options do |opts|
|
@@ -51,7 +51,7 @@ class MyWatchdog < POA::Test::Watchdog
|
|
51
51
|
|
52
52
|
def shutdown()
|
53
53
|
puts %Q{Watchdog - received #{@count} pings}
|
54
|
-
@orb.shutdown
|
54
|
+
@orb.shutdown
|
55
55
|
end
|
56
56
|
end # of servant MyWatchdog
|
57
57
|
|
@@ -67,17 +67,17 @@ poa_man.activate
|
|
67
67
|
|
68
68
|
srv = MyWatchdog.new(orb)
|
69
69
|
|
70
|
-
obj = srv._this
|
70
|
+
obj = srv._this
|
71
71
|
|
72
72
|
ior = orb.object_to_string(obj)
|
73
73
|
|
74
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
74
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
75
75
|
io.write ior
|
76
76
|
}
|
77
77
|
|
78
78
|
Signal.trap('INT') do
|
79
79
|
puts 'SIGINT - shutting down ORB...'
|
80
|
-
orb.shutdown
|
80
|
+
orb.shutdown
|
81
81
|
end
|
82
82
|
|
83
83
|
if Signal.list.has_key?('USR2')
|
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'file://server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -56,14 +56,14 @@ hello_obj = Test::Hello._narrow(obj)
|
|
56
56
|
|
57
57
|
hello_2_obj = Test::Hello_2._narrow(obj)
|
58
58
|
|
59
|
-
the_string = hello_obj.get_string
|
59
|
+
the_string = hello_obj.get_string
|
60
60
|
|
61
61
|
puts "string returned from Test::Hello <#{the_string}>"
|
62
62
|
|
63
|
-
the_string = hello_2_obj.get_string_2
|
63
|
+
the_string = hello_2_obj.get_string_2
|
64
64
|
|
65
65
|
puts "string returned from Test::Hello_2 <#{the_string}>"
|
66
66
|
|
67
|
-
hello_obj.shutdown
|
67
|
+
hello_obj.shutdown
|
68
68
|
|
69
|
-
orb.destroy
|
69
|
+
orb.destroy
|
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -65,7 +65,7 @@ class MyHello < PortableServer::Servant
|
|
65
65
|
end
|
66
66
|
|
67
67
|
def shutdown()
|
68
|
-
@orb.shutdown
|
68
|
+
@orb.shutdown
|
69
69
|
end
|
70
70
|
end # of servant MyHello
|
71
71
|
|
@@ -81,17 +81,17 @@ poa_man.activate
|
|
81
81
|
|
82
82
|
hello_srv = MyHello.new(orb)
|
83
83
|
|
84
|
-
hello_obj = hello_srv._this
|
84
|
+
hello_obj = hello_srv._this
|
85
85
|
|
86
86
|
hello_ior = orb.object_to_string(hello_obj)
|
87
87
|
|
88
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
88
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
89
89
|
io.write hello_ior
|
90
90
|
}
|
91
91
|
|
92
92
|
Signal.trap('INT') do
|
93
93
|
puts 'SIGINT - shutting down ORB...'
|
94
|
-
orb.shutdown
|
94
|
+
orb.shutdown
|
95
95
|
end
|
96
96
|
|
97
97
|
if Signal.list.has_key?('USR2')
|
data/test/Nil/run_test.rb
CHANGED
data/test/Nil/test.rb
CHANGED
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
|
|
14
14
|
include TestUtil::Assertions
|
15
15
|
|
16
16
|
OPTIONS = {
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
17
|
+
use_implement: false,
|
18
|
+
orb_debuglevel: 0,
|
19
|
+
ior: 'foo'
|
20
20
|
}
|
21
21
|
|
22
22
|
ARGV.options do |opts|
|
@@ -76,5 +76,5 @@ begin
|
|
76
76
|
assert 'Not nil returned for RootPOA.the_parent', CORBA.is_nil(rootpoa.the_parent) && rootpoa.the_parent.nil?
|
77
77
|
|
78
78
|
ensure
|
79
|
-
orb.destroy
|
79
|
+
orb.destroy
|
80
80
|
end
|
@@ -19,10 +19,10 @@ TEST_OPERATION = 2
|
|
19
19
|
TEST_EXCEPTION = 3
|
20
20
|
|
21
21
|
OPTIONS = {
|
22
|
-
:
|
23
|
-
:
|
24
|
-
:
|
25
|
-
:
|
22
|
+
use_implement: false,
|
23
|
+
orb_debuglevel: 0,
|
24
|
+
iorfile: 'file://server.ior',
|
25
|
+
test: TEST_ALL
|
26
26
|
}
|
27
27
|
|
28
28
|
ARGV.options do |opts|
|
@@ -137,7 +137,7 @@ begin
|
|
137
137
|
StringNodeFactory.get_factory(orb)
|
138
138
|
TreeControllerFactory.get_factory(orb)
|
139
139
|
|
140
|
-
package = passer.pass_state
|
140
|
+
package = passer.pass_state
|
141
141
|
if CORBA::is_nil(package)
|
142
142
|
STDERR.puts "ERROR: passer.pass_state returned nil 'out' arg (#{package})"
|
143
143
|
end
|
@@ -146,7 +146,7 @@ begin
|
|
146
146
|
end
|
147
147
|
|
148
148
|
if OPTIONS[:test] != TEST_STATE
|
149
|
-
package = passer.pass_ops
|
149
|
+
package = passer.pass_ops
|
150
150
|
if CORBA::is_nil(package)
|
151
151
|
STDERR.puts "ERROR: passer.pass_ops returned nil 'out' arg (#{package})"
|
152
152
|
end
|
@@ -161,7 +161,7 @@ begin
|
|
161
161
|
end
|
162
162
|
|
163
163
|
if OPTIONS[:test] == TEST_ALL
|
164
|
-
package = passer.pass_nil
|
164
|
+
package = passer.pass_nil
|
165
165
|
unless CORBA::is_nil(package)
|
166
166
|
STDERR.puts "ERROR: passer.pass_state did NOT return nil 'out' arg (#{package})"
|
167
167
|
end
|
@@ -169,10 +169,10 @@ begin
|
|
169
169
|
|
170
170
|
# shutdown passer service
|
171
171
|
|
172
|
-
passer.shutdown
|
172
|
+
passer.shutdown
|
173
173
|
|
174
174
|
ensure
|
175
175
|
|
176
|
-
orb.destroy
|
176
|
+
orb.destroy
|
177
177
|
|
178
178
|
end
|
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -106,7 +106,7 @@ class Passer_i < POA::Passer
|
|
106
106
|
end
|
107
107
|
|
108
108
|
def shutdown ()
|
109
|
-
@orb.shutdown
|
109
|
+
@orb.shutdown
|
110
110
|
end
|
111
111
|
end # of servant Passer_i
|
112
112
|
|
@@ -127,17 +127,17 @@ poa_man.activate
|
|
127
127
|
|
128
128
|
passer = Passer_i.new(orb, root_poa)
|
129
129
|
|
130
|
-
obj = passer._this
|
130
|
+
obj = passer._this
|
131
131
|
|
132
132
|
ior = orb.object_to_string(obj)
|
133
133
|
|
134
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
134
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
135
135
|
io.write ior
|
136
136
|
}
|
137
137
|
|
138
138
|
Signal.trap('INT') do
|
139
139
|
puts 'SIGINT - shutting down ORB...'
|
140
|
-
orb.shutdown
|
140
|
+
orb.shutdown
|
141
141
|
end
|
142
142
|
|
143
143
|
if Signal.list.has_key?('USR2')
|
data/test/OBV/Custom/client.rb
CHANGED
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
|
|
14
14
|
include TestUtil::Assertions
|
15
15
|
|
16
16
|
OPTIONS = {
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
17
|
+
use_implement: false,
|
18
|
+
orb_debuglevel: 0,
|
19
|
+
iorfile: 'file://server.ior'
|
20
20
|
}
|
21
21
|
|
22
22
|
ARGV.options do |opts|
|
@@ -76,10 +76,10 @@ begin
|
|
76
76
|
|
77
77
|
# shutdown checkpoint service
|
78
78
|
|
79
|
-
checkpoint.shutdown
|
79
|
+
checkpoint.shutdown
|
80
80
|
|
81
81
|
ensure
|
82
82
|
|
83
|
-
orb.destroy
|
83
|
+
orb.destroy
|
84
84
|
|
85
85
|
end
|
data/test/OBV/Custom/run_test.rb
CHANGED
data/test/OBV/Custom/server.rb
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -60,7 +60,7 @@ class Checkpoint_i < POA::Checkpoint
|
|
60
60
|
end
|
61
61
|
|
62
62
|
def shutdown()
|
63
|
-
@orb.shutdown
|
63
|
+
@orb.shutdown
|
64
64
|
end
|
65
65
|
end # of servant MyHello
|
66
66
|
|
@@ -79,17 +79,17 @@ poa_man.activate
|
|
79
79
|
|
80
80
|
checkpoint = Checkpoint_i.new(orb)
|
81
81
|
|
82
|
-
obj = checkpoint._this
|
82
|
+
obj = checkpoint._this
|
83
83
|
|
84
84
|
ior = orb.object_to_string(obj)
|
85
85
|
|
86
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
86
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
87
87
|
io.write ior
|
88
88
|
}
|
89
89
|
|
90
90
|
Signal.trap('INT') do
|
91
91
|
puts 'SIGINT - shutting down ORB...'
|
92
|
-
orb.shutdown
|
92
|
+
orb.shutdown
|
93
93
|
end
|
94
94
|
|
95
95
|
if Signal.list.has_key?('USR2')
|
data/test/OBV/Simple/client.rb
CHANGED
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
|
|
14
14
|
include TestUtil::Assertions
|
15
15
|
|
16
16
|
OPTIONS = {
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
17
|
+
use_implement: false,
|
18
|
+
orb_debuglevel: 0,
|
19
|
+
iorfile: 'file://server.ior'
|
20
20
|
}
|
21
21
|
|
22
22
|
ARGV.options do |opts|
|
@@ -76,10 +76,10 @@ begin
|
|
76
76
|
|
77
77
|
# shutdown checkpoint service
|
78
78
|
|
79
|
-
checkpoint.shutdown
|
79
|
+
checkpoint.shutdown
|
80
80
|
|
81
81
|
ensure
|
82
82
|
|
83
|
-
orb.destroy
|
83
|
+
orb.destroy
|
84
84
|
|
85
85
|
end
|
data/test/OBV/Simple/run_test.rb
CHANGED
data/test/OBV/Simple/server.rb
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -60,7 +60,7 @@ class Checkpoint_i < POA::Checkpoint
|
|
60
60
|
end
|
61
61
|
|
62
62
|
def shutdown()
|
63
|
-
@orb.shutdown
|
63
|
+
@orb.shutdown
|
64
64
|
end
|
65
65
|
end # of servant MyHello
|
66
66
|
|
@@ -79,17 +79,17 @@ poa_man.activate
|
|
79
79
|
|
80
80
|
checkpoint = Checkpoint_i.new(orb)
|
81
81
|
|
82
|
-
obj = checkpoint._this
|
82
|
+
obj = checkpoint._this
|
83
83
|
|
84
84
|
ior = orb.object_to_string(obj)
|
85
85
|
|
86
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
86
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
87
87
|
io.write ior
|
88
88
|
}
|
89
89
|
|
90
90
|
Signal.trap('INT') do
|
91
91
|
puts 'SIGINT - shutting down ORB...'
|
92
|
-
orb.shutdown
|
92
|
+
orb.shutdown
|
93
93
|
end
|
94
94
|
|
95
95
|
if Signal.list.has_key?('USR2')
|
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
|
|
14
14
|
include TestUtil::Assertions
|
15
15
|
|
16
16
|
OPTIONS = {
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
17
|
+
use_implement: false,
|
18
|
+
orb_debuglevel: 0,
|
19
|
+
iorfile: 'file://server.ior'
|
20
20
|
}
|
21
21
|
|
22
22
|
ARGV.options do |opts|
|
@@ -76,10 +76,10 @@ begin
|
|
76
76
|
|
77
77
|
# shutdown checkpoint service
|
78
78
|
|
79
|
-
checkpoint.shutdown
|
79
|
+
checkpoint.shutdown
|
80
80
|
|
81
81
|
ensure
|
82
82
|
|
83
|
-
orb.destroy
|
83
|
+
orb.destroy
|
84
84
|
|
85
85
|
end
|
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -60,7 +60,7 @@ class Checkpoint_i < POA::Checkpoint
|
|
60
60
|
end
|
61
61
|
|
62
62
|
def shutdown()
|
63
|
-
@orb.shutdown
|
63
|
+
@orb.shutdown
|
64
64
|
end
|
65
65
|
end # of servant MyHello
|
66
66
|
|
@@ -79,17 +79,17 @@ poa_man.activate
|
|
79
79
|
|
80
80
|
checkpoint = Checkpoint_i.new(orb)
|
81
81
|
|
82
|
-
obj = checkpoint._this
|
82
|
+
obj = checkpoint._this
|
83
83
|
|
84
84
|
ior = orb.object_to_string(obj)
|
85
85
|
|
86
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
86
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
87
87
|
io.write ior
|
88
88
|
}
|
89
89
|
|
90
90
|
Signal.trap('INT') do
|
91
91
|
puts 'SIGINT - shutting down ORB...'
|
92
|
-
orb.shutdown
|
92
|
+
orb.shutdown
|
93
93
|
end
|
94
94
|
|
95
95
|
if Signal.list.has_key?('USR2')
|
data/test/OBV/Supports/client.rb
CHANGED
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
|
|
14
14
|
include TestUtil::Assertions
|
15
15
|
|
16
16
|
OPTIONS = {
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
17
|
+
use_implement: false,
|
18
|
+
orb_debuglevel: 0,
|
19
|
+
iorfile: 'file://server.ior'
|
20
20
|
}
|
21
21
|
|
22
22
|
ARGV.options do |opts|
|
@@ -66,50 +66,50 @@ begin
|
|
66
66
|
|
67
67
|
STDERR.puts '* get start balance'
|
68
68
|
|
69
|
-
balance = account.get_balance
|
69
|
+
balance = account.get_balance;
|
70
70
|
|
71
|
-
balance.print_it
|
71
|
+
balance.print_it
|
72
72
|
|
73
|
-
account.print_it
|
73
|
+
account.print_it
|
74
74
|
|
75
75
|
STDERR.puts '* local deposit'
|
76
76
|
|
77
77
|
balance.deposit(10.5)
|
78
78
|
|
79
|
-
balance.print_it
|
79
|
+
balance.print_it
|
80
80
|
|
81
|
-
account.print_it
|
81
|
+
account.print_it
|
82
82
|
|
83
83
|
STDERR.puts '* remote deposit'
|
84
84
|
|
85
85
|
account.deposit(10.77)
|
86
86
|
|
87
|
-
balance.print_it
|
87
|
+
balance.print_it
|
88
88
|
|
89
|
-
account.print_it
|
89
|
+
account.print_it
|
90
90
|
|
91
91
|
STDERR.puts '* remote withdrawal'
|
92
92
|
|
93
93
|
account.withdraw(3.33)
|
94
94
|
|
95
|
-
balance.print_it
|
95
|
+
balance.print_it
|
96
96
|
|
97
|
-
account.print_it
|
97
|
+
account.print_it
|
98
98
|
|
99
99
|
STDERR.puts '* update balance'
|
100
100
|
|
101
|
-
balance = account.get_balance
|
101
|
+
balance = account.get_balance;
|
102
102
|
|
103
|
-
balance.print_it
|
103
|
+
balance.print_it
|
104
104
|
|
105
|
-
account.print_it
|
105
|
+
account.print_it
|
106
106
|
|
107
107
|
# shutdown Account service
|
108
108
|
|
109
|
-
account.shutdown
|
109
|
+
account.shutdown
|
110
110
|
|
111
111
|
ensure
|
112
112
|
|
113
|
-
orb.destroy
|
113
|
+
orb.destroy
|
114
114
|
|
115
115
|
end
|
data/test/OBV/Supports/server.rb
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
require 'optparse'
|
13
13
|
|
14
14
|
OPTIONS = {
|
15
|
-
:
|
16
|
-
:
|
17
|
-
:
|
15
|
+
use_implement: false,
|
16
|
+
orb_debuglevel: 0,
|
17
|
+
iorfile: 'server.ior'
|
18
18
|
}
|
19
19
|
|
20
20
|
ARGV.options do |opts|
|
@@ -59,7 +59,7 @@ class BalancedAccount_i < POA::BalancedAccount
|
|
59
59
|
end
|
60
60
|
|
61
61
|
def shutdown()
|
62
|
-
@orb.shutdown
|
62
|
+
@orb.shutdown
|
63
63
|
end
|
64
64
|
|
65
65
|
def print_it()
|
@@ -82,17 +82,17 @@ poa_man.activate
|
|
82
82
|
|
83
83
|
account = BalancedAccount_i.new(orb)
|
84
84
|
|
85
|
-
obj = account._this
|
85
|
+
obj = account._this
|
86
86
|
|
87
87
|
ior = orb.object_to_string(obj)
|
88
88
|
|
89
|
-
open(OPTIONS[:iorfile], 'w') { |io|
|
89
|
+
File.open(OPTIONS[:iorfile], 'w') { |io|
|
90
90
|
io.write ior
|
91
91
|
}
|
92
92
|
|
93
93
|
Signal.trap('INT') do
|
94
94
|
puts 'SIGINT - shutting down ORB...'
|
95
|
-
orb.shutdown
|
95
|
+
orb.shutdown
|
96
96
|
end
|
97
97
|
|
98
98
|
if Signal.list.has_key?('USR2')
|
data/test/OBV/Tree/client.rb
CHANGED
@@ -14,9 +14,9 @@ require 'lib/assert.rb'
|
|
14
14
|
include TestUtil::Assertions
|
15
15
|
|
16
16
|
OPTIONS = {
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
17
|
+
use_implement: false,
|
18
|
+
orb_debuglevel: 0,
|
19
|
+
iorfile: 'file://server.ior',
|
20
20
|
}
|
21
21
|
|
22
22
|
ARGV.options do |opts|
|
@@ -98,7 +98,7 @@ begin
|
|
98
98
|
StringNodeFactory.get_factory(orb)
|
99
99
|
TreeControllerFactory.get_factory(orb)
|
100
100
|
|
101
|
-
package = passer.pass_tree
|
101
|
+
package = passer.pass_tree
|
102
102
|
if CORBA::is_nil(package)
|
103
103
|
STDERR.puts "ERROR: passer.pass_state returned nil 'out' arg (#{package})"
|
104
104
|
end
|
@@ -106,10 +106,10 @@ begin
|
|
106
106
|
test_state(package)
|
107
107
|
# shutdown passer service
|
108
108
|
|
109
|
-
passer.shutdown
|
109
|
+
passer.shutdown
|
110
110
|
|
111
111
|
ensure
|
112
112
|
|
113
|
-
orb.destroy
|
113
|
+
orb.destroy
|
114
114
|
|
115
115
|
end
|