import java.rmi.*; interface ChatServer extends Remote { public void receive(String s) throws RemoteException; }