|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ourgrid.common.config.Configuration org.ourgrid.common.config.CorePeerConfiguration
public class CorePeerConfiguration
Corepeer configuration properties.
Field Summary | |
---|---|
static java.lang.String |
PREFIX
Peer property prefix. |
static java.lang.String |
PROP_UPDATE_DELAY
Corepeer property of delay between peer tests. |
static java.lang.String |
PROPERTIES_FILENAME
Corepeer configuration file. |
static java.lang.String |
ROOT_DIR
Corepeer configuration rootdir. |
static long |
UPDATE_DELAY
Delay between peer tests. |
Fields inherited from class org.ourgrid.common.config.Configuration |
---|
COREPEER, MGROOT, MYGRID, PEER, PROP_EXTERNAL_NAME, PROP_KEYSTORE_FILENAME, PROP_KEYSTORE_PASSWORD, PROP_LOG_PROPERTIES_FILE, PROP_LOGFILE, PROP_NAME, PROP_PORT, PROP_SECURE_PORT, PROP_SECURITY, PROP_STARTED_TIME, PROP_TRUSTSTORE_FILENAME, PROP_TRUSTSTORE_PASSWORD, QUERY_FREQ, singleInstance, USERAGENT, VERSION |
Constructor Summary | |
---|---|
CorePeerConfiguration()
Default constructor |
Method Summary | |
---|---|
protected static java.lang.String |
getConfDir()
Returns the configuration directory. |
java.lang.String |
getLogPath()
This method provides the absolute path to the log file. |
protected java.lang.String |
getPrefix()
Returns the module specific prefix used to indentify it's own properties. |
java.lang.String |
getRootDir()
Gets the module configuration rootdir. |
Methods inherited from class org.ourgrid.common.config.Configuration |
---|
createInstance, getHostname, getInstance, getInstance, getLogPropertiesPath, getProperty, getXMLLogPath, isEnabled, isSecurityEnabled, isUsingDefaultProperties, loadPropertiesFromFile, reset, setProperty |
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 ROOT_DIR
public static final java.lang.String PROPERTIES_FILENAME
public static long UPDATE_DELAY
public static final java.lang.String PROP_UPDATE_DELAY
public static final java.lang.String PREFIX
Constructor Detail |
---|
public CorePeerConfiguration()
Method Detail |
---|
protected static java.lang.String getConfDir()
protected java.lang.String getPrefix()
Configuration
getPrefix
in class Configuration
public java.lang.String getRootDir()
Configuration
getRootDir
in class Configuration
public java.lang.String getLogPath()
Configuration
getLogPath
in class Configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |