Class DatabaseChecker


  • public class DatabaseChecker
    extends Object

    This is the singleton class used to load the OpenNMS database configuration from the opennms-database.xml. This provides convenience methods to create database connections to the database configured in this default xml

    Note: Users of this class should make sure the init() is called before calling any other method to ensure the config is loaded before accessing other convenience methods

    Author:
    Brian Weaver