Introduced Login Manager logic by creating the LoginManager and the LoginManagerInterface
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / ApplicationFacadeInterface.java
index a438bee..215e60b 100644 (file)
@@ -63,6 +63,8 @@ public interface ApplicationFacadeInterface extends Remote {
        public Vector<Owner> getOwners() throws RemoteException,
                        Exception;
        
+       
+       
        public Vector<RuralHouse> getAllRuralHouses()throws RemoteException,
        Exception;