com.metamatrix.platform.config.spi.xml
Class XMLCurrentConfigurationReader

java.lang.Object
  extended by com.metamatrix.platform.config.spi.xml.XMLCurrentConfigurationReader
All Implemented Interfaces:
CurrentConfigurationReader

public class XMLCurrentConfigurationReader
extends java.lang.Object
implements CurrentConfigurationReader


Constructor Summary
XMLCurrentConfigurationReader()
           
 
Method Summary
 ConfigurationModelContainer getConfigurationModel()
          Obtain the next startup configuration model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCurrentConfigurationReader

public XMLCurrentConfigurationReader()
Method Detail

getConfigurationModel

public ConfigurationModelContainer getConfigurationModel()
                                                  throws ConfigurationException
Description copied from interface: CurrentConfigurationReader
Obtain the next startup configuration model. The implementation may not use logging but instead should rely upon returning an exception in the case of any errors.

Specified by:
getConfigurationModel in interface CurrentConfigurationReader
Returns:
the serializable Configuration instance
Throws:
ConfigurationException - if an error occurred within or during communication with the repository.


Copyright © 2009. All Rights Reserved.