Class EventdConstants


  • public abstract class EventdConstants
    extends java.lang.Object
    Deprecated.
    Use standard DAO calls instead of using JDBC statements
    This class is a repository for constant, static information concerning Eventd.
    Author:
    Sowmya Nataraj , OpenNMS.org
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SQL_DB_HOSTIP_TO_HOSTNAME
      Deprecated.
      The SQL statement necessary to convert the event host into a hostname using the 'ipinterface' table.
      static java.lang.String SQL_DB_INS_EVENT
      Deprecated.
      The SQL insertion string used by eventd to store the event information into the database.
      static java.lang.String SQL_DB_SVCNAME_TO_SVCID
      Deprecated.
      The SQL statement necessary to convert the service name into a service id using the distributed poller database.
    • Constructor Summary

      Constructors 
      Constructor Description
      EventdConstants()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SQL_DB_INS_EVENT

        public static final java.lang.String SQL_DB_INS_EVENT
        Deprecated.
        The SQL insertion string used by eventd to store the event information into the database.
        See Also:
        Constant Field Values
      • SQL_DB_SVCNAME_TO_SVCID

        public static final java.lang.String SQL_DB_SVCNAME_TO_SVCID
        Deprecated.
        The SQL statement necessary to convert the service name into a service id using the distributed poller database.
        See Also:
        Constant Field Values
      • SQL_DB_HOSTIP_TO_HOSTNAME

        public static final java.lang.String SQL_DB_HOSTIP_TO_HOSTNAME
        Deprecated.
        The SQL statement necessary to convert the event host into a hostname using the 'ipinterface' table.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EventdConstants

        public EventdConstants()
        Deprecated.