import java.rmi.* ; public interface Bonjour extends Remote { public String bonjourDistant() throws RemoteException ; }