Class AvailabilityConstants


  • public abstract class AvailabilityConstants
    extends java.lang.Object
    This class is a repository for constant, static information concerning the Availability Reporter Module.
    Author:
    Jacinta Remedios
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DB_GET_INFO_FOR_IP
      The SQL statement that is used to get node information for an IP address.
      static java.lang.String DB_GET_OUTAGE_ENTRIES
      The SQL statement for getting outage entries for a nodeid/ip/serviceid
      static java.lang.String DB_GET_SVC_ENTRIES
      The SQL statement that is used to get services information for a nodeid/IP address.
      static java.lang.String LAST_30_DAYS_DAILY_DESCR
      Constant LAST_30_DAYS_DAILY_DESCR="Daily average of svcs and dvcs monitore"{trunked}
      static java.lang.String LAST_30_DAYS_DAILY_LABEL
      The list of Availability Report Constants that are needed to display appropriate messages on the report.
      static java.lang.String LAST_30_DAYS_SVC_AVAIL_DESCR
      Constant LAST_30_DAYS_SVC_AVAIL_DESCR="The last 30 days Daily Service Availabi"{trunked}
      static java.lang.String LAST_30_DAYS_SVC_AVAIL_LABEL
      Constant LAST_30_DAYS_SVC_AVAIL_LABEL="The last 30 days Daily Service Availabi"{trunked}
      static java.lang.String LAST_30_DAYS_TOTAL_DESCR
      Constant LAST_30_DAYS_TOTAL_DESCR="Average of svcs monitored and availabil"{trunked}
      static java.lang.String LAST_30_DAYS_TOTAL_LABEL
      Constant LAST_30_DAYS_TOTAL_LABEL="The last 30 Days Total Availability"
      static java.lang.String LAST_MONTH_DAILY_DESCR
      Constant LAST_MONTH_DAILY_DESCR="Daily Average of svcs monitored and ava"{trunked}
      static java.lang.String LAST_MONTH_DAILY_LABEL
      Constant LAST_MONTH_DAILY_LABEL="The last Months Daily Availability"
      static java.lang.String LAST_MONTH_SVC_AVAIL_DESCR
      Constant LAST_MONTH_SVC_AVAIL_DESCR="The last Months Daily Service Availabil"{trunked}
      static java.lang.String LAST_MONTH_SVC_AVAIL_LABEL
      Constant LAST_MONTH_SVC_AVAIL_LABEL="The last Months Daily Service Availabil"{trunked}
      static java.lang.String LAST_MONTH_TOTAL_DESCR
      Constant LAST_MONTH_TOTAL_DESCR="Average of svcs monitored and availabil"{trunked}
      static java.lang.String LAST_MONTH_TOTAL_LABEL
      Constant LAST_MONTH_TOTAL_LABEL="The last Months Total Availability"
      static java.lang.String LAST_MTD_DAILY_DESCR
      Constant LAST_MTD_DAILY_DESCR="Daily Average of svc monitored and avai"{trunked}
      static java.lang.String LAST_MTD_DAILY_LABEL
      Constant LAST_MTD_DAILY_LABEL="Month To Date Daily Availability"
      static java.lang.String LAST_MTD_TOTAL_DESCR
      Constant LAST_MTD_TOTAL_DESCR="Average of svc monitored and availabili"{trunked}
      static java.lang.String LAST_MTD_TOTAL_LABEL
      Constant LAST_MTD_TOTAL_LABEL="Month To Date Total Availability"
      static java.lang.String NMONTH_TOTAL_DESCR
      Constant NMONTH_TOTAL_DESCR="The last 12 Months Availability"
      static java.lang.String NMONTH_TOTAL_LABEL
      Constant NMONTH_TOTAL_LABEL="The last 12 Months Availability"
      static java.lang.String NOFFENDERS_DESCR
      Constant NOFFENDERS_DESCR="This is the list of the worst available"{trunked}
      static java.lang.String NOFFENDERS_LABEL
      Constant NOFFENDERS_LABEL="Last Months Top Offenders"
      static java.lang.String TOP20_SVC_OUTAGES_DESCR
      Constant TOP20_SVC_OUTAGES_DESCR="Last Month Top Service Outages for"
      static java.lang.String TOP20_SVC_OUTAGES_LABEL
      Constant TOP20_SVC_OUTAGES_LABEL="Last Month Top Service Outages for"
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DB_GET_INFO_FOR_IP

        public static final java.lang.String DB_GET_INFO_FOR_IP
        The SQL statement that is used to get node information for an IP address.
        See Also:
        Constant Field Values
      • DB_GET_SVC_ENTRIES

        public static final java.lang.String DB_GET_SVC_ENTRIES
        The SQL statement that is used to get services information for a nodeid/IP address.
        See Also:
        Constant Field Values
      • DB_GET_OUTAGE_ENTRIES

        public static final java.lang.String DB_GET_OUTAGE_ENTRIES
        The SQL statement for getting outage entries for a nodeid/ip/serviceid
        See Also:
        Constant Field Values
      • LAST_30_DAYS_DAILY_LABEL

        public static final java.lang.String LAST_30_DAYS_DAILY_LABEL
        The list of Availability Report Constants that are needed to display appropriate messages on the report.
        See Also:
        Constant Field Values
      • LAST_30_DAYS_DAILY_DESCR

        public static final java.lang.String LAST_30_DAYS_DAILY_DESCR
        Constant LAST_30_DAYS_DAILY_DESCR="Daily average of svcs and dvcs monitore"{trunked}
        See Also:
        Constant Field Values
      • LAST_30_DAYS_TOTAL_LABEL

        public static final java.lang.String LAST_30_DAYS_TOTAL_LABEL
        Constant LAST_30_DAYS_TOTAL_LABEL="The last 30 Days Total Availability"
        See Also:
        Constant Field Values
      • LAST_30_DAYS_TOTAL_DESCR

        public static final java.lang.String LAST_30_DAYS_TOTAL_DESCR
        Constant LAST_30_DAYS_TOTAL_DESCR="Average of svcs monitored and availabil"{trunked}
        See Also:
        Constant Field Values
      • LAST_30_DAYS_SVC_AVAIL_LABEL

        public static final java.lang.String LAST_30_DAYS_SVC_AVAIL_LABEL
        Constant LAST_30_DAYS_SVC_AVAIL_LABEL="The last 30 days Daily Service Availabi"{trunked}
        See Also:
        Constant Field Values
      • LAST_30_DAYS_SVC_AVAIL_DESCR

        public static final java.lang.String LAST_30_DAYS_SVC_AVAIL_DESCR
        Constant LAST_30_DAYS_SVC_AVAIL_DESCR="The last 30 days Daily Service Availabi"{trunked}
        See Also:
        Constant Field Values
      • LAST_MONTH_SVC_AVAIL_LABEL

        public static final java.lang.String LAST_MONTH_SVC_AVAIL_LABEL
        Constant LAST_MONTH_SVC_AVAIL_LABEL="The last Months Daily Service Availabil"{trunked}
        See Also:
        Constant Field Values
      • LAST_MONTH_SVC_AVAIL_DESCR

        public static final java.lang.String LAST_MONTH_SVC_AVAIL_DESCR
        Constant LAST_MONTH_SVC_AVAIL_DESCR="The last Months Daily Service Availabil"{trunked}
        See Also:
        Constant Field Values
      • LAST_MTD_DAILY_LABEL

        public static final java.lang.String LAST_MTD_DAILY_LABEL
        Constant LAST_MTD_DAILY_LABEL="Month To Date Daily Availability"
        See Also:
        Constant Field Values
      • LAST_MTD_DAILY_DESCR

        public static final java.lang.String LAST_MTD_DAILY_DESCR
        Constant LAST_MTD_DAILY_DESCR="Daily Average of svc monitored and avai"{trunked}
        See Also:
        Constant Field Values
      • LAST_MTD_TOTAL_LABEL

        public static final java.lang.String LAST_MTD_TOTAL_LABEL
        Constant LAST_MTD_TOTAL_LABEL="Month To Date Total Availability"
        See Also:
        Constant Field Values
      • LAST_MTD_TOTAL_DESCR

        public static final java.lang.String LAST_MTD_TOTAL_DESCR
        Constant LAST_MTD_TOTAL_DESCR="Average of svc monitored and availabili"{trunked}
        See Also:
        Constant Field Values
      • LAST_MONTH_DAILY_LABEL

        public static final java.lang.String LAST_MONTH_DAILY_LABEL
        Constant LAST_MONTH_DAILY_LABEL="The last Months Daily Availability"
        See Also:
        Constant Field Values
      • LAST_MONTH_DAILY_DESCR

        public static final java.lang.String LAST_MONTH_DAILY_DESCR
        Constant LAST_MONTH_DAILY_DESCR="Daily Average of svcs monitored and ava"{trunked}
        See Also:
        Constant Field Values
      • LAST_MONTH_TOTAL_LABEL

        public static final java.lang.String LAST_MONTH_TOTAL_LABEL
        Constant LAST_MONTH_TOTAL_LABEL="The last Months Total Availability"
        See Also:
        Constant Field Values
      • LAST_MONTH_TOTAL_DESCR

        public static final java.lang.String LAST_MONTH_TOTAL_DESCR
        Constant LAST_MONTH_TOTAL_DESCR="Average of svcs monitored and availabil"{trunked}
        See Also:
        Constant Field Values
      • NOFFENDERS_LABEL

        public static final java.lang.String NOFFENDERS_LABEL
        Constant NOFFENDERS_LABEL="Last Months Top Offenders"
        See Also:
        Constant Field Values
      • NOFFENDERS_DESCR

        public static final java.lang.String NOFFENDERS_DESCR
        Constant NOFFENDERS_DESCR="This is the list of the worst available"{trunked}
        See Also:
        Constant Field Values
      • TOP20_SVC_OUTAGES_LABEL

        public static final java.lang.String TOP20_SVC_OUTAGES_LABEL
        Constant TOP20_SVC_OUTAGES_LABEL="Last Month Top Service Outages for"
        See Also:
        Constant Field Values
      • TOP20_SVC_OUTAGES_DESCR

        public static final java.lang.String TOP20_SVC_OUTAGES_DESCR
        Constant TOP20_SVC_OUTAGES_DESCR="Last Month Top Service Outages for"
        See Also:
        Constant Field Values
      • NMONTH_TOTAL_LABEL

        public static final java.lang.String NMONTH_TOTAL_LABEL
        Constant NMONTH_TOTAL_LABEL="The last 12 Months Availability"
        See Also:
        Constant Field Values
      • NMONTH_TOTAL_DESCR

        public static final java.lang.String NMONTH_TOTAL_DESCR
        Constant NMONTH_TOTAL_DESCR="The last 12 Months Availability"
        See Also:
        Constant Field Values
    • Constructor Detail

      • AvailabilityConstants

        public AvailabilityConstants()