module Hello { interface hello_world { string sayHello(); oneway void shutdown(); }; };