jhomenet.server.configuration
Class ServerConfigurationXmlDom4jRepository

java.lang.Object
  extended by jhomenet.server.configuration.AbstractServerConfigurationXmlRepository
      extended by jhomenet.server.configuration.ServerConfigurationXmlDom4jRepository
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class ServerConfigurationXmlDom4jRepository
extends AbstractServerConfigurationXmlRepository

An implementation of a ServerSettings repository using the Dom4j library.

Id: $Id: /cvsroot/jhomenet/files/src/jhomenet/ $

Author:
Dave Irwin (jhomenet at gmail dot com)

Constructor Summary
ServerConfigurationXmlDom4jRepository()
          Constructor.
 
Method Summary
 void load(ServerSystemConfigurationImpl serverConfiguration)
           
 void update(ServerSystemConfigurationImpl serverConfiguration)
           
 
Methods inherited from class jhomenet.server.configuration.AbstractServerConfigurationXmlRepository
getFilepath, propertyChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConfigurationXmlDom4jRepository

public ServerConfigurationXmlDom4jRepository()
Constructor.

Method Detail

load

public void load(ServerSystemConfigurationImpl serverConfiguration)
          throws ParsingException
Specified by:
load in class AbstractServerConfigurationXmlRepository
Throws:
ParsingException
See Also:
AbstractServerConfigurationXmlRepository.load(jhomenet.server.configuration.ServerSystemConfigurationImpl)

update

public void update(ServerSystemConfigurationImpl serverConfiguration)
            throws ParsingException
Specified by:
update in class AbstractServerConfigurationXmlRepository
Throws:
ParsingException
See Also:
AbstractServerConfigurationXmlRepository.update(jhomenet.server.configuration.ServerSystemConfigurationImpl)


Copyright © 2004-2007 David Irwin. All Rights Reserved.