4 typedef sequence
<octet
> Payload
;
8 /// Receive a big payload
9 boolean get_data
(in unsigned long size
,
10 out Payload the_payload
);
12 /// Return the number of messages received so far
13 long get_event_count
();
15 /// Simple ping to the server
18 /// A method to shutdown the ORB
19 oneway
void shutdown
();