debugging
[RRRRHHHH_Code] / ruralHouses / src / common / AdminInterface.java
index eb5e888..c45a81c 100644 (file)
@@ -5,6 +5,7 @@ import java.rmi.RemoteException;
 import java.util.Vector;
 
 import domain.Account;
+import domain.Owner;
 import domain.RuralHouse;
 
 public interface AdminInterface extends Remote {
@@ -26,7 +27,8 @@ public interface AdminInterface extends Remote {
 
        public boolean addDeletionRequest(RuralHouse rh) throws RemoteException ;
        
-       public boolean addAccount(Account acc) throws RemoteException ;
+       public boolean addAccountRequest(String usr,
+                       String pss, Owner ow) throws RemoteException;
        
        public void saveInstance() throws RemoteException;