org.opennms.bb.common
Class BBConstants

java.lang.Object
  |
  +--org.opennms.bb.common.BBConstants

public class BBConstants
extends Object

This class holds all BlueBird constants - has the property names to be read from the properties file, the various config file names etc.

Version:
$Revision: 1.7 $
Author:
Jason Johns, Sowmya Kumaraswamy, OpenNMS

Field Summary
static String ADMIN_PITXML_FILE_NAME
          The administrator pitXML file
static String CAPSD_PUGIN_FILE_NAME
          The capsd plugin file
static String EVENT_CONF_FILE_NAME
          the event conf file
static String GROUPS_CONF_FILE_NAME
          The user groups config file
static String NODE_GAINED_SERVICE_EVENT_UEI
          The node gained service event UEI
static String NODE_LOST_SERVICE_EVENT_UEI
          The node lost service event UEI
static String NODE_REGAINED_SERVICE_EVENT_UEI
          The node regained service event UEI
static String PACKAGES_CONF_FILE_NAME
          The packages config file
static String POLLER_DB_SCHEMA_FILE_NAME
          the poller database schema file
static String POLLERS_CONF_FILE_NAME
          The pollers config file
static String PROP_DB_DRIVER
          This is the property string in the properties file to get the database driver to be used by BlueBird
static String PROP_DB_PASSWORD
          This is the property string in the properties file to get the database password string to be used by BlueBird
static String PROP_DB_URL
          This is the property string in the properties file to get the database url string to be used by BlueBird
static String PROP_DB_USER
          This is the property string in the properties file to get the database username string to be used by BlueBird
static String PROP_PROP_FILE
          The property defined at runtime as a '-D' option to get to the properties file
static String PROP_XML_REPOSITORY
          The property string in the properties file to get the XML configuration files
static String PROPERTY_FILE
          This is the name of the property file where all runtime information is kept.
static String RTC_SESSION_URI
          The JSDT URI that defines the Session channel used for communications between the RTCChannelManager and the consoles
static String SCM_SESSION_URI
          The JSDT URI that defines the Session channel used for communications between the service control manager and the various services.
static String SERV_MODEL_CONF_FILE_NAME
          The service models config file
static String SNMP_CONF_FILE_NAME
          The SNMP config file
static String USERS_CONF_FILE_NAME
          The users config file
static String VIEWS_CONF_FILE_NAME
          The user views config file
 
Constructor Summary
BBConstants()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

PROPERTY_FILE

public static final String PROPERTY_FILE
This is the name of the property file where all runtime information is kept.

PROP_PROP_FILE

public static final String PROP_PROP_FILE
The property defined at runtime as a '-D' option to get to the properties file

PROP_DB_DRIVER

public static final String PROP_DB_DRIVER
This is the property string in the properties file to get the database driver to be used by BlueBird

PROP_DB_URL

public static final String PROP_DB_URL
This is the property string in the properties file to get the database url string to be used by BlueBird

PROP_DB_USER

public static final String PROP_DB_USER
This is the property string in the properties file to get the database username string to be used by BlueBird

PROP_DB_PASSWORD

public static final String PROP_DB_PASSWORD
This is the property string in the properties file to get the database password string to be used by BlueBird

PROP_XML_REPOSITORY

public static final String PROP_XML_REPOSITORY
The property string in the properties file to get the XML configuration files

SCM_SESSION_URI

public static final String SCM_SESSION_URI

The JSDT URI that defines the Session channel used for communications between the service control manager and the various services.


RTC_SESSION_URI

public static final String RTC_SESSION_URI

The JSDT URI that defines the Session channel used for communications between the RTCChannelManager and the consoles


ADMIN_PITXML_FILE_NAME

public static final String ADMIN_PITXML_FILE_NAME
The administrator pitXML file

USERS_CONF_FILE_NAME

public static final String USERS_CONF_FILE_NAME
The users config file

VIEWS_CONF_FILE_NAME

public static final String VIEWS_CONF_FILE_NAME
The user views config file

GROUPS_CONF_FILE_NAME

public static final String GROUPS_CONF_FILE_NAME
The user groups config file

POLLERS_CONF_FILE_NAME

public static final String POLLERS_CONF_FILE_NAME
The pollers config file

PACKAGES_CONF_FILE_NAME

public static final String PACKAGES_CONF_FILE_NAME
The packages config file

SNMP_CONF_FILE_NAME

public static final String SNMP_CONF_FILE_NAME
The SNMP config file

SERV_MODEL_CONF_FILE_NAME

public static final String SERV_MODEL_CONF_FILE_NAME
The service models config file

CAPSD_PUGIN_FILE_NAME

public static final String CAPSD_PUGIN_FILE_NAME
The capsd plugin file

EVENT_CONF_FILE_NAME

public static final String EVENT_CONF_FILE_NAME
the event conf file

POLLER_DB_SCHEMA_FILE_NAME

public static final String POLLER_DB_SCHEMA_FILE_NAME
the poller database schema file

NODE_GAINED_SERVICE_EVENT_UEI

public static final String NODE_GAINED_SERVICE_EVENT_UEI
The node gained service event UEI

NODE_LOST_SERVICE_EVENT_UEI

public static final String NODE_LOST_SERVICE_EVENT_UEI
The node lost service event UEI

NODE_REGAINED_SERVICE_EVENT_UEI

public static final String NODE_REGAINED_SERVICE_EVENT_UEI
The node regained service event UEI
Constructor Detail

BBConstants

public BBConstants()