2 typedef sequence
<long> DSI_LongSeq
;
10 exception test_exception
14 string status_message
;
17 interface Simple_Server
19 attribute
long test_val
;
21 long test_method
(in long x
,
22 in Structure the_in_structure
,
23 out Structure the_out_structure
,
26 void raise_user_exception
() raises
(test_exception
);
28 void raise_system_exception
();
30 oneway
void shutdown
();