Project

General

Profile

Revision 2

Final delivery

View differences:

RMI.java
4 4

  
5 5
public interface RMI extends Remote {
6 6
   void operation(String operation, String file_path, int rep_degree, double space) throws RemoteException; //operator is space for reclaim, rep_degree for back up
7

  
7
   
8
   //String state();
8 9
}

Also available in: Unified diff