VLab Common 1.2

pl.psnc.vlab.conf
Interface IConfiguration

All Known Implementing Classes:
ConfigurationImpl

public interface IConfiguration

IConfiguration interface - list of configuration keys.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Field Summary
static java.lang.String KEY_APP_CONF_DIR
          Configuration key - the location of app conf directory
static java.lang.String KEY_APP_NAME
          Configuration key - the name of the application.
static java.lang.String KEY_AUTH_MODULE_LOCATION
          Configuration key - the Authentication Module address
static java.lang.String KEY_COMM_PROXY_LOCATION
          Configuration key - the Communication Proxy address
static java.lang.String KEY_GS_MODULE_LOCATION
          Configuration key - the Global Scheduler Module address
static java.lang.String KEY_KEYSTORE
          Configuration key - presents the location of keystore
static java.lang.String KEY_KEYSTORE_PASSWD
          Configuration key - the keystore password
static java.lang.String KEY_MON_MODULE_LOCATION
          Configuration key - the Monitoring Module address
static java.lang.String KEY_SMM_MODULE_LOCATION
          Configuration key - the SMM Module address
static java.lang.String KEY_SZD_MODULE_LOCATION
          Configuration key - the SZD Module address
static java.lang.String KEY_TRUSTSTORE
          Configuration key - presents the location of truststore
static java.lang.String KEY_TRUSTSTORE_PASSWD
          Configuration key - the keystore password
 
Method Summary
 java.lang.String getAppName()
          Get application name
 java.lang.String getAuthModuleLocation()
          Get Authentication Module Location
 java.lang.String getCommProxyLocation()
          Get Communication Proxy Module
 java.lang.String getGlobalSchedulerModuleLocation()
          Get Global Scheduler Module Location
 java.lang.String getKeyStore()
          Get keystore for the application
 java.lang.String getKeyStorePasswd()
          Get keystore password
 java.lang.String getMonitoringModuleLocation()
          Get Monitoring Module Location
 java.lang.String getProperty(java.lang.String key)
          The custom property getter method by the given key name
 java.lang.String getSMMModuleLocation()
          Get SMM Module Location
 java.lang.String getSystemConfDir()
          Returns the absolute path to the folder, where all the configuration settings is stored.
 java.lang.String getSZDModuleLocation()
          Get SZD Module Location
 java.lang.String getTrustStore()
          Get truststore for the application
 java.lang.String getTrustStorePasswd()
          Get truststore password
 

Field Detail

KEY_APP_NAME

static final java.lang.String KEY_APP_NAME
Configuration key - the name of the application. This name will be used as a application folder

See Also:
Constant Field Values

KEY_APP_CONF_DIR

static final java.lang.String KEY_APP_CONF_DIR
Configuration key - the location of app conf directory

See Also:
Constant Field Values

KEY_KEYSTORE

static final java.lang.String KEY_KEYSTORE
Configuration key - presents the location of keystore

See Also:
Constant Field Values

KEY_KEYSTORE_PASSWD

static final java.lang.String KEY_KEYSTORE_PASSWD
Configuration key - the keystore password

See Also:
Constant Field Values

KEY_TRUSTSTORE

static final java.lang.String KEY_TRUSTSTORE
Configuration key - presents the location of truststore

See Also:
Constant Field Values

KEY_TRUSTSTORE_PASSWD

static final java.lang.String KEY_TRUSTSTORE_PASSWD
Configuration key - the keystore password

See Also:
Constant Field Values

KEY_COMM_PROXY_LOCATION

static final java.lang.String KEY_COMM_PROXY_LOCATION
Configuration key - the Communication Proxy address

See Also:
Constant Field Values

KEY_AUTH_MODULE_LOCATION

static final java.lang.String KEY_AUTH_MODULE_LOCATION
Configuration key - the Authentication Module address

See Also:
Constant Field Values

KEY_MON_MODULE_LOCATION

static final java.lang.String KEY_MON_MODULE_LOCATION
Configuration key - the Monitoring Module address

See Also:
Constant Field Values

KEY_SMM_MODULE_LOCATION

static final java.lang.String KEY_SMM_MODULE_LOCATION
Configuration key - the SMM Module address

See Also:
Constant Field Values

KEY_GS_MODULE_LOCATION

static final java.lang.String KEY_GS_MODULE_LOCATION
Configuration key - the Global Scheduler Module address

See Also:
Constant Field Values

KEY_SZD_MODULE_LOCATION

static final java.lang.String KEY_SZD_MODULE_LOCATION
Configuration key - the SZD Module address

See Also:
Constant Field Values
Method Detail

getAppName

java.lang.String getAppName()
Get application name

Returns:
application name

getSystemConfDir

java.lang.String getSystemConfDir()
Returns the absolute path to the folder, where all the configuration settings is stored.

Returns:
path to the configuration folder

getKeyStore

java.lang.String getKeyStore()
Get keystore for the application

Returns:
keystore

getKeyStorePasswd

java.lang.String getKeyStorePasswd()
Get keystore password

Returns:
keystore password

getTrustStore

java.lang.String getTrustStore()
Get truststore for the application

Returns:
truststore for the application

getTrustStorePasswd

java.lang.String getTrustStorePasswd()
Get truststore password

Returns:
truststore password

getCommProxyLocation

java.lang.String getCommProxyLocation()
Get Communication Proxy Module

Returns:
location of the commProxy module

getAuthModuleLocation

java.lang.String getAuthModuleLocation()
Get Authentication Module Location

Returns:
location of the Authentication Module

getMonitoringModuleLocation

java.lang.String getMonitoringModuleLocation()
Get Monitoring Module Location

Returns:
location of the Monitoring Module

getGlobalSchedulerModuleLocation

java.lang.String getGlobalSchedulerModuleLocation()
Get Global Scheduler Module Location

Returns:
location of the Global Scheduler Module

getSMMModuleLocation

java.lang.String getSMMModuleLocation()
Get SMM Module Location

Returns:
location of the SMM Module

getSZDModuleLocation

java.lang.String getSZDModuleLocation()
Get SZD Module Location

Returns:
location of the SZD Module

getProperty

java.lang.String getProperty(java.lang.String key)
The custom property getter method by the given key name

Parameters:
key - the name of the property key
Returns:
the value of the given key or VlabException

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.