at.gv.egovernment.moa.spss.server.init
Class ConfiguratorImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.api.Configurator
        |
        +--at.gv.egovernment.moa.spss.server.init.ConfiguratorImpl

public class ConfiguratorImpl
extends at.gv.egovernment.moa.spss.api.Configurator

Default implementation of Configurator.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
ConfiguratorImpl()
           
 
Method Summary
 void init()
          Initialize the SP/SS configuration.
 void update()
          Update the SP/SS configuration.
 
Methods inherited from class at.gv.egovernment.moa.spss.api.Configurator
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguratorImpl

public ConfiguratorImpl()
Method Detail

init

public void init()
          throws MOAException
Description copied from class: at.gv.egovernment.moa.spss.api.Configurator
Initialize the SP/SS configuration. Only a single call to this method will have an effect. Use update() for reflecting changes in the configuration instead.
Overrides:
init in class at.gv.egovernment.moa.spss.api.Configurator
Following copied from class: at.gv.egovernment.moa.spss.api.Configurator
Throws:
MOAException - An error occurred updating the SP/SS configuration.

update

public void update()
            throws MOAException
Description copied from class: at.gv.egovernment.moa.spss.api.Configurator
Update the SP/SS configuration. This will only have an effect after the system has been initialized once using init().
Overrides:
update in class at.gv.egovernment.moa.spss.api.Configurator
Following copied from class: at.gv.egovernment.moa.spss.api.Configurator
Throws:
MOAException - An error occurred updating the SP/SS configuration.