package test; public interface HelloWorld_SEI extends java.rmi.Remote { public java.lang.String helloOperation(java.lang.String name); }