1 module HelloApp
   2 {
   3   interface Hello
   4   {
   5     string sayHello();
   6     oneway void shutdown();
   7   };
   8 };