|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.rtc.RTCConstants
This class is a repository for constant, static information concerning the RTC.
Field Summary | |
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_SERVICE_STATUS
The sql statement that is used to get 'status' for a nodeid/ip/svc. |
static java.lang.String |
DB_GET_SVC_ENTRIES
The sql statement that is used to get services information for a nodeid/IP address. |
static double |
NODE_NOT_IN_CATEGORY
The value returned by RTC if a nodeid/ip/svc tuple does not belong to a category. |
static java.lang.String |
RTC_CONF_FNAME
The base name of the eventd configuration file. |
static java.lang.String |
SQL_DB_NODE_IPADDRS
The SQL statement necessary to get the IP addresses associated with a node. |
static java.lang.String |
SQL_DB_SVC_TABLE_READ
The SQL statement necessary to read service id and service name into map. |
static java.lang.String |
SQL_DB_SVCNAME_TO_SVCID
The SQL statement necessary to convert the service name into a service id using the 'service' table. |
Constructor Summary | |
RTCConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static double NODE_NOT_IN_CATEGORY
public static final java.lang.String RTC_CONF_FNAME
public static final java.lang.String SQL_DB_SVC_TABLE_READ
public static final java.lang.String SQL_DB_SVCNAME_TO_SVCID
public static final java.lang.String DB_GET_INFO_FOR_IP
public static final java.lang.String DB_GET_SVC_ENTRIES
public static final java.lang.String DB_GET_SERVICE_STATUS
public static final java.lang.String DB_GET_OUTAGE_ENTRIES
public static final java.lang.String SQL_DB_NODE_IPADDRS
Constructor Detail |
public RTCConstants()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |