org.apache.stratum.lifecycle
Interface Configurable

All Known Implementing Classes:
MessengerComponent, OJBComponent, Scheduler

public interface Configurable

The Configurable interface is used by components that need to be initialized.

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

Method Summary
 void configure(org.apache.commons.configuration.Configuration configuration)
          Configure the component
 

Method Detail

configure

public void configure(org.apache.commons.configuration.Configuration configuration)
               throws org.apache.commons.lang.exception.NestableException
Configure the component

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


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