org.apache.avalon.composition.provider
Interface LifestyleFactory

All Known Implementing Classes:
DefaultLifestyleFactory

public interface LifestyleFactory

A factory enabling the establishment of runtime handlers.

Version:
$Revision: 1.1 $ $Date: 2004/03/04 03:42:30 $
Author:
Avalon Development Team

Method Summary
 LifestyleManager createLifestyleManager(ComponentModel model)
          Create a new lifestyle manager.
 

Method Detail

createLifestyleManager

public LifestyleManager createLifestyleManager(ComponentModel model)
Create a new lifestyle manager.

Parameters:
model - the component model
Returns:
the runtime appliance


Copyright © The Apache Software Foundation. All Rights Reserved.