org.sape.carbon.core.component
Interface ComponentKeeperFactory

All Known Implementing Classes:
DefaultComponentKeeperFactory

public interface ComponentKeeperFactory

Factory interface for creating ComponentKeeper instances Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.5 $($Author: dvoet $ / $Date: 2003/05/05 21:21:11 $)
Author:
Douglas Voet, April 2002

Method Summary
 ComponentKeeper getInstance(ComponentKeeperConfiguration configuration)
          Gets an instance of a ComponentKeeper using the ComponentKeeperConfiguration to determine the appropriate behavior.
 

Method Detail

getInstance

public ComponentKeeper getInstance(ComponentKeeperConfiguration configuration)
Gets an instance of a ComponentKeeper using the ComponentKeeperConfiguration to determine the appropriate behavior.

Parameters:
configuration - the configuration to read to find the keeper
Returns:
an instance of the ComponentKeeper


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.