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.
- Author:
- Federico Barbieri, Pierpaolo Fumagalli, Stefano Mazzocchi, Peter Donald
Method Summary |
void |
initialize()
Initialialize the component. |
initialize
public void initialize()
throws java.lang.Exception
- Initialialize the component. Initialization includes
allocating any resources required throughout the
components lifecycle.
- Throws:
java.lang.Exception
- if an error occurs
"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."