com.sapportals.wcm.crt.configuration

Interface IConfigurationProvider


public interface IConfigurationProvider

A configuration provider is resposible for translating the configuration data into IConfiguration objects needed by the CRT. Implementations should use the DefaultConfiguration object.

Copyright (c) SAP AG 2001-2002


Method Summary
 void attachEventListener(IConfigurationEventListener listener)
          This method is called by the CRT to attach a listener for configuration events.
 IConfiguration readConfiguration(ClassLoader classLoader)
          Returns the top-level configuration element that contains the complete configuration data for a single CRT client.
 

Method Detail

readConfiguration

IConfiguration readConfiguration(ClassLoader classLoader)
                                 throws ConfigurationException
Returns the top-level configuration element that contains the complete configuration data for a single CRT client.

Parameters:
classLoader - Class loader to use.
Returns:
the configuration data.
Throws:
ConfigurationException - If an error was detected in the configuration.

attachEventListener

void attachEventListener(IConfigurationEventListener listener)
This method is called by the CRT to attach a listener for configuration events. This method will be called only once.

Parameters:
listener - The listener instance.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice