org.apache.stratum.lifecycle
Interface Reconfigurable


public interface Reconfigurable

The Reconfigurable interface is used by components that need to be reconfigured.

Version:
$Id: Reconfigurable.java 264191 2005-08-29 18:07:52Z henning $
Author:
Jason van Zyl

Method Summary
 void reconfigure(org.apache.commons.configuration.Configuration configuration)
          TODO: DOCUMENT ME!
 

Method Detail

reconfigure

public void reconfigure(org.apache.commons.configuration.Configuration configuration)
                 throws org.apache.commons.lang.exception.NestableException
TODO: DOCUMENT ME!

Parameters:
configuration - TODO: DOCUMENT ME!
Throws:
org.apache.commons.lang.exception.NestableException - TODO: DOCUMENT ME!


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.