org.apache.avalon.framework.activity
Interface Initializable


public interface Initializable

The Initializable interface is used by components that need to allocate resources prior to them becoming active.

Version:
$Id: Initializable.java 506231 2007-02-12 02:36:54Z crossley $
Author:
Avalon Development Team

Method Summary
 void initialize()
          Initialize the component.
 

Method Detail

initialize

void initialize()
                throws java.lang.Exception
Initialize the component. Initialization includes allocating any resources required throughout the component's lifecycle.

Throws:
java.lang.Exception - if an error occurs