Now AdminManager gets the owner for removing them
[RRRRHHHH_Code] / ruralHouses / src / common / AdminInterface.java
index 5a76296..7e3289f 100644 (file)
@@ -17,6 +17,8 @@ public interface AdminInterface extends Remote {
 
        public Vector<Account> getOwnerAdditionRequests() throws RemoteException ;
        
+       public Vector<Owner> getAllOwners()throws RemoteException ;
+       
        public void removeHouseAdditionRequests(RuralHouse house) throws RemoteException ;
 
        public void removeHouseDeletionRequests(RuralHouse house) throws RemoteException ;