Erstellt von David Utza
vor etwa 8 Jahre
|
||
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;}
Möchten Sie kostenlos Ihre eigenen Notizen mit GoConqr erstellen? Mehr erfahren.