org.opennms.bb.dp.poller.scheduler
Class SchedulerConstants

java.lang.Object
  |
  +--org.opennms.bb.dp.poller.scheduler.SchedulerConstants

public class SchedulerConstants
extends Object

This class holds all of the constants used in the scheduler module.

Version:
$Revision: 1.2 $
Author:
Jason Johns, OpenNMS

Field Summary
static String FILTER_DB_DRIVER
          This is the property string in BlueBird.prop to get the database driver string.
static String FILTER_DB_PASSWORD
          This is the property string in BlueBird.prop to get the database password string.
static String FILTER_DB_URL
          This is the property string in BlueBird.prop to get the database url string.
static String FILTER_DB_USER
          This is the property string in BlueBird.prop to get the database username string.
static String MODELS_XML
          This is the path to the models.xml file.
static String PACKAGE_XML
          This is the path to the packages.xml file.
static String POLLER_XML
          This is the path to the pollers.xml file.
static String PROPERTY_FILE
          This is the name of the property file where all changeable information regarding the filter module is kept.
 
Constructor Summary
SchedulerConstants()
           
 
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 changeable information regarding the filter module is kept. Other classes in the module will be examining the property file for information.

POLLER_XML

public static final String POLLER_XML
This is the path to the pollers.xml file.

PACKAGE_XML

public static final String PACKAGE_XML
This is the path to the packages.xml file.

MODELS_XML

public static final String MODELS_XML
This is the path to the models.xml file.

FILTER_DB_DRIVER

public static final String FILTER_DB_DRIVER
This is the property string in BlueBird.prop to get the database driver string.

FILTER_DB_URL

public static final String FILTER_DB_URL
This is the property string in BlueBird.prop to get the database url string.

FILTER_DB_USER

public static final String FILTER_DB_USER
This is the property string in BlueBird.prop to get the database username string.

FILTER_DB_PASSWORD

public static final String FILTER_DB_PASSWORD
This is the property string in BlueBird.prop to get the database password string.
Constructor Detail

SchedulerConstants

public SchedulerConstants()