no.ubicollab.osgi
Class GlobalSettings

java.lang.Object
  extended by no.ubicollab.osgi.GlobalSettings

public class GlobalSettings
extends java.lang.Object

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.

Since:
0.1
Version:
0.3
Author:
Kim-Steve Johansen

Field Summary
static java.lang.String CONNECTION_PASSWORD
          The Constant CONNECTION_PASSWORD is the password used to connect to the database.
static java.lang.String CONNECTION_STRING
          The Constant CONNECTION_STRING is used to conect to the database.
static java.lang.String CONNECTION_USERNAME
          The Constant CONNECTION_USERNAME is the username used to connect to the database.
static java.lang.String LOG_FILE
          The Constant LOG_FILE holds the name for the SR log file.
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 that will be used to start XML-documents created.
 
Constructor Summary
GlobalSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_SERVICE_NAME

public static final java.lang.String SOAP_SERVICE_NAME
The Constant SOAP_SERVICE_NAME is the service name that will be exported.

See Also:
Constant Field Values

STORAGE_ROOT

public static final java.lang.String STORAGE_ROOT
The Constant STORAGE_ROOT holds the name of the ubicollab file folder.

See Also:
Constant Field Values

LOG_FILE

public static final java.lang.String LOG_FILE
The Constant LOG_FILE holds the name for the SR log file.

See Also:
Constant Field Values

SELECTED_LOG_LEVEL

public static final int SELECTED_LOG_LEVEL
The Constant SELECTED_LOG_LEVEL decides which level to log.

See Also:
Constant Field Values

CONNECTION_STRING

public static final java.lang.String CONNECTION_STRING
The Constant CONNECTION_STRING is used to conect to the database.

See Also:
Constant Field Values

CONNECTION_USERNAME

public static final java.lang.String CONNECTION_USERNAME
The Constant CONNECTION_USERNAME is the username used to connect to the database.

See Also:
Constant Field Values

CONNECTION_PASSWORD

public static final java.lang.String CONNECTION_PASSWORD
The Constant CONNECTION_PASSWORD is the password used to connect to the database.

See Also:
Constant Field Values

XML_HEADER

public static final java.lang.String XML_HEADER
The valid XML Header string that will be used to start XML-documents created.

See Also:
Constant Field Values
Constructor Detail

GlobalSettings

public GlobalSettings()