All Examples  This Package
  Interface examples.rmi.multihello.Hello
  -  public interface Hello
  -  extends Remote
This remote interface is implemented by HelloImpl. It has
 only one method, which returns a String message.
   
  -   sayHello() sayHello()
-  
   
 sayHello
sayHello
 public abstract String sayHello() throws RemoteException
All Examples  This Package