|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.container.config.ConfigurationManager
public class ConfigurationManager
Implementation of IConfigurationManager
interface.
IConfigurationManager
Constructor Summary | |
---|---|
ConfigurationManager()
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a configuration listener to configuration manager object. |
IConfigurationFactory |
getCurrentConfigurationFactory()
Method retrieves current configuration factory object. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes configuration listeners from listeners list. |
IConfigurationFactory |
updateConfigurationFactory(java.lang.String location)
Method creates new IConfigurationFactory by given location string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationManager()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
addPropertyChangeListener
in interface IConfigurationManager
l
- Configuration store change listener.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
removePropertyChangeListener
in interface IConfigurationManager
l
- Configuration store change listener.public IConfigurationFactory updateConfigurationFactory(java.lang.String location)
updateConfigurationFactory
in interface IConfigurationManager
location
- new configuration location.
public IConfigurationFactory getCurrentConfigurationFactory()
getCurrentConfigurationFactory
in interface IConfigurationManager
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |