public interface Server extends java.rmi.Remote { public void register(Client client) throws java.rmi.RemoteException; }