|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.opennms.bb.dp.capsd.components.CapsdConstants
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.
NOTE: This class and its members are marked as package protected. This is by design, not by accident.
Field Summary | |
(package private) 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_NEXTNODEID
The property name that contains the sql statement that is used to get the next node id in the sequence. |
(package private) static String |
PROP_DB_GET_NEXTSVCID
The property name that contains the sql statement that is used to get the next node id in the sequence. |
(package private) static String |
PROP_DB_INS_IFSERVICE
The property name that contains the insertion string used by capsd to store the node's supported services into the database. |
(package private) static String |
PROP_DB_INS_IPINTERFACE
The property name that contains the insertion string used by capsd to store the node's interface information into the database. |
(package private) static String |
PROP_DB_INS_NODE
The property name that contains the insertion string used by capsd to store the initial node information into the database. |
(package private) static String |
PROP_DB_INS_SERVICE
The property name that constains the insertion string for adding new plugin services. |
(package private) static String |
PROP_DB_INS_SNMP
The property name that contains the insertion string used by capsd to store the node's SNMP informaiton on a per interface basis. |
(package private) static String |
PROP_DB_PASSWD
The bluebird property that defines the database user's password. |
(package private) static String |
PROP_DB_SVCIDFROMSVCNAME
The property that returns a service id from the services table given the name of a service. |
(package private) static String |
PROP_DB_URL
The bluebird property that defines the connection URL for the JDBC database. |
(package private) static String |
PROP_DB_USER
The bluebird property that defines the database user for the system. |
(package private) static String |
PROP_DP_NAME
The bluebird property string that defines this distributed poller's name |
(package private) static String |
PROP_XML_REPOSITORY
The XML repository for finding and loading XML files. |
Constructor Summary | |
(package private) |
CapsdConstants()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
static final String PROP_DP_NAME
The bluebird property string that defines this distributed poller's name
static final String PROP_DB_DRIVER
The bluebird property string that defines the driver used to connect to the JDBC database.
static final String PROP_DB_URL
The bluebird property that defines the connection URL for the JDBC database.
static final String PROP_DB_USER
The bluebird property that defines the database user for the system.
static final String PROP_DB_PASSWD
The bluebird property that defines the database user's password.
static final String PROP_DB_GET_NEXTNODEID
The property name that contains the sql statement that is used to get the next node id in the sequence.
static final String PROP_DB_INS_NODE
The property name that contains the insertion string used by capsd to store the initial node information into the database.
static final String PROP_DB_INS_IPINTERFACE
The property name that contains the insertion string used by capsd to store the node's interface information into the database.
static final String PROP_DB_INS_IFSERVICE
The property name that contains the insertion string used by capsd to store the node's supported services into the database.
static final String PROP_DB_INS_SNMP
The property name that contains the insertion string used by capsd to store the node's SNMP informaiton on a per interface basis.
static final String PROP_DB_INS_SERVICE
The property name that constains the insertion string for adding new plugin services.
static final String PROP_DB_SVCIDFROMSVCNAME
The property that returns a service id from the services table given the name of a service.
static final String PROP_DB_GET_NEXTSVCID
The property name that contains the sql statement that is used to get the next node id in the sequence.
static final String PROP_XML_REPOSITORY
The XML repository for finding and loading XML files.
Constructor Detail |
CapsdConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |