deleted aplicationFacade and imported it's functions to specific business logics.
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManagerInterface.java
index ca99f40..fd5462f 100644 (file)
@@ -25,4 +25,13 @@ public interface HouseManagerInterface {
 
 
        public Vector<RuralHouse> getHousesByTown(String town);
+       
+       /**
+        * This method retrieves the existing  rural houses 
+        * 
+        * @return a Set of rural houses
+        */
+       public Vector<RuralHouse> getAllRuralHouses()throws RemoteException,
+       Exception;
+       
 }