|
VLab Common 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configuration
Configuration
interface - list of configuration keys.
Field Summary | |
---|---|
static java.lang.String |
KEY_APP_CONF_DIR
Config key - the location of app conf directory |
static java.lang.String |
KEY_APP_NAME
Config key - the name of the application. |
static java.lang.String |
KEY_AUTH_MODULE_LOCATION
Config key - the Authentication Module address |
static java.lang.String |
KEY_COMM_PROXY_LOCATION
Config key - the Communication Proxy address |
static java.lang.String |
KEY_GS_MODULE_LOCATION
Config key - the Global Scheduler Module address |
static java.lang.String |
KEY_KEYSTORE
Config key - presents the location of keystore |
static java.lang.String |
KEY_KEYSTORE_PASSWD
Config key - the keystore password |
static java.lang.String |
KEY_MON_MODULE_LOCATION
Config key - the Monitoring Module address |
static java.lang.String |
KEY_SMM_MODULE_LOCATION
Config key - the SMM Module address |
static java.lang.String |
KEY_SZD_MODULE_LOCATION
Config key - the SZD Module address |
static java.lang.String |
KEY_TRUSTSTORE
Config key - presents the location of truststore |
static java.lang.String |
KEY_TRUSTSTORE_PASSWD
Config 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 |
---|
static final java.lang.String KEY_APP_NAME
static final java.lang.String KEY_APP_CONF_DIR
static final java.lang.String KEY_KEYSTORE
static final java.lang.String KEY_KEYSTORE_PASSWD
static final java.lang.String KEY_TRUSTSTORE
static final java.lang.String KEY_TRUSTSTORE_PASSWD
static final java.lang.String KEY_COMM_PROXY_LOCATION
static final java.lang.String KEY_AUTH_MODULE_LOCATION
static final java.lang.String KEY_MON_MODULE_LOCATION
static final java.lang.String KEY_SMM_MODULE_LOCATION
static final java.lang.String KEY_GS_MODULE_LOCATION
static final java.lang.String KEY_SZD_MODULE_LOCATION
Method Detail |
---|
java.lang.String getAppName() throws VlabException
VlabException
java.lang.String getSystemConfDir() throws VlabException
VlabException
java.lang.String getKeyStore() throws VlabException
VlabException
java.lang.String getKeyStorePasswd() throws VlabException
VlabException
java.lang.String getTrustStore() throws VlabException
VlabException
java.lang.String getTrustStorePasswd() throws VlabException
VlabException
java.lang.String getCommProxyLocation() throws VlabException
VlabException
java.lang.String getAuthModuleLocation() throws VlabException
VlabException
java.lang.String getMonitoringModuleLocation() throws VlabException
VlabException
java.lang.String getGlobalSchedulerModuleLocation() throws VlabException
VlabException
java.lang.String getSMMModuleLocation() throws VlabException
VlabException
java.lang.String getSZDModuleLocation() throws VlabException
VlabException
java.lang.String getProperty(java.lang.String key) throws VlabException
key
- the name of the property key
VlabException
- the VlabException is thrown when the key is not
found
|
VLab Common 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |