|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.opennms.bb.dp.poller.scheduler.SchedulerConstants
This class holds all of the constants used in the scheduler module.
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 |
|
Field Detail |
public static final String PROPERTY_FILE
public static final String POLLER_XML
public static final String PACKAGE_XML
public static final String MODELS_XML
public static final String FILTER_DB_DRIVER
public static final String FILTER_DB_URL
public static final String FILTER_DB_USER
public static final String FILTER_DB_PASSWORD
Constructor Detail |
public SchedulerConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |