de.janrufmonitor.framework.configuration
Interface IConfigManagerFactory


public interface IConfigManagerFactory

This interface must be implemented by a Configuration Manager Factory object, which should be used in the framework. A configuration manager factory has to handle all configuration managers for the framework.

Author:
Thilo Brandt

Method Summary
 IConfigManager getConfigManager()
          Gets the current configuration manager instance.
 void shutdown()
          This method is called on shutdown time by the runtime object.
 void startup()
          This method is called on startup time by the runtime object.
 

Method Detail

getConfigManager

IConfigManager getConfigManager()
Gets the current configuration manager instance.

Returns:
a valid configuration manager

startup

void startup()
This method is called on startup time by the runtime object.


shutdown

void shutdown()
This method is called on shutdown time by the runtime object.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.