3 import java.rmi.Remote;
23 byte[]
getFile(String k, String v, String name, String path)
throws java.rmi.RemoteException;
35 boolean deleteFile(String k, String v, String name, String path)
throws java.rmi.RemoteException;
47 boolean sendFile(String k, String v, byte[] content, String name)
throws java.rmi.RemoteException;
59 void addAuthUser(String myu, String myp, String authu, String authp)
throws java.rmi.RemoteException;
66 String
serverOn()
throws java.rmi.RemoteException;
void addAuthUser(String myu, String myp, String authu, String authp)
Intrefaccia della funzione utilizzata da ServerRMI per inviare a C2C_server le coppie di identificazi...
byte [] getFile(String k, String v, String name, String path)
Interfaccia della funzione che restituisce il file chiesto sottoforma di array di byte...
boolean sendFile(String k, String v, byte[] content, String name)
Interfaccia della funzione che riceve il file inviato.
String serverOn()
Interfaccia della funzione di test che non necessita di autorizzazione per verificare se il server e'...
boolean deleteFile(String k, String v, String name, String path)
Interfaccia della funzione che cancella il file indicato tramite name e path.