data now is gotten using queries
[RRRRHHHH_Code] / ruralHouses / src / common / HouseInterface.java
index 9731172..e256ff7 100644 (file)
@@ -16,7 +16,7 @@ public interface HouseInterface extends Remote {
 
        public void removeHouse(RuralHouse rh, Owner owner)throws RemoteException;
 
-       public Vector<RuralHouse> getHouses(String name,String town,int nBed , int nKit, int nBath, int nPark, int nLiv) throws RemoteException;
+       public Vector<RuralHouse> getHouses(Owner ow, String name,String town,int nBed , int nKit, int nBath, int nPark, int nLiv) throws RemoteException;
 
        /**
         * This method retrieves the existing  rural houses