at.gv.egovernment.moa.spss.server.iaik.config
Class IaikConfigurator

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.config.IaikConfigurator

public class IaikConfigurator
extends Object

A class responsible for configuring the IAIK MOA modules.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
IaikConfigurator()
           
 
Method Summary
 void configure(ConfigurationProvider moaConfig)
          Configure the IAIK MOA subsystem.
 List getWarnings()
          Return the warnings encountered during configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IaikConfigurator

public IaikConfigurator()
Method Detail

configure

public void configure(ConfigurationProvider moaConfig)
               throws ConfigurationException
Configure the IAIK MOA subsystem.
Parameters:
moaConfig - The underlying MOA configuration.
Throws:
ConfigurationException - An error occurred configuring the IAIK MOA subsystem.

getWarnings

public List getWarnings()
Return the warnings encountered during configuration.
Returns:
The warnings.