Log4j 1.0.1

pl.psnc.expres.broker.config
Interface IBrokerConfiguration

All Superinterfaces:
pl.psnc.vlab.conf.IConfiguration
All Known Implementing Classes:
BrokerConfiguration

public interface IBrokerConfiguration
extends pl.psnc.vlab.conf.IConfiguration

IBrokerConfiguration interface -Vlbi Broker configuration keys

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

Field Summary
static java.lang.String BROKER_SERVICE_LOCATION
          Configuration key - Vlbi Broker service location
static java.lang.String MODEL_LOC_RESOURCE_LIST
          Key value for resource list
static java.lang.String MODEL_LOC_RESOURCE_TYPE_LIST
          Key value for resource types
static java.lang.String SERVICE_LOCATION_CDS
          Configuration key - Correlated Data Service location
static java.lang.String SERVICE_LOCATION_NOTIFICATION
          Configuration key - translation node notification service location
 
Fields inherited from interface pl.psnc.vlab.conf.IConfiguration
KEY_APP_CONF_DIR, KEY_APP_NAME, KEY_AUTH_MODULE_LOCATION, KEY_COMM_PROXY_LOCATION, KEY_GS_MODULE_LOCATION, KEY_KEYSTORE, KEY_KEYSTORE_PASSWD, KEY_MON_MODULE_LOCATION, KEY_SMM_MODULE_LOCATION, KEY_SZD_MODULE_LOCATION, KEY_TRUSTSTORE, KEY_TRUSTSTORE_PASSWD
 
Method Summary
 java.lang.String getBrokerServiceLocation()
          Get a location of Vlbi Broker service
 java.lang.String getCDSLocation()
          Get a location of Correlated Data Service
 java.lang.String getNotificationLocation()
          Get a location of notification service
 java.lang.String getResourcesLocation()
          Get a location of model resources
 java.lang.String getTypesLocation()
          Get a location of model resource types
 
Methods inherited from interface pl.psnc.vlab.conf.IConfiguration
getAppName, getAuthModuleLocation, getCommProxyLocation, getGlobalSchedulerModuleLocation, getKeyStore, getKeyStorePasswd, getMonitoringModuleLocation, getProperty, getSMMModuleLocation, getSystemConfDir, getSZDModuleLocation, getTrustStore, getTrustStorePasswd
 

Field Detail

MODEL_LOC_RESOURCE_TYPE_LIST

static final java.lang.String MODEL_LOC_RESOURCE_TYPE_LIST
Key value for resource types

See Also:
Constant Field Values

MODEL_LOC_RESOURCE_LIST

static final java.lang.String MODEL_LOC_RESOURCE_LIST
Key value for resource list

See Also:
Constant Field Values

BROKER_SERVICE_LOCATION

static final java.lang.String BROKER_SERVICE_LOCATION
Configuration key - Vlbi Broker service location

See Also:
Constant Field Values

SERVICE_LOCATION_NOTIFICATION

static final java.lang.String SERVICE_LOCATION_NOTIFICATION
Configuration key - translation node notification service location

See Also:
Constant Field Values

SERVICE_LOCATION_CDS

static final java.lang.String SERVICE_LOCATION_CDS
Configuration key - Correlated Data Service location

See Also:
Constant Field Values
Method Detail

getTypesLocation

java.lang.String getTypesLocation()
Get a location of model resource types

Returns:
location of model resource types

getResourcesLocation

java.lang.String getResourcesLocation()
Get a location of model resources

Returns:
location of model resources

getBrokerServiceLocation

java.lang.String getBrokerServiceLocation()
Get a location of Vlbi Broker service

Returns:
location of Vlbi Broker service

getNotificationLocation

java.lang.String getNotificationLocation()
Get a location of notification service

Returns:
location of notification service

getCDSLocation

java.lang.String getCDSLocation()
Get a location of Correlated Data Service

Returns:
location of Correlated Data Service

Log4j 1.0.1

Dominik Stoklosa Copyright 2007-2009 by PSNC