Database management was changed, now it opens the database and it closes it every...
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / ApplicationFacadeInterface.java
index 215e60b..8863af3 100644 (file)
@@ -68,6 +68,4 @@ public interface ApplicationFacadeInterface extends Remote {
        public Vector<RuralHouse> getAllRuralHouses()throws RemoteException,
        Exception;
        
-       public void close() throws RemoteException;
-       
 }
\ No newline at end of file