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:
CVS $Revision: 1.15 $ $Date: 2003/02/11 15:58:38 $

Author:
Avalon Development Team

Method Summary

void
initialize()
Initialize the component.

Method Details

initialize

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


"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."