|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.opennms.bb.dp.eventd.EventdConstants
This class is a repository for constant, static information concerning the database. Currently it is only used to store the property strings that map to database infomation or SQL statements and the XML repository.
Field Summary | |
(package private) static String |
EVENT_CONF_FNAME
|
static String |
PROP_DB_DRIVER
The bluebird property string that defines the driver used to connect to the JDBC database. |
(package private) static String |
PROP_DB_GET_NEXTEVENTID
The property name that contains the sql statement that is used to get the next event id from sequence. |
(package private) static String |
PROP_DB_INS_EVENT
The property name that contains the insertion string used by eventd to store the event information into the database. |
static String |
PROP_DB_PASSWD
The bluebird property that defines the database user's password. |
static String |
PROP_DB_URL
The bluebird property that defines the connection URL for the JDBC database. |
static String |
PROP_DB_USER
The bluebird property that defines the database user for the system. |
(package private) static String |
PROP_MAX_EVENT_LISTENER_THREADS
The property name that contains the maximum number of threads to be used by the EventListener |
(package private) static String |
PROP_MAX_EVENT_WRITER_THREADS
The property name that contains the maximum number of threads to be used by the EventPersistd |
static String |
PROP_XML_REPOSITORY
The XML repository for finding and loading XML files. |
Constructor Summary | |
(package private) |
EventdConstants()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final String PROP_DB_DRIVER
The bluebird property string that defines the driver used to connect to the JDBC database.
public static final String PROP_DB_URL
The bluebird property that defines the connection URL for the JDBC database.
public static final String PROP_DB_USER
The bluebird property that defines the database user for the system.
public static final String PROP_DB_PASSWD
The bluebird property that defines the database user's password.
public static final String PROP_XML_REPOSITORY
The XML repository for finding and loading XML files.
static final String PROP_DB_GET_NEXTEVENTID
The property name that contains the sql statement that is used to get the next event id from sequence.
static final String PROP_DB_INS_EVENT
The property name that contains the insertion string used by eventd to store the event information into the database.
static final String PROP_MAX_EVENT_LISTENER_THREADS
The property name that contains the maximum number of threads to be used by the EventListener
static final String PROP_MAX_EVENT_WRITER_THREADS
The property name that contains the maximum number of threads to be used by the EventPersistd
static final String EVENT_CONF_FNAME
Constructor Detail |
EventdConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |