Source of Hello.java


  1: public interface Hello extends java.rmi.Remote {
  2:     String sayHello() throws java.rmi.RemoteException;
  3: }