|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.PropertyConstants
This class holds all OpenNMS related constants - has the property names to be read from the config files, the various config file names etc.
Field Summary | |
static java.lang.String |
PROP_PRIMARY_INTERFACE_SELECT_METHOD
The property string in the properties file which specifies the method to use for determining which interface is primary on a multi-interface box. |
static java.lang.String |
PROP_PROPERTIES_REPOSITORY
The property string in the properties file to get the Properties files directory |
static java.lang.String |
PROP_SOCKET_TIMEOUT_PERIOD
These properties control how blocking socket I/O is handled in OpenNMS processes |
static java.lang.String |
PROP_SOCKET_TIMEOUT_REQUIRED
These properties control how blocking socket I/O is handled in OpenNMS processes |
static java.lang.String |
PROP_XML_REPOSITORY
The property string in the properties file to get the XML configuration files |
Constructor Summary | |
PropertyConstants()
|
Method Summary | |
static java.lang.String |
lookup(java.lang.String property)
This is just a convience method that forwards the lookup of the property to the System class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROP_XML_REPOSITORY
public static final java.lang.String PROP_PROPERTIES_REPOSITORY
public static final java.lang.String PROP_PRIMARY_INTERFACE_SELECT_METHOD
public static final java.lang.String PROP_SOCKET_TIMEOUT_REQUIRED
public static final java.lang.String PROP_SOCKET_TIMEOUT_PERIOD
Constructor Detail |
public PropertyConstants()
Method Detail |
public static final java.lang.String lookup(java.lang.String property)
System
class. This method may be modified
in the furture to search additional property locations for the properties
defined in this class.
property
- The property key used to lookup the result.
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |