4 oneway
void shutdown
();
5 // A safe way to shutdown the client, using either clean shutdowns
6 // or "catastrophic failures".
8 void callback_method
();
9 // A simple remote call
13 interface Simple_Server
15 long test_method
(in boolean do_callback
);
16 // Just call a method on the server,
18 void callback_object
(in Callback cb
);
19 // send the callback object to the server
21 oneway
void shutdown
();
22 // A safe way to shutdown the server, it is a oneway function so we
23 // will never get a COMM_FAILURE error