Package com.darkhonor.rage.libs.dataaccess

Examples of com.darkhonor.rage.libs.dataaccess.GradedEventDAO.closeConnection()


        } finally
        {
            LOGGER.debug("Setting cboAssignActive to true");
            cboAssignActive = true;
            courseDAO.closeConnection();
            gradedEventDAO.closeConnection();
        }
        LOGGER.debug("Finished with cboCourseActionPerformed");
    }
}//GEN-LAST:event_cboCourseActionPerformed
View Full Code Here


            JOptionPane.showMessageDialog(null, "Grading complete.",
                    "Information", JOptionPane.INFORMATION_MESSAGE);
            LOGGER.info("Grading Complete");

            // Release the EntityManager objects.
            gradedEventDAO.closeConnection();
            courseDAO.closeConnection();
        }
        btnGrade.setEnabled(true);
        gradeAssignmentsMenuItem.setEnabled(true);
        btnCancel.setEnabled(false);
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.