import java.rmi.*;/** * Interface EchoService * * @version 2016-09-09 * @author David */ public interface EchoService extends Remote{ public String getResponse () throws RemoteException; public void request (String request) throws RemoteException; public int setouruid() throws RemoteException; public String getc(int uid) throws RemoteException;}
Want to create your own Notes for free with GoConqr? Learn more.