|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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(java.lang.ClassLoader classLoader)
Returns the top-level configuration element that contains the complete configuration data for a single CRT client. |
| Method Detail |
public IConfiguration readConfiguration(java.lang.ClassLoader classLoader)
throws ConfigurationException
classLoader - Class loader to use.ConfigurationException - If an error was detected in the
configuration.public void attachEventListener(IConfigurationEventListener listener)
listener - The listener instance.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||