interface test { typedef sequence data; // A one way operation that pushes the data to the server oneway void method (in unsigned long req_no, in data d); oneway void shutdown (); };