Class DBLoadBalancer

java.lang.Object
com.iizix.server.loadbalancer.db.DBLoadBalancer

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

    • createTables

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