Creado por David Utza
hace alrededor de 8 años
|
||
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;}
¿Quieres crear tus propios Apuntes gratis con GoConqr? Más información.