6 /// Receive a call and send back the number of calls received..
9 /// Get the number of calls that every thread would make...
10 long get_call_count
();
12 oneway
void shutdown
();
20 /// Number of active objects trying to use this interface
21 oneway
void active_objects
(in short ao
);
23 /// Send a ready message
24 oneway
void send_ready_message
(in Receiver
callback);
26 oneway
void shutdown
();