org.apache.avalon.framework.activity
Interface Initializable

All Known Implementing Classes:
ComponentHandler, DefaultComponentPool, HardResourceLimitingPool, JdbcConnectionPool

public interface Initializable

This interface should be implemented by those classes that need to provide a service that requires some resources to be initialized before being able to operate.

Author:
Federico Barbieri, Pierpaolo Fumagalli, Stefano Mazzocchi, Peter Donald

Method Summary
 void initialize()
          Initialize the service.
 

Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initialize the service.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.