org.sape.carbon.core.component.factory
Interface ComponentFactory

All Known Implementing Classes:
DefaultComponentFactory

public interface ComponentFactory

Interface for classes that can build components.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:12 $)
Author:
Douglas Voet, January 2002

Method Summary
 Component getInstance(String logicalComponentName)
          Builds the component specified by the name parameter.
 

Method Detail

getInstance

public Component getInstance(String logicalComponentName)

Builds the component specified by the name parameter.

Parameters:
logicalComponentName - the component to build
Returns:
the Component referred to by the name parameter in the LifecycleStateEnum.STOPPED state
Since:
carbon 1.0


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.