|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.PropertyConstants
public final class 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 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 String |
PROP_PROPERTIES_REPOSITORY
The property string in the properties file to get the Properties files directory |
static String |
PROP_SOCKET_TIMEOUT_PERIOD
These properties control how blocking socket I/O is handled in OpenNMS processes |
static String |
PROP_SOCKET_TIMEOUT_REQUIRED
These properties control how blocking socket I/O is handled in OpenNMS processes |
static String |
PROP_XML_REPOSITORY
The property string in the properties file to get the XML configuration files |
| Constructor Summary | |
|---|---|
PropertyConstants()
|
|
| Method Summary | |
|---|---|
static String |
lookup(String property)
This is just a convience method that forwards the lookup of the property to the Systemclass. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_XML_REPOSITORY
public static final String PROP_PROPERTIES_REPOSITORY
public static final String PROP_PRIMARY_INTERFACE_SELECT_METHOD
public static final String PROP_SOCKET_TIMEOUT_REQUIRED
public static final String PROP_SOCKET_TIMEOUT_PERIOD
| Constructor Detail |
|---|
public PropertyConstants()
| Method Detail |
|---|
public static final String lookup(String property)
Systemclass. 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||