org.apache.avalon.composition.provider
Interface LifestyleManager

All Superinterfaces:
Commissionable, Resolver
All Known Implementing Classes:
AbstractLifestyleManager

public interface LifestyleManager
extends Commissionable, Resolver

A lifestyle handler provides support for a particular lifestyle policy.

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

Method Summary
 void finalize(Object instance)
          Release and finalize the supplied object.
 
Methods inherited from interface org.apache.avalon.composition.model.Commissionable
commission, decommission
 
Methods inherited from interface org.apache.avalon.composition.model.Resolver
release, resolve, resolve
 

Method Detail

finalize

public void finalize(Object instance)
Release and finalize the supplied object.

Parameters:
instance - the object to be released


Copyright © The Apache Software Foundation. All Rights Reserved.