Class DBLoadBalancer


  • public class DBLoadBalancer
    extends java.lang.Object
    Class containing the database functions for the Load Balancer.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static booleancreateTables()
      Creates the Mindus License System (MLS) tables if required.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createTables

        public static boolean createTables()
                                    throws java.sql.SQLException
        Creates the Mindus License System (MLS) tables if required.
        Returns:
        true if where created, false otherwise.
        Throws:
        java.sql.SQLException - For SQL errors.