Log4j 0.9d

pl.psnc.expres.wfm.config
Interface IWfmConfiguration

All Known Implementing Classes:
WfmConfiguration

public interface IWfmConfiguration

IWfmConfiguration interface -Workflow Manager configuration keys

Author:
Dominik Stoklosa (~osa~)

Field Summary
static String KEY_DEVICE_LOCATION
          Specifies the location of the file with the predefined scenarios
static String KEY_RESOURCE_LINKS
          Key value for resource links
static String KEY_RESOURCE_PROPERTIES
          Key value for resource properties
static String KEY_RESOURCE_TYPES
          Key value for resource types
static String KEY_VLBI_BROKER_LOCATION
          Key value: location of VLBI Broker Service
 
Method Summary
 String getDeviceLocation()
          Returns the location of the file containing the devices
 String getResourceLinksLocation()
          Returns a location of resource links
 String getResourcePropertiesLocation()
          Returns a location of resource properties
 String getResourceTypesLocation()
          Returns a location of resource types
 String getVlbiBrokerServiceLocation()
          Returns a location (endpoint) of VLBI Broker Service
 

Field Detail

KEY_DEVICE_LOCATION

static final String KEY_DEVICE_LOCATION
Specifies the location of the file with the predefined scenarios

See Also:
Constant Field Values

KEY_RESOURCE_TYPES

static final String KEY_RESOURCE_TYPES
Key value for resource types

See Also:
Constant Field Values

KEY_RESOURCE_LINKS

static final String KEY_RESOURCE_LINKS
Key value for resource links

See Also:
Constant Field Values

KEY_RESOURCE_PROPERTIES

static final String KEY_RESOURCE_PROPERTIES
Key value for resource properties

See Also:
Constant Field Values

KEY_VLBI_BROKER_LOCATION

static final String KEY_VLBI_BROKER_LOCATION
Key value: location of VLBI Broker Service

See Also:
Constant Field Values
Method Detail

getDeviceLocation

String getDeviceLocation()
Returns the location of the file containing the devices

Returns:
predefined scenarios location

getResourceTypesLocation

String getResourceTypesLocation()
Returns a location of resource types

Returns:
location of resource types

getResourceLinksLocation

String getResourceLinksLocation()
Returns a location of resource links

Returns:
location of resource links

getResourcePropertiesLocation

String getResourcePropertiesLocation()
Returns a location of resource properties

Returns:
location of resource properties

getVlbiBrokerServiceLocation

String getVlbiBrokerServiceLocation()
Returns a location (endpoint) of VLBI Broker Service

Returns:
location location of VLBI Broker Service

Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.