|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.ubicollab.osgi.GlobalSettings
public class GlobalSettings
The Class GlobalSettings holds a set of constants that will be used by other classes throughout the Service Registry Module. This gives a single point of configuration.
Field Summary | |
---|---|
static int |
CLIENT_TIME_TO_LIVE
The Constant CLIENT_TIME_TO_LIVE set the maximum time that clients can omit to have contact with Service Discovery. |
static java.lang.String |
LOG_FILE
The Constant LOG_FILE holds the name for the SR log file. |
static int |
PLUGIN_TIME_TO_LIVE
The Constant PLUGIN_TIME_TO_LIVE set the maximum time that plugins can omit to have contact with Service Discovery. |
static int |
SELECTED_LOG_LEVEL
The Constant SELECTED_LOG_LEVEL decides which level to log. |
static java.lang.String |
SOAP_SERVICE_NAME
The Constant SOAP_SERVICE_NAME is the service name that will be exported. |
static java.lang.String |
STORAGE_ROOT
The Constant STORAGE_ROOT holds the name of the ubicollab file folder. |
static java.lang.String |
XML_HEADER
The valid XML Header string. |
Constructor Summary | |
---|---|
GlobalSettings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SOAP_SERVICE_NAME
public static final java.lang.String STORAGE_ROOT
public static final java.lang.String LOG_FILE
public static final int SELECTED_LOG_LEVEL
public static final int PLUGIN_TIME_TO_LIVE
public static final int CLIENT_TIME_TO_LIVE
public static final java.lang.String XML_HEADER
Constructor Detail |
---|
public GlobalSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |