com.ibm.adt.topology.handler
Interface ProviderInfoConstants


public interface ProviderInfoConstants

Defines a common set of property names that can be interchanged by ConfigurationHandler, ProviderInfo, and TopologyProvider implementations for the purpose of passing initialization parameters in ProviderInfo objects.


Field Summary
static java.lang.String PROVIDER_CONFIG_ID
          Property name for setting the configuration id for the given provider.
static java.lang.String PROVIDER_INSTANCE_NAME
          Property name for setting the provider instance name.
static java.lang.String PROVIDER_OBJECT_CACHE_ENABLE
          Property name for controlling TopologyObject caching if the provider implementation supports optional caching.
static java.lang.String PROVIDER_PRODUCT_VERSION
          Property name for passing a product specific version number.
static java.lang.String PROVIDER_PROPERTY_CACHE_ENABLE
          Property name for controlling TopologyObject property caching if the provider implementation supports optional caching.
 

Field Detail

PROVIDER_CONFIG_ID

static final java.lang.String PROVIDER_CONFIG_ID
Property name for setting the configuration id for the given provider. Use of this property is mandatory.

See Also:
Constant Field Values

PROVIDER_INSTANCE_NAME

static final java.lang.String PROVIDER_INSTANCE_NAME
Property name for setting the provider instance name. Use of this property is optional.

See Also:
Constant Field Values

PROVIDER_PRODUCT_VERSION

static final java.lang.String PROVIDER_PRODUCT_VERSION
Property name for passing a product specific version number. Use of this property is optional.

See Also:
Constant Field Values

PROVIDER_OBJECT_CACHE_ENABLE

static final java.lang.String PROVIDER_OBJECT_CACHE_ENABLE
Property name for controlling TopologyObject caching if the provider implementation supports optional caching. Set to "false" to disable. Use of this property is optional.

See Also:
Constant Field Values

PROVIDER_PROPERTY_CACHE_ENABLE

static final java.lang.String PROVIDER_PROPERTY_CACHE_ENABLE
Property name for controlling TopologyObject property caching if the provider implementation supports optional caching. Set to "false" to disable. Use of this property is optional.

See Also:
Constant Field Values


© Copyright 2006 IBM Corp. 2006 All Rights Reserved