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 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
Author:
Avalon Development Team
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialize the component.
  • Method Details

    • initialize

      void initialize() throws Exception
      Initialize the component. Initialization includes allocating any resources required throughout the component's lifecycle.
      Throws:
      Exception - if an error occurs