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.1.1.3 $ $Date: 2004/04/04 13:17:25 $
Author:
Avalon Development Team

Method Summary
 void initialize()
          Initialize the component.
 

Method Detail

initialize

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

Throws:
Exception - if an error occurs


Copyright © The Apache Software Foundation. All Rights Reserved.