Package metier

Examples of metier.GestionConnection.shutDown()


    main.revalidate();
  }
 
  private int shutdown(){
    GestionConnection gc = new GestionConnection();
    gc.shutDown();
    return JFrame.EXIT_ON_CLOSE;
  }

 
 
View Full Code Here


      //String idNouvelleReservation = fr.getNewId(r.getIdSeance());
      //On fixe l'id de la réservation
      //r.setIdReserv(idNouvelleReservation);
      fr.creerReservation(r);
      //On ferme la connection pour assurer le commit
      gcDemande.shutDown();
      return true;
    }catch(SQLException se){
      se.printStackTrace();
    }
    // La réservation n'a pas été crée
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.